Start the 0.22 version packaging

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2386 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-11-13 12:35:00 +00:00
parent 343fd33545
commit 56b08199ff
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@@ -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 <dominique@fournier38.fr> Fri, 13 Oct 2015 13:34:57 +0100
domframework (0.21-1) testing; urgency=low
* language : correct the layout <html lang='en'> by the associated language
<http://www.w3.org/TR/html5/dom.html#attr-lang>

View File

@@ -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