SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-libwww-perl-5.837-5.2.noarch.rpm :
Sun Nov 2 13:00:00 2014 hpjAATTurpla.net
- used as dependency for VMware-vSphere-CLI
- fixed build

Thu Dec 2 13:00:00 2010 cooloAATTnovell.com
- disable HTTP:GHTTP and ran spec-cleaner

Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro

Tue Sep 21 14:00:00 2010 anickaAATTsuse.cz
- update to 5.837

* Fix for Encode 2.40

* Fix Perl syntax error in synopsis

* Allow ISO 8601 date strings when parsing Apache file listings

Thu Jul 8 14:00:00 2010 chrisAATTcomputersalat.de
- fix deps
o added missing IO::{Unc,C}ompress::
* stuff

Wed Jul 7 14:00:00 2010 chrisAATTcomputersalat.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 14:00:00 2010 anickaAATTsuse.cz
- fixed filename vulnerability in lwp-download (bnc#606321)

Wed Jan 13 13:00:00 2010 anickaAATTsuse.cz
- update to 5.834

* Check for sane default_headers argument [RT#50393]

* Add $ua->local_address attribute [RT#40912]

* Test that generation of boundary works [RT#49396]

* Page does not display the \"standard\" apache listing any more

* Remove unneeded executable permissions.

* Switch compression/decompression to use the IO::Compress/IO::Uncompress and

* Compress::Raw::Zlib family of modules.

* lwp-request should use stderr for auth [RT#21620]

* Deal with cookies that expire far into the future [RT#50147]

* Deal with cookies that expire at or before epoch [RT#49467]

* Pass separate type for https to LWP::ConnCache [RT#48899]

* Improved handling of the User-Agent header [RT#48461]

* HTTP::Cookies add_cookie_header previous Cookies [RT#46106]

* Improve diagnostics from LWP::UserAgent::mirror [RT#48869]

* mirror should die in case X-Died is set [RT#48236]

* Increase default Net::HTTP max line length to 8k.

* Fix net test suite.

* Comment spelling fixes.

* Fix links to old Netscape cookie specification.

* Documentation spelling fixes.

* Improve max line length exceeded/read error messages.

* Do not warn about seemingly wellformed but unrecognized robots.txt lines.

* $mess->content_charset would fail for empty content

* Further restrict what variables env_proxy() process

* Fix bzip2 content encoding/decoding.

* send_te() doc grammar fix.

* Document time2str() behavior with an undefined argument.

* HTML::Message\'s content_charset trigger warnings from HTML::Parser [RT#48621]

Tue Aug 4 14:00:00 2009 anickaAATTsuse.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 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods

* removed ^----------

* removed ^#---------

Sun Jun 28 14:00:00 2009 chrisAATTcomputersalat.de
- update to 5.828

* Less noisy behaviour when we can\'t download the documents

* Restore perl-5.6 compatiblity [RT#47054]

* Don\'t decode US-ASCII and ISO-8859-1 content

* Some versions of Encode don\'t support UTF-16-BE [RT#47152]

* Spelling fixes.
- update to 5.827

* Added lwp-dump script

* Replace calls to $req->url with $req->uri

* Also need to encode strings in the latin1 range

* Ignore the value set for file inputs [RT#46911]

* Add docs to lwp-dump

* Don\'t let lwp-dump follow redirects

* Support --method options

* Implement the --agent option

* Dictionary order for the option docs; document --method

* Merge branch \'dump\'

* Files are passed as an array and we must not stringify it.

* Add content_charset method to HTTP::Message

* Start guessing the charset for a message

* Let content_charset guess the charset to use for decoded_content

* Specify what\'s missing for the XML and HTML case

* Provide charset parameter for HTML::Form->parse()

* Make content_charset sniff for elements specifying the charset.

* Determine charset of XML documents

* Get rid of the _trivial_http_get() implementation

* Update the bundled media.types file

* LWP::Simple::get() now returns decoded_content [RT#44435]

* Implement content_type_charset method for HTTP::Headers

* Implement content_is_text method for HTTP::Headers

* Make use of content_is_text and content_type_charset in decoded_content

* Don\'t let the parse_head callback append to the HTTP headers

* Don\'t set Range header on request when max_size is used [RT#17208]

* Still show client headers for internal responses

* Document Client-Warning: Internal response

* Don\'t use \'no\' as example domain for no_proxy docs [RT#43728]

* Drop exit from the Makefile.PL [RT#43060]

* Merge branch \'content_charset\'

* Support \"accept-charset\" attribute in HTML::Form

* new tests for max_size and 206 responses [RT#46230]

* Reformulation of Client-Warning: Internal documentation
- added perl-macros
o autogen filelist with perl_gen_filelist
- spec mods
o fixed deps

Tue Apr 28 14:00:00 2009 anickaAATTsuse.cz
- update to 5.826

* Avoid returning stale Content-Type header after message parts
have been updated

* Don\'t let content saved to file be affected by the $\\ setting

* Issues around multipart boundaries

* Ignore random _proxy env variables, allow only valid schemes

* README.SSL is not anymore available at the linpro.no URL.

* Make LWP::UserAgent constructor honor the default_headers
option


 
ICM