- new version 4.0.0pre4

This commit is contained in:
steinm 2013-02-11 14:38:50 +00:00
parent fbcd6eb123
commit f269f409b2
2 changed files with 26 additions and 5 deletions

View File

@ -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>

View File

@ -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