From 1bff179e3fc9fe8cb9ee52d5d64dff89de949383 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH] Prepare 3.1.0 --- build/deb/apache.conf | 2 +- build/deb/changelog | 12 ++++++++---- build/deb/postinst | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/build/deb/apache.conf b/build/deb/apache.conf index fa29149ee59..a69e134b325 100644 --- a/build/deb/apache.conf +++ b/build/deb/apache.conf @@ -71,7 +71,7 @@ Alias /dolibarr /usr/share/dolibarr/htdocs Order deny,allow Allow from all - + AllowOverride All Order deny,allow Allow from all diff --git a/build/deb/changelog b/build/deb/changelog index d75fd100a60..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -1,4 +1,8 @@ -dolibarr 3.1.0 unstable; urgency=low - * New 3.1.0 release - More information into /usr/share/dolibarr/ChangeLog file. - -- maintainer Laurent Destailleur 2011-07-09 \ No newline at end of file +dolibarr (3.1.0-1) unstable; urgency=low + + [ Laurent Destailleur ] + * New upstream release. + + -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 + +# More information into /usr/share/dolibarr/ChangeLog file. \ No newline at end of file diff --git a/build/deb/postinst b/build/deb/postinst index be9fb7521b7..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -62,8 +62,8 @@ case "$1" in then echo Create empty file /usr/share/dolibarr/htdocs/conf/conf.php touch /usr/share/dolibarr/htdocs/conf/conf.php - chown -R www-data:www-data /usr/share/dolibarr/htdocs/conf/conf.php - chmod -R 750 /usr/share/dolibarr/htdocs/conf/conf.php + chown -R root:www-data /usr/share/dolibarr/htdocs/conf/conf.php + chmod -R 660 /usr/share/dolibarr/htdocs/conf/conf.php fi #db_reset "dolibarr/webserver"