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:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -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
|
domframework (0.21-1) testing; urgency=low
|
||||||
* language : correct the layout <html lang='en'> by the associated language
|
* language : correct the layout <html lang='en'> by the associated language
|
||||||
<http://www.w3.org/TR/html5/dom.html#attr-lang>
|
<http://www.w3.org/TR/html5/dom.html#attr-lang>
|
||||||
|
|||||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
# Think about changing the version.php file !!
|
# Think about changing the version.php file !!
|
||||||
VERSION="0.21"
|
VERSION="0.22"
|
||||||
PACKAGE="domframework"
|
PACKAGE="domframework"
|
||||||
rm -rf /tmp/${PACKAGE}pack
|
rm -rf /tmp/${PACKAGE}pack
|
||||||
mkdir /tmp/${PACKAGE}pack
|
mkdir /tmp/${PACKAGE}pack
|
||||||
|
|||||||
Reference in New Issue
Block a user