mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
- new version 4.0.0pre4
This commit is contained in:
parent
fbcd6eb123
commit
f269f409b2
|
@ -12,10 +12,10 @@
|
||||||
<email>uwe@steinmann.cx</email>
|
<email>uwe@steinmann.cx</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2013-02-08</date>
|
<date>2013-02-11</date>
|
||||||
<time>08:02:34</time>
|
<time>15:04:08</time>
|
||||||
<version>
|
<version>
|
||||||
<release>4.0.0pre3</release>
|
<release>4.0.0pre4</release>
|
||||||
<api>4.0.0</api>
|
<api>4.0.0</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
|
@ -24,7 +24,12 @@
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
<notes>
|
<notes>
|
||||||
- minor bug fixes
|
- calculate checksum for document versions
|
||||||
|
- some bug fixes
|
||||||
|
- some more documentation
|
||||||
|
- added new methods LetoDMS_Core_Document::getReadUserList() and
|
||||||
|
LetoDMS_Core_Folder::getReadUserList() which replaces getApproversList()
|
||||||
|
- fixed sql statement in getReadUserList() for sqlite3
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="LetoDMS" name="/">
|
<dir baseinstalldir="LetoDMS" name="/">
|
||||||
|
@ -347,5 +352,21 @@ New release
|
||||||
- more code documentation
|
- more code documentation
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2013-02-08</date>
|
||||||
|
<time>08:02:34</time>
|
||||||
|
<version>
|
||||||
|
<release>4.0.0pre3</release>
|
||||||
|
<api>4.0.0</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>beta</release>
|
||||||
|
<api>stable</api>
|
||||||
|
</stability>
|
||||||
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
<notes>
|
||||||
|
- minor bug fixes
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION=4.0.0-pre3
|
VERSION=4.0.0-pre4
|
||||||
SRC=CHANGELOG inc conf utils index.php languages views op out README README.Notification drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install
|
SRC=CHANGELOG inc conf utils index.php languages views op out README README.Notification drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install
|
||||||
#restapi webapp
|
#restapi webapp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user