2009-03-25 23:53:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 23 17:09:40 CET 2009 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 4.41
|
|
|
|
* FIX: RT#43290. In CGI::Session::Driver::sqlite, ensure database
|
|
|
|
handle is still defined in DESTROY() before calling ping().
|
|
|
|
* DOCUMENTATION: Add comments about using the header() method
|
|
|
|
to set the charset to 'utf-8'.
|
|
|
|
|
2009-01-21 01:34:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 20 15:54:13 CET 2009 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 4.40
|
|
|
|
* many fixes, improved documentation
|
|
|
|
|
2008-07-18 22:22:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 18 11:18:38 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 4.35 (bnc#410259)
|
|
|
|
* FIX: Fix the bug fix for error propagation from 4.34
|
|
|
|
* FIX: Reset errors when creating a new object. Previously,
|
|
|
|
errors from a previous object could show up in the current object.
|
|
|
|
* INTERNAL - Patch Build.PL and Makefile.PL to run
|
|
|
|
Module::Metadata::Changes's ini.report.pl, if available, to
|
|
|
|
regenerate Changelog.ini from this file (Changes), when creating
|
|
|
|
a makefile.
|
|
|
|
* SECURITY: Patch CGI::Session::Driver::file to stop \ and /
|
|
|
|
characters being used in session ids and hence in file names.
|
|
|
|
These characters, possibly combined with '..', could have been
|
|
|
|
used to access files outside the designated session file directory.
|
|
|
|
* FIX: Patch CGI::Session to propagate error upwards when
|
|
|
|
_load_pluggables() fails.
|
|
|
|
* INTERNAL: Ship a machine-readable version of this file under
|
|
|
|
the name Changelog.ini.
|
|
|
|
* FIX: Patch CGI::Session::Driver::mysql to replace
|
|
|
|
'REPLACE INTO ...' with 'INSERT INTO ... ON DUPLICATE KEY UPDATE ...'.
|
|
|
|
* FIX: t/mysql.t used to test setting the global variable
|
|
|
|
$CGI::Session::MySQL::TABLE_NAME.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 25 15:29:47 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
- package created (version 4.32)
|
|
|
|
|