8
0

Accepting request 42696 from home:computersalat:devel:perl

Copy from home:computersalat:devel:perl/perl-libwww-perl via accept of submit request 42696 revision 2.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/42696
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=17
This commit is contained in:
Christian Wittmer
2010-07-07 14:22:41 +00:00
committed by Git OBS Bridge
parent a33ce89e81
commit ddc9e2c22f
5 changed files with 82 additions and 116 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Wed Jul 7 12:47:35 UTC 2010 - chris@computersalat.de
- update to 5.836
Gisle Aas (1):
* Fix problem where $resp->base would downcase its return value
- 2010-05-05 Release 5.835
* simple string can be simplified
* Make $mess->decoded_content remove XML encoding declarations [RT#52572]
* Don't allow saving to filenames starting with '.' suggested by server
* Avoid race between testing for existence of output file and opening the file
* Minor doc fixup -- wrongly ucfirsted word
* Use decoded_content in HTTP:Response synopsis [RT#54139]
* sun.com is no more. rip!
* Trivial layout tweak to reduce variable scope.
* Add 'make test_hudson' target
* Implement alt_charset parameter for decoded_content()
* Test decoding with different charset parameters
* lwp-download now needs the -s option to honor the Content-Disposition header
* Make LWP::MediaTypes::media_suffix case insensitive.
* Skip XML decoding tests if XML::Simple is not available.
* Documentation fixes.
* Fix m_media_type => "xhtml" matching.
* Make parse_head() apply to data: requests.
* Documentation spelling fixes.
* Documentation grammar fixes.
* Use $uri->secure in m_secure if available.
* Fix handling of multiple (same) base headers, and parameters in them.
* Strip out empty lines separated by CRLF
* Best Practice: avoid indirect object notation
* Speed up as_string by 4% by having _sorted_field_names return a reference
* Speed up scan() a bit. as_string() from this branch is now 6% faster
* Port over as_string() optimizations from HTTP::Headers::Fast
* Link to referenced documentation.
* Update repository location.
* Remove needless (and actually harmful) local $_
* "Perl & LWP" is available online
- recreated by cpanspec 1.78
- noarch
- removed obsolete patch (Content-Disposition)
-------------------------------------------------------------------
Thu May 20 16:02:44 CEST 2010 - anicka@suse.cz