Debian changelog : the format was incorrect to use debchange

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3069 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-09-22 09:53:59 +00:00
parent 9c47ea7148
commit fbc73ad63c

62
debian/changelog vendored
View File

@@ -1,4 +1,5 @@
domframework (0.31-1) testing; urgency=low domframework (0.31-1) testing; urgency=low
* form : the overwriting of the hidden and read-only fields must be done by * form : the overwriting of the hidden and read-only fields must be done by
value value
* file : add md5_file and sha1_file support * file : add md5_file and sha1_file support
@@ -6,9 +7,11 @@ domframework (0.31-1) testing; urgency=low
(binary) (binary)
* authentication : if there is no lastname/firstname provided, don't generate * authentication : if there is no lastname/firstname provided, don't generate
a warning a warning
-- Dominique Fournier <dominique@fournier38.fr> Mon, 19 Sep 2016 16:39:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Mon, 19 Sep 2016 16:39:57 +0100
domframework (0.30-1) testing; urgency=low domframework (0.30-1) testing; urgency=low
* Add more debug for authentication * Add more debug for authentication
* ratelimitfile : raise an exception if the file already exists and is not * ratelimitfile : raise an exception if the file already exists and is not
writeable by the webserver writeable by the webserver
@@ -28,17 +31,21 @@ domframework (0.30-1) testing; urgency=low
http://localhostiptables/ipv4/filter/INPUT (missing directory) http://localhostiptables/ipv4/filter/INPUT (missing directory)
* form->values () : must overwrite readonly and hidden fields (the user * form->values () : must overwrite readonly and hidden fields (the user
can modify them, but it is not allowed) can modify them, but it is not allowed)
-- Dominique Fournier <dominique@fournier38.fr> Tue, 06 Sep 2016 10:50:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Tue, 06 Sep 2016 10:50:57 +0100
domframework (0.29-1) testing; urgency=low domframework (0.29-1) testing; urgency=low
* file : add scandirNotSorted function * file : add scandirNotSorted function
* cli : change the directory as soon as the cli object is created, allow to * cli : change the directory as soon as the cli object is created, allow to
check if a relative path is available in next line check if a relative path is available in next line
* authentication : allow to define a specific logging function instead using * authentication : allow to define a specific logging function instead using
the trigger_error the trigger_error
-- Dominique Fournier <dominique@fournier38.fr> Wed, 03 Aug 2016 13:42:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Wed, 03 Aug 2016 13:42:57 +0100
domframework (0.28-1) testing; urgency=low domframework (0.28-1) testing; urgency=low
* dblayer : check if the table name is defined before using it * dblayer : check if the table name is defined before using it
* dblayer : check if the PDO Driver is installed in PHP before using it * dblayer : check if the PDO Driver is installed in PHP before using it
* dblayer : allow read with null value * dblayer : allow read with null value
@@ -57,9 +64,11 @@ domframework (0.28-1) testing; urgency=low
* config : allow the defaults vals to be returned in array of arrays * config : allow the defaults vals to be returned in array of arrays
* authsql : missing fields in db connection * authsql : missing fields in db connection
* file : add rename and copy functions * file : add rename and copy functions
-- Dominique Fournier <dominique@fournier38.fr> Tue, 26 Jul 2016 08:22:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Tue, 26 Jul 2016 08:22:57 +0100
domframework (0.27-1) testing; urgency=low domframework (0.27-1) testing; urgency=low
* outputhtml : add a timestamp after the internal resources when creating the * outputhtml : add a timestamp after the internal resources when creating the
page. Like this, when updating a script, image or css file, it is updated by page. Like this, when updating a script, image or css file, it is updated by
the client automatically (the browser don't use its cache) the client automatically (the browser don't use its cache)
@@ -67,9 +76,11 @@ domframework (0.27-1) testing; urgency=low
* form : Allow to define a class text to form object * form : Allow to define a class text to form object
* csrf : add the exceptions code to Exceptions * csrf : add the exceptions code to Exceptions
* csrf : Allow to get the CSRF token from the CSRF or FORM classes * csrf : Allow to get the CSRF token from the CSRF or FORM classes
-- Dominique Fournier <dominique@fournier38.fr> Wed, 29 Jun 2016 14:22:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Wed, 29 Jun 2016 14:22:57 +0100
domframework (0.26-1) testing; urgency=low domframework (0.26-1) testing; urgency=low
* smtp : add SMTP support to send emails (with TLS, authentication PLAIN and * smtp : add SMTP support to send emails (with TLS, authentication PLAIN and
LOGIN, debug, non standard port, STARTTLS) LOGIN, debug, non standard port, STARTTLS)
* mail : Complete rewrite. Allow to read an existing mail * mail : Complete rewrite. Allow to read an existing mail
@@ -81,9 +92,11 @@ domframework (0.26-1) testing; urgency=low
with different values with different values
* cli : display the complete string instead of truncate it * cli : display the complete string instead of truncate it
* form : add the conversion format for dates * form : add the conversion format for dates
-- Dominique Fournier <dominique@fournier38.fr> Mon, 27 Jun 2016 11:29:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Mon, 27 Jun 2016 11:29:57 +0100
domframework (0.25-1) testing; urgency=low domframework (0.25-1) testing; urgency=low
* Update Unit tests to not depend of configuration * Update Unit tests to not depend of configuration
* Update Unit tests to have a distinct database file by test file * Update Unit tests to have a distinct database file by test file
* file : all the management of the files, with integrated filesystem checks, * file : all the management of the files, with integrated filesystem checks,
@@ -142,9 +155,11 @@ domframework (0.25-1) testing; urgency=low
$mail->setBodyHTML ("<p>Content of HTMLBody part with inline $mail->setBodyHTML ("<p>Content of HTMLBody part with inline
<img src='cid:$contentID1'></p>"); <img src='cid:$contentID1'></p>");
echo $mail->getMail (); echo $mail->getMail ();
-- Dominique Fournier <dominique@fournier38.fr> Mon, 02 May 2016 15:44:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Mon, 02 May 2016 15:44:57 +0100
domframework (0.24-1) testing; urgency=low domframework (0.24-1) testing; urgency=low
* Add DBJSON support. DBJSON is a NoSQL database, writing the data in one * 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 file. There is no optimizations, so it is not fast, but it works on all
the PHP sites with filesystem access the PHP sites with filesystem access
@@ -157,9 +172,11 @@ domframework (0.24-1) testing; urgency=low
The lists (numbered or not) must start on first char The lists (numbered or not) must start on first char
* config : allow to have the defaults params in ->get() in case of array * config : allow to have the defaults params in ->get() in case of array
without defined key without defined key
-- Dominique Fournier <dominique@fournier38.fr> Tue, 08 Mar 2016 10:29:57 +0100 -- 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
* authzgroups : the "right" alias is now between double-quotes to be * authzgroups : the "right" alias is now between double-quotes to be
@@ -181,18 +198,22 @@ domframework (0.23-1) testing; urgency=low
* BUG Markdown : if an automatic URL have two underscores, the <em> work and * BUG Markdown : if an automatic URL have two underscores, the <em> work and
the URL is incorrect the URL is incorrect
* dblayer : removing the unused create function (later than 0.8) * dblayer : removing the unused create function (later than 0.8)
-- Dominique Fournier <dominique@fournier38.fr> Tue, 23 Feb 2016 14:43:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Tue, 23 Feb 2016 14:43:57 +0100
domframework (0.22-1) testing; urgency=low domframework (0.22-1) testing; urgency=low
* dblayerauthzgroups : allow the user to be provided by auth object directely * dblayerauthzgroups : allow the user to be provided by auth object directely
* route : allow the routing to be chained : return $this each time * route : allow the routing to be chained : return $this each time
* route : multi now return $this to be chainnable * route : multi now return $this to be chainnable
* Add imap and authimap support * Add imap and authimap support
* dblayer : support of null data was not working in insert/update * dblayer : support of null data was not working in insert/update
* form : add the placeholder support * form : add the placeholder support
-- Dominique Fournier <dominique@fournier38.fr> Fri, 13 Nov 2015 13:34:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Fri, 13 Nov 2015 13:34:57 +0100
domframework (0.21-1) testing; urgency=low domframework (0.21-1) testing; urgency=low
* language : correct the layout <html lang='en'> by the associated language * language : correct the layout <html lang='en'> by the associated language
<http://www.w3.org/TR/html5/dom.html#attr-lang> <http://www.w3.org/TR/html5/dom.html#attr-lang>
<http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry> <http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry>
@@ -215,9 +236,11 @@ domframework (0.21-1) testing; urgency=low
* cli-completion : complete rewrite of the bash completion help * cli-completion : complete rewrite of the bash completion help
* cli : if no controller or models exists, return nothing in listonly mode * cli : if no controller or models exists, return nothing in listonly mode
(bash_completion) (bash_completion)
-- Dominique Fournier <dominique@fournier38.fr> Wed, 14 Oct 2015 07:57:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Wed, 14 Oct 2015 07:57:57 +0100
domframework (0.20-1) testing; urgency=low domframework (0.20-1) testing; urgency=low
* logger : remove the [internal functions] (without file and line) from the * logger : remove the [internal functions] (without file and line) from the
logs logs
* start : move the language selector to be available in the authentication * start : move the language selector to be available in the authentication
@@ -237,9 +260,11 @@ domframework (0.20-1) testing; urgency=low
* dblayer : add a method to disconnect the database engine * dblayer : add a method to disconnect the database engine
* dblayer : add the transactions methods, linke in PDO * dblayer : add the transactions methods, linke in PDO
* dblayer : remove the extension of PDO * dblayer : remove the extension of PDO
-- Dominique Fournier <dominique@fournier38.fr> Thu, 20 Aug 2015 14:41:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Thu, 20 Aug 2015 14:41:57 +0100
domframework (0.19-1) testing; urgency=low domframework (0.19-1) testing; urgency=low
* config : if no configuration file exists, create a default one in * config : if no configuration file exists, create a default one in
data/configuration.php data/configuration.php
* route : allow a prerouting information to be used in map comparisons * route : allow a prerouting information to be used in map comparisons
@@ -281,33 +306,41 @@ domframework (0.19-1) testing; urgency=low
* renderer : display the flash information automatically if it is defined. * renderer : display the flash information automatically if it is defined.
Allow to overwrite the layout page when calling the function Allow to overwrite the layout page when calling the function
* dblayer : create table : add "if not exists" * dblayer : create table : add "if not exists"
-- Dominique Fournier <dominique@fournier38.fr> Fri, 14 Aug 2015 11:04:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Fri, 14 Aug 2015 11:04:57 +0100
domframework (0.18-1) testing; urgency=low domframework (0.18-1) testing; urgency=low
* config : return an Exception code when there is an error * config : return an Exception code when there is an error
* config : allow the configuration file to be setted in the object and used * config : allow the configuration file to be setted in the object and used
instead of defined one instead of defined one
* logger : add stderr support * logger : add stderr support
* BUG form : allow the values and the errors to be displayed (introduced in * BUG form : allow the values and the errors to be displayed (introduced in
0.17 version) 0.17 version)
-- Dominique Fournier <dominique@fournier38.fr> Mon, 08 Jun 2015 14:01:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Mon, 08 Jun 2015 14:01:57 +0100
domframework (0.17-1) testing; urgency=low domframework (0.17-1) testing; urgency=low
* route : the redirect can be done outside the site, with a warning * route : the redirect can be done outside the site, with a warning
* logger : allow the types of log to be a string or already an array * logger : allow the types of log to be a string or already an array
* config : add the '@prefix' support * config : add the '@prefix' support
* form : add the cols,rows for fields * form : add the cols,rows for fields
* form : the fields are now extendable (to add new types by extends the class) * form : the fields are now extendable (to add new types by extends the class)
* outputtxt : allow the titles to be longer than the datas, without error * outputtxt : allow the titles to be longer than the datas, without error
-- Dominique Fournier <dominique@fournier38.fr> Wed, 13 May 2015 15:41:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Wed, 13 May 2015 15:41:57 +0100
domframework (0.16-1) testing; urgency=low domframework (0.16-1) testing; urgency=low
* route : requestURL wrong if the URL is at the base of the Web server * route : requestURL wrong if the URL is at the base of the Web server
* route : correct the routing if the mod_rewrite is disabled * route : correct the routing if the mod_rewrite is disabled
* unit test : update the tests for route.php with or without mod_rewrite * unit test : update the tests for route.php with or without mod_rewrite
-- Dominique Fournier <dominique@fournier38.fr> Thu, 07 May 2015 15:41:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Thu, 07 May 2015 15:41:57 +0100
domframework (0.15-1) testing; urgency=low domframework (0.15-1) testing; urgency=low
* form : add the textarea support * form : add the textarea support
* auth : if the user is already authenticated and the URL back is provided, * auth : if the user is already authenticated and the URL back is provided,
add a link to the defined URL add a link to the defined URL
@@ -316,15 +349,19 @@ domframework (0.15-1) testing; urgency=low
* config : add the function docComment to read the parameters from the default * config : add the function docComment to read the parameters from the default
config file. It allows one to create easily the interface to configure the config file. It allows one to create easily the interface to configure the
soft soft
-- Dominique Fournier <dominique@fournier38.fr> Thu, 07 May 2015 13:07:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Thu, 07 May 2015 13:07:57 +0100
domframework (0.14-1) testing; urgency=low domframework (0.14-1) testing; urgency=low
* BUG config : an array with "not configured" should not be presented if there * BUG config : an array with "not configured" should not be presented if there
is another entry available is another entry available
* Remove the CSRF debug log * Remove the CSRF debug log
-- Dominique Fournier <dominique@fournier38.fr> Thu, 30 Apr 2015 15:36:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Thu, 30 Apr 2015 15:36:57 +0100
domframework (0.13-1) testing; urgency=low domframework (0.13-1) testing; urgency=low
* route.php : Add support of URL matching with or without Slash * route.php : Add support of URL matching with or without Slash
* dblayer : don't connect multiple times to the same database/username * dblayer : don't connect multiple times to the same database/username
* dblayer : don't do the update if no data is provided * dblayer : don't do the update if no data is provided
@@ -378,13 +415,17 @@ domframework (0.13-1) testing; urgency=low
* route : if a proxy is used, the baseURL is wrong. It should be better if a * route : if a proxy is used, the baseURL is wrong. It should be better if a
relative URL is used. Need to modify the redirectURL too. There is a param relative URL is used. Need to modify the redirectURL too. There is a param
$absolute to allow the old mode to be operationnal (not used by default) $absolute to allow the old mode to be operationnal (not used by default)
-- Dominique Fournier <dominique@fournier38.fr> Wed, 29 Apr 2015 14:06:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Wed, 29 Apr 2015 14:06:57 +0100
domframework (0.12-1) testing; urgency=low domframework (0.12-1) testing; urgency=low
* BUG locale : Missing all the locales in Debian package * BUG locale : Missing all the locales in Debian package
-- Dominique Fournier <dominique@fournier38.fr> Tue, 27 Jan 2015 11:51:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Tue, 27 Jan 2015 11:51:57 +0100
domframework (0.11-1) testing; urgency=low domframework (0.11-1) testing; urgency=low
* BUG dblayer : check if the unique multiple values are not used before * BUG dblayer : check if the unique multiple values are not used before
updating updating
* BUG Markdown : Two automatic links on the same line are not correct, the * BUG Markdown : Two automatic links on the same line are not correct, the
@@ -397,17 +438,21 @@ domframework (0.11-1) testing; urgency=low
* HTTP authentication : return an exception with 401 to allow the browser to * HTTP authentication : return an exception with 401 to allow the browser to
authenticate. Allow the REST API to work by catching the error instead of authenticate. Allow the REST API to work by catching the error instead of
die die
-- Dominique Fournier <dominique@fournier38.fr> Tue, 27 Jan 2015 02:32:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Tue, 27 Jan 2015 02:32:57 +0100
domframework (0.10-1) testing; urgency=low domframework (0.10-1) testing; urgency=low
* BUG : dblayer : don't raise an exception when re-inserting unique record * BUG : dblayer : don't raise an exception when re-inserting unique record
* dblayer : add more unit tests * dblayer : add more unit tests
* route : In case of exception, a HTML page is sent. If REST, it should be a * route : In case of exception, a HTML page is sent. If REST, it should be a
simple string, without presentation (can be done by using specifig error simple string, without presentation (can be done by using specifig error
pages) pages)
-- Dominique Fournier <dominique@fournier38.fr> Fri, 26 Sep 2014 16:30:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Fri, 26 Sep 2014 16:30:57 +0100
domframework (0.9-1) testing; urgency=low domframework (0.9-1) testing; urgency=low
* authorization by groups * authorization by groups
* dblayer : add support to OR in WHERE clause * dblayer : add support to OR in WHERE clause
* dblayer : add singleton access to DB * dblayer : add singleton access to DB
@@ -423,9 +468,11 @@ domframework (0.9-1) testing; urgency=low
* route : Add support to errors from the application * route : Add support to errors from the application
* BUG : auth : Add the path to the default login window to load the javascript * BUG : auth : Add the path to the default login window to load the javascript
* Add dblayer unit tests to check the foreign keys * Add dblayer unit tests to check the foreign keys
-- Dominique Fournier <dominique@fournier38.fr> Mon, 22 Sep 2014 12:01:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Mon, 22 Sep 2014 12:01:57 +0100
domframework (0.8-1) testing; urgency=low domframework (0.8-1) testing; urgency=low
* renderer : Add variables support to layout. All variable defined in * renderer : Add variables support to layout. All variable defined in
$variable is available in $XXX in the layout file. It can be used with php $variable is available in $XXX in the layout file. It can be used with php
structures structures
@@ -440,15 +487,19 @@ domframework (0.8-1) testing; urgency=low
* BUG : Markdown : the mailto links don't have the // * BUG : Markdown : the mailto links don't have the //
* BUG : Markdown : Correct the OL/UL imbrication * BUG : Markdown : Correct the OL/UL imbrication
* BUG : Markdown : error ### l'utilisateur -> should be title h3 * BUG : Markdown : error ### l'utilisateur -> should be title h3
-- Dominique Fournier <dominique@fournier38.fr> Wed, 10 Sep 2014 12:01:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Wed, 10 Sep 2014 12:01:57 +0100
domframework (0.7-1) testing; urgency=low domframework (0.7-1) testing; urgency=low
* dblayer : Add dropTable support * dblayer : Add dropTable support
* Add multi-language support * Add multi-language support
* The exception captured by routing is now a valid HTML page * The exception captured by routing is now a valid HTML page
-- Dominique Fournier <dominique@fournier38.fr> Fri, 08 Aug 2014 10:42:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Fri, 08 Aug 2014 10:42:57 +0100
domframework (0.6-1) testing; urgency=low domframework (0.6-1) testing; urgency=low
* BUG : cacheoutput : If the TTL is 0, remove the caching functionality * BUG : cacheoutput : If the TTL is 0, remove the caching functionality
* dblayer : Add the prefix support in tables name * dblayer : Add the prefix support in tables name
* dblayer : Check if the provided datas are not too long before saving them * dblayer : Check if the provided datas are not too long before saving them
@@ -456,9 +507,11 @@ domframework (0.6-1) testing; urgency=low
* BUG dblayer : The missing foreign keys in update should not be tested * BUG dblayer : The missing foreign keys in update should not be tested
(introduced in 0.5 version) (introduced in 0.5 version)
* Add version support * Add version support
-- Dominique Fournier <dominique@fournier38.fr> Fri, 01 Aug 2014 08:12:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Fri, 01 Aug 2014 08:12:57 +0100
domframework (0.5-1) testing; urgency=low domframework (0.5-1) testing; urgency=low
* dblayer : Add a check before using unique/foreign to be sure that the field * dblayer : Add a check before using unique/foreign to be sure that the field
to be linked is in the fields array to be linked is in the fields array
* dblayer : rename the function create to insert. Keep the create temporaly to * dblayer : rename the function create to insert. Keep the create temporaly to
@@ -475,9 +528,11 @@ domframework (0.5-1) testing; urgency=low
https->443) https->443)
* cachefile : run the garbage collector each request (it will be skipped if * cachefile : run the garbage collector each request (it will be skipped if
it is run too early, before 24h) it is run too early, before 24h)
-- Dominique Fournier <dominique@fournier38.fr> Mon, 28 Jul 2014 13:12:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Mon, 28 Jul 2014 13:12:57 +0100
domframework (0.4-1) testing; urgency=low domframework (0.4-1) testing; urgency=low
* markdown: BUG for == titles / -- titles * markdown: BUG for == titles / -- titles
* markdown : BUG : * * * - - - shoud be SEPARATORS * markdown : BUG : * * * - - - shoud be SEPARATORS
* markdown : BUG : the mails/url are not working caused by htmlentities * markdown : BUG : the mails/url are not working caused by htmlentities
@@ -485,21 +540,28 @@ domframework (0.4-1) testing; urgency=low
* markdown : BUG : - line1\nline2 : should be the continuity of <li>, not <p> * markdown : BUG : - line1\nline2 : should be the continuity of <li>, not <p>
* markdown : BUG : the ### TITLEx doesn't work caused by the search empty line * markdown : BUG : the ### TITLEx doesn't work caused by the search empty line
at the ned and at the start of the regex at the ned and at the start of the regex
-- Dominique Fournier <dominique@fournier38.fr> Fri, 27 Jun 2014 10:01:47 +0100 -- Dominique Fournier <dominique@fournier38.fr> Fri, 27 Jun 2014 10:01:47 +0100
domframework (0.3-1) testing; urgency=low domframework (0.3-1) testing; urgency=low
* dbLayer : Create a operationnal list table for sqlite/mysql/pgsql * dbLayer : Create a operationnal list table for sqlite/mysql/pgsql
* authorization model * authorization model
-- Dominique Fournier <dominique@fournier38.fr> Fri, 20 Jun 2014 15:18:47 +0100 -- Dominique Fournier <dominique@fournier38.fr> Fri, 20 Jun 2014 15:18:47 +0100
domframework (0.2-1) testing; urgency=low domframework (0.2-1) testing; urgency=low
* dbLayer : If SQLite, don't allow to use database if it is not writeable * dbLayer : If SQLite, don't allow to use database if it is not writeable
* dbLayer : Bug if update in unique field verification * dbLayer : Bug if update in unique field verification
* dbLayer : Allow creation of tables from a definition (fields, uniques * dbLayer : Allow creation of tables from a definition (fields, uniques
entries, foreign keys) entries, foreign keys)
* BUG cli : Variable used without initialisation * BUG cli : Variable used without initialisation
-- Dominique Fournier <dominique@fournier38.fr> Fri, 13 Jun 2014 11:15:47 +0100 -- Dominique Fournier <dominique@fournier38.fr> Fri, 13 Jun 2014 11:15:47 +0100
domframework (0.1-1) testing; urgency=low domframework (0.1-1) testing; urgency=low
* Debian Package * Debian Package
-- Dominique Fournier <dominique@fournier38.fr> Tue, 03 Jun 2014 16:24:15 +0100 -- Dominique Fournier <dominique@fournier38.fr> Tue, 03 Jun 2014 16:24:15 +0100