Start packaging for 0.45 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3947 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-09-18 11:41:24 +00:00
parent 10246fad3e
commit d622a1995a
2 changed files with 15 additions and 1 deletions

15
debian/changelog vendored
View File

@@ -1,5 +1,11 @@
domframework (0.45-1) testing; urgency=low
FEATURES ADDED:
* form: if there is errors on hidden fields, display them as text with
read-only. Like this, the error message is correctely displayed to
the end user
* fts: Add the simple-quote as separator too
CORRECTED BUGS:
* bash-completion: directory change for Debian etc/bash_completion.d/ ->
usr/share/bash-completion/completions (see also
@@ -8,8 +14,15 @@ domframework (0.45-1) testing; urgency=low
autoincrement or if the value is not null
* dblayer: insert return the primary key if the field is not an
autoincrement or if the value is not null
* cli: don't display the list of methods in Stretch
* Debian package: package-uses-deprecated-debhelper-compat-version 5 (go to 9)
* Debian package: ancient-standards-version 3.9.6 (current is 3.9.8)
* dblayeroo : change the Exception to $this->DBException
* dblayeroo: GROUP BY was incorrect when there was a join and only one local
grouped function: do not call the displayed field on the join objects
* dblayeroo: Manage correctely the DISTINCT type of fields
-- Dominique Fournier <dominique@fournier38.fr> Tue, 05 Sep 2017 11:24:18 +0200
-- Dominique Fournier <dominique@fournier38.fr> Mon, 18 Sep 2017 13:41:08 +0200
domframework (0.44-1) testing; urgency=low