mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +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
|
Changes in version 3.3.0
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
- all data is saved into database without prior modification
|
||||||
- smoother installation process with less manual interaction
|
- smoother installation process with less manual interaction
|
||||||
- support multi level content directory to overcome the limitations of recent
|
- support multi level content directory to overcome the limitations of recent
|
||||||
filesystems
|
filesystems
|
||||||
|
@ -11,6 +12,11 @@
|
||||||
- withdraw rights from a group if the group access is set to none
|
- withdraw rights from a group if the group access is set to none
|
||||||
- added password forgotten function
|
- added password forgotten function
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
Changes in version 3.2.2
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
- fixed unallowed access on documents and folders
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Changes in version 3.2.1
|
Changes in version 3.2.1
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<api>3.3.0</api>
|
<api>3.3.0</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>stable</release>
|
<release>beta</release>
|
||||||
<api>stable</api>
|
<api>stable</api>
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
||||||
VERSION=3.2.0-RC1
|
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 UPDATE-* LICENSE Makefile debian webdav install
|
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:
|
dist:
|
||||||
mkdir -p tmp/letoDMS-$(VERSION)
|
mkdir -p tmp/letoDMS-$(VERSION)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
class LetoDMS_Version {
|
class LetoDMS_Version {
|
||||||
|
|
||||||
var $_number = "3.1.0-RC1";
|
var $_number = "3.3.0-pre1";
|
||||||
var $_string = "LetoDMS";
|
var $_string = "LetoDMS";
|
||||||
|
|
||||||
function LetoDMS_Version() {
|
function LetoDMS_Version() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user