Packaging of version 0.16
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2158 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
domframework (0.16-1) testing; urgency=low
|
||||||
|
* route : requestURL wrong if the URL is at the base of the Web server
|
||||||
|
* route : correct the routing if the mod_rewrite is disabled
|
||||||
|
* unit test : update the tests for route.php with or without mod_rewrite
|
||||||
|
-- Dominique Fournier <dominique@fournier38.fr> Thu, 07 May 2015 15:41:57 +0100
|
||||||
|
|
||||||
domframework (0.15-1) testing; urgency=low
|
domframework (0.15-1) testing; urgency=low
|
||||||
* form : add the textarea support
|
* form : add the textarea support
|
||||||
* auth : if the user is already authenticated and the URL back is provided,
|
* auth : if the user is already authenticated and the URL back is provided,
|
||||||
|
|||||||
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.15"
|
VERSION="0.16"
|
||||||
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