Start packaging of 0.24 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2664 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-03-08 09:29:57 +00:00
parent 5a1a015f11
commit c8a4fc9bc2
2 changed files with 16 additions and 1 deletions

15
debian/changelog vendored
View File

@@ -1,3 +1,18 @@
domframework (0.24-1) testing; urgency=low
* Add DBJSON support. DBJSON is a NoSQL database, writing the data in one
file. There is no optimizations, so it is not fast, but it works on all
the PHP sites with filesystem access
* phpunit : use assertSame in place of assertEquals
* authhtpasswd : Check if the first char exists before testing it
* inifile : check if the integers are correctely stored
* markdown : Example of cron configuration
* * * * * www-data /usr/share with 4 beginning spaces is not OK (remove
all the stars and put a bullet)
The lists (numbered or not) must start on first char
* config : allow to have the defaults params in ->get() in case of array
without defined key
-- Dominique Fournier <dominique@fournier38.fr> Tue, 08 Mar 2016 10:29:57 +0100
domframework (0.23-1) testing; urgency=low
* Add inifile support
* authzgroups : Raise an exception if there is a SQL error

View File

@@ -1,6 +1,6 @@
#!/bin/bash -x
# Think about changing the version.php file !!
VERSION="0.23"
VERSION="0.24"
PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack