- new version 3.3.0-pre1

This commit is contained in:
steinm 2011-12-21 12:15:38 +00:00
parent 460239a485
commit 5d355b8f6d
4 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 3.3.0
--------------------------------------------------------------------------------
- all data is saved into database without prior modification
- smoother installation process with less manual interaction
- support multi level content directory to overcome the limitations of recent
filesystems
@ -11,6 +12,11 @@
- withdraw rights from a group if the group access is set to none
- added password forgotten function
--------------------------------------------------------------------------------
Changes in version 3.2.2
--------------------------------------------------------------------------------
- fixed unallowed access on documents and folders
--------------------------------------------------------------------------------
Changes in version 3.2.1
--------------------------------------------------------------------------------

View File

@ -25,7 +25,7 @@
<api>3.3.0</api>
</version>
<stability>
<release>stable</release>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>

View File

@ -1,5 +1,5 @@
VERSION=3.2.0-RC1
SRC=CHANGELOG* inc conf utils index.php languages op out README reset_db.sql drop-tables-innodb.sql delete_all_contents.sql styles js TODO UPDATE-* LICENSE Makefile debian webdav install
VERSION=3.3.0-pre1
SRC=CHANGELOG* inc conf utils index.php languages op out README reset_db.sql drop-tables-innodb.sql delete_all_contents.sql styles js TODO LICENSE Makefile debian webdav install
dist:
mkdir -p tmp/letoDMS-$(VERSION)

View File

@ -19,7 +19,7 @@
class LetoDMS_Version {
var $_number = "3.1.0-RC1";
var $_number = "3.3.0-pre1";
var $_string = "LetoDMS";
function LetoDMS_Version() {