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:
15
debian/changelog
vendored
15
debian/changelog
vendored
@@ -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
|
domframework (0.23-1) testing; urgency=low
|
||||||
* Add inifile support
|
* Add inifile support
|
||||||
* authzgroups : Raise an exception if there is a SQL error
|
* authzgroups : Raise an exception if there is a SQL error
|
||||||
|
|||||||
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.23"
|
VERSION="0.24"
|
||||||
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