From c8a4fc9bc2babca2d3a9fcca8e421981fef474da Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 8 Mar 2016 09:29:57 +0000 Subject: [PATCH] Start packaging of 0.24 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2664 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 15 +++++++++++++++ debian/makePackageDebian | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f11adf2..abc47c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/makePackageDebian b/debian/makePackageDebian index 4991225..02cacc3 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -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