Start 0.20 packaging

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2262 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-08-20 12:43:05 +00:00
parent e780507897
commit 52b55e7ad3
2 changed files with 23 additions and 1 deletions

22
debian/changelog vendored
View File

@@ -1,3 +1,25 @@
domframework (0.20-1) testing; urgency=low
* logger : remove the [internal functions] (without file and line) from the
logs
* start : move the language selector to be available in the authentication
page
* logger : add a <br/> to messages displayed on screen to allow the traces to
be readable
* authentication : better error management in configuration (Exception in case
of errors).
* authentication : allow multiple source of authentication for the same
authMethod (multiple LDAP servers by example). Conservative, allow the old
authMethod to be used when only one entry is available
* logger : allow to store the logs in session (to be readable in debug)
* authzgroups : add the functions to check the accessRight, accessWrite,
accessReadOnly
* dblayer : add a Singleton to not reconnect each time we need to access the
same database.
* dblayer : add a method to disconnect the database engine
* dblayer : add the transactions methods, linke in PDO
* dblayer : remove the extension of PDO
-- Dominique Fournier <dominique@fournier38.fr> Thu, 20 Aug 2015 14:41:57 +0100
domframework (0.19-1) testing; urgency=low
* config : if no configuration file exists, create a default one in
data/configuration.php

View File

@@ -1,6 +1,6 @@
#!/bin/bash -x
# Think about changing the version.php file !!
VERSION="0.19"
VERSION="0.20"
PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack