Start the packaging of 0.15 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2150 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-05-07 11:08:19 +00:00
parent 852bf162b4
commit fc59da2b0c
2 changed files with 11 additions and 1 deletions

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
domframework (0.15-1) testing; urgency=low
* form : add the textarea support
* auth : if the user is already authenticated and the URL back is provided,
add a link to the defined URL
* logger : allow the facility and loglevel to be string. They are converted
into integer before use
* config : add the function docComment to read the parameters from the default
config file. It permits to create easily the interface to configure the soft
-- Dominique Fournier <dominique@fournier38.fr> Thu, 07 May 2015 13:07:57 +0100
domframework (0.14-1) testing; urgency=low domframework (0.14-1) testing; urgency=low
* BUG config : an array with "not configured" should not be presented if there * BUG config : an array with "not configured" should not be presented if there
is another entry available is another entry available

View File

@@ -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.14" VERSION="0.15"
PACKAGE="domframework" PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack