diff --git a/CHANGELOG b/CHANGELOG index c5f49d778..88cba81b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -96,7 +96,15 @@ -------------------------------------------------------------------------------- Changes in version 5.1.7 -------------------------------------------------------------------------------- -- support for upload/download of extensions +- PLEASE READ doc/README.Dist-Layout WHEN UPGRADING!!!! +- support for upload/import/download of extensions +- extension can have a changelog file +- remove ancient code to upgrade from old config file +- place all log files in contentDir/log +- add readme for new dist layout +- do not list empty groups as reviewer/approver +- fix sending notification when document attributes change +- sending notification when folder attributes change -------------------------------------------------------------------------------- Changes in version 5.1.6 diff --git a/Makefile b/Makefile index 337937e4e..d0a25fe22 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ PHPDOC=~/Downloads/phpDocumentor-2.8.1/bin/phpdoc dist: mkdir -p tmp/seeddms-$(VERSION) cp -a $(SRC) tmp/seeddms-$(VERSION) - (cd tmp/seeddms-$(VERSION); rm -rf $(NODISTFILES)) + (cd tmp/seeddms-$(VERSION); rm -rf $(NODISTFILES); mv conf conf.template) (cd tmp; tar --exclude=.svn --exclude=.gitignore --exclude=views/blue --exclude=views/hc --exclude=views/clean --exclude=styles/blue --exclude=styles/hc --exclude=styles/clean -czvf ../seeddms-$(VERSION).tar.gz seeddms-$(VERSION)) rm -rf tmp diff --git a/conf/settings.xml.template b/conf/settings.xml.template index ad8f8481d..ea35e3c2f 100644 --- a/conf/settings.xml.template +++ b/conf/settings.xml.template @@ -89,6 +89,7 @@ - partitionSize: size of chunk uploaded by jumploader - dropFolderDir: where files for document upload are located - cacheDir: where the preview images are saved + - backupDir: where the backups are saved -->