From 56b08199ff42f9571048da87733da68b1036c6d0 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 13 Nov 2015 12:35:00 +0000 Subject: [PATCH] Start the 0.22 version packaging git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2386 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 8 ++++++++ debian/makePackageDebian | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4d2e9d0..4648766 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +domframework (0.22-1) testing; urgency=low + * dblayerauthzgroups : allow the user to be provided by auth object directely + * route : allow the routing to be chained : return $this each time + * route : multi now return $this to be chainnable + * Add imap and authimap support + * dblayer : support of null data was not working in insert/update + -- Dominique Fournier Fri, 13 Oct 2015 13:34:57 +0100 + domframework (0.21-1) testing; urgency=low * language : correct the layout by the associated language diff --git a/debian/makePackageDebian b/debian/makePackageDebian index 5f04d83..1bef7f0 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,6 +1,6 @@ #!/bin/bash -x # Think about changing the version.php file !! -VERSION="0.21" +VERSION="0.22" PACKAGE="domframework" rm -rf /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack