Logoj0ke.net Open Build Service > Projects > devel:perl > perl-CGI-Session > Changes
Sign Up | Log In

Problem getting expanded diff: bad link: openSUSE:Factory/perl-CGI-Session: project 'openSUSE:Factory' does not exist

Changes of Revision 4

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