mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
- new version 4.0.0pre3
This commit is contained in:
parent
58589c55e9
commit
604fcb61e0
|
@ -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-06</date>
|
<date>2013-02-08</date>
|
||||||
<time>08:02:34</time>
|
<time>08:02:34</time>
|
||||||
<version>
|
<version>
|
||||||
<release>4.0.0pre2</release>
|
<release>4.0.0pre3</release>
|
||||||
<api>4.0.0</api>
|
<api>4.0.0</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
|
@ -24,9 +24,7 @@
|
||||||
</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>
|
||||||
- lots of bug fixes
|
- minor bug fixes
|
||||||
- replaced more of old var declaration
|
|
||||||
- more code documentation
|
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="LetoDMS" name="/">
|
<dir baseinstalldir="LetoDMS" name="/">
|
||||||
|
@ -331,5 +329,23 @@ New release
|
||||||
- replaced old var declaration
|
- replaced old var declaration
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2013-02-06</date>
|
||||||
|
<time>08:02:34</time>
|
||||||
|
<version>
|
||||||
|
<release>4.0.0pre2</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>
|
||||||
|
- lots of bug fixes
|
||||||
|
- replaced more of old var declaration
|
||||||
|
- more code documentation
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION=4.0.0-pre2
|
VERSION=4.0.0-pre3
|
||||||
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