Lintian : update typo in changelog

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6050 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-08-26 11:20:22 +00:00
parent 01361343e6
commit 0ff91d1353

6
debian/changelog vendored
View File

@@ -9,7 +9,7 @@ domframework (0.60-1) testing; urgency=low
* tcpserver : Add unit tests * tcpserver : Add unit tests
- tcpserver : Understand the bug with tests - tcpserver : Understand the bug with tests
* tcpserver : manage the timeout : disconnect the user and generate an * tcpserver : manage the timeout : disconnect the user and generate an
exception by default. Can be overloaded by the developper exception by default. Can be overloaded by the developer
* Password : manage all the existing PHP hash types. Allow more salt methods. * Password : manage all the existing PHP hash types. Allow more salt methods.
Add more OOP with the list of the allowed hashes. Add more OOP with the list of the allowed hashes.
Add also random password generators with ASCII, Alphanum and Alphabetics Add also random password generators with ASCII, Alphanum and Alphabetics
@@ -18,10 +18,10 @@ domframework (0.60-1) testing; urgency=low
* robotstxt : more unit tests * robotstxt : more unit tests
* ipaddresses : netmask2cidr mask wildcard is now calculable * ipaddresses : netmask2cidr mask wildcard is now calculable
* ipaddresses : Add cidr2netmask method for IPv4 masks. Can also calculate the * ipaddresses : Add cidr2netmask method for IPv4 masks. Can also calculate the
mask wilcard mask wildcard
CORRECTED BUGS: CORRECTED BUGS:
* debian/control : remove the HTTP server dependancy, add php-cli recommends * debian/control : remove the HTTP server dependency, add php-cli recommends
* tcpserver : Child management : catch the TERM/INT/CHLD signals * tcpserver : Child management : catch the TERM/INT/CHLD signals
* Fork / TCPServer : manage the background job to catch the errors triggered * Fork / TCPServer : manage the background job to catch the errors triggered
by PHP (do not hang without message if an error is raised) by PHP (do not hang without message if an error is raised)