~ubuntu-branches/ubuntu/maverick/libwww-perl/maverick

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Handler
  • Date: 2009-07-09 17:44:48 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090709174448-bstu374e2ijr8mpd
Tags: 5.829-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
_______________________________________________________________________________
 
2
2009-07-07  Release 5.829
 
3
 
 
4
This release removes callback handlers that were left over on the returned
 
5
HTTP::Responses.  This was problematic because it created reference loops
 
6
preventing the Perl garbage collector from releasing their memory.  Another
 
7
problem was that Storable by default would not serialize these objects any
 
8
more.
 
9
 
 
10
This release also adds support for locating HTML::Form inputs by id or class
 
11
attribute; for instance $form->value("#foo", 42) will set the value on the
 
12
input with the ID of "foo".
 
13
 
 
14
 
 
15
Gisle Aas (5):
 
16
      Make the example code 'use strict' clean by adding a my
 
17
      Avoid cycle in response
 
18
      Clean up handlers has from response after data processing is done
 
19
      Support finding inputs by id or class in HTML::Form
 
20
      Test HTML::Form selectors
 
21
 
 
22
Mark Stosberg (1):
 
23
      Tidy and document the internals of mirror() better [RT#23450]
 
24
 
 
25
phrstbrn (1):
 
26
      Avoid warnings from HTML::Form [RT#42654]
 
27
 
 
28
 
 
29
 
 
30
_______________________________________________________________________________
2
31
2009-06-25  Release 5.828
3
32
 
4
33
A quick new release to restore compatiblity with perl-5.6.