- new version 4.0.0pre2

This commit is contained in:
steinm 2013-02-06 14:04:39 +00:00
parent d892e67421
commit d9829ab784
2 changed files with 25 additions and 6 deletions

View File

@ -12,10 +12,10 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2013-01-24</date>
<date>2013-02-06</date>
<time>08:02:34</time>
<version>
<release>4.0.0pre1</release>
<release>4.0.0pre2</release>
<api>4.0.0</api>
</version>
<stability>
@ -24,9 +24,9 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- added database transactions
- new workflow
- replaced old var declaration
- lots of bug fixes
- replaced more of old var declaration
- more code documentation
</notes>
<contents>
<dir baseinstalldir="LetoDMS" name="/">
@ -313,5 +313,23 @@ New release
- make sure the database remains consistent even in case of errors
</notes>
</release>
<release>
<date>2013-01-24</date>
<time>08:02:34</time>
<version>
<release>4.0.0pre1</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>
- added database transactions
- new workflow
- replaced old var declaration
</notes>
</release>
</changelog>
</package>

View File

@ -1,5 +1,6 @@
VERSION=4.0.0-pre1
VERSION=4.0.0-pre2
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
dist:
mkdir -p tmp/letoDMS-$(VERSION)