Start packaging 0.60

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6049 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-08-26 11:09:36 +00:00
parent a86d6fae4b
commit 01361343e6

39
debian/changelog vendored
View File

@@ -1,3 +1,42 @@
domframework (0.60-1) testing; urgency=low
FEATURES ADDED:
* form : disable the label linking to checkboxes and radio if more than 1
checkbox/radio is set
* spfcheck : Allow one to test an IP against the SPF DNS entries sets
* tcpserver : Allow one to stop correctely the server with a method
* tcpserver : New method to start the server in background
* tcpserver : Add unit tests
- tcpserver : Understand the bug with tests
* tcpserver : manage the timeout : disconnect the user and generate an
exception by default. Can be overloaded by the developper
* Password : manage all the existing PHP hash types. Allow more salt methods.
Add more OOP with the list of the allowed hashes.
Add also random password generators with ASCII, Alphanum and Alphabetics
outputs
* robotstxt : catch the errors with the associated lines.
* robotstxt : more unit tests
* ipaddresses : netmask2cidr mask wildcard is now calculable
* ipaddresses : Add cidr2netmask method for IPv4 masks. Can also calculate the
mask wilcard
CORRECTED BUGS:
* debian/control : remove the HTTP server dependancy, add php-cli recommends
* tcpserver : Child management : catch the TERM/INT/CHLD signals
* Fork / TCPServer : manage the background job to catch the errors triggered
by PHP (do not hang without message if an error is raised)
* ipaddresses : invalid netmask2cidr mask was not correctely detected
* dblayeroo : getTableSchema was wrong if multiple tables have identical field
name
* modelGraph : better text indentation
* authparams : do not set the cookie in session if it doesn't exists. The
standard users don't need cookies
DEPRECATED FEATURES:
- It is the last version where the PHP5 compatibility is set
-- Dominique Fournier <dominique@fournier38.fr> Wed, 26 Aug 2020 13:09:24 +0200
domframework (0.59-1) testing; urgency=low domframework (0.59-1) testing; urgency=low
FEATURES ADDED: FEATURES ADDED: