8
0
OBS User unknown
2009-08-04 20:02:46 +00:00
committed by Git OBS Bridge
parent 49e11016f5
commit 3cbd3f6396
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Aug 4 18:45:30 CEST 2009 - anicka@suse.cz
- update to 5.830
* This release removes callback handlers that were left over on
the returned HTTP::Responses. This was problematic because it
created reference loops preventing the Perl garbage collector
from releasing their memory. Another problem was that Storable
by default would not serialize these objects any more.
* This release also adds support for locating HTML::Form inputs by id
or class attribute; for instance $form->value("#foo", 42) will set
the value on the input with the ID of "foo".
* bugfixes
-------------------------------------------------------------------
Sat Jul 25 19:40:37 CEST 2009 - chris@computersalat.de