mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
- new version 3.3.0-pre1
This commit is contained in:
parent
460239a485
commit
5d355b8f6d
|
@ -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
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
|
@ -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>
|
||||
|
|
4
Makefile
4
Makefile
|
@ -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)
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user