diff --git a/debian/changelog b/debian/changelog
index f5e9458..f3e2b8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
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 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
diff --git a/debian/makePackageDebian b/debian/makePackageDebian
index 6b48941..f4aa027 100755
--- a/debian/makePackageDebian
+++ b/debian/makePackageDebian
@@ -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