8
0
OBS User unknown
2009-02-23 22:58:05 +00:00
committed by Git OBS Bridge
parent c484ebac22
commit 1551f7d49c
4 changed files with 36 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 23 16:18:38 CET 2009 - anicka@suse.cz
- update to 5.825
* Fixup test failure with perl-5.8.8 and older; qr/$/m doesn't work
* Make format_request() ensure that it returns bytes [RT#42396]
* Force bytes in all the format_* methods.
* Ignore Sitemap: lines in robots.txt [RT#42420]
* Refactor; use variable to hold the test port
* Add redirects method to HTTP::Message
* Setting $ua->max_redirect(0) didn't work [RT#40260]
* Convert files to UTF-8
* HTTP::Cookies destructor should not clobber $! and other globals.
* Deal with the Encode module distributed with perl-5.8.0
* Avoid failure if 127.0.0.1:8333 is in use [RT#42866]
* Documentation improvements, spelling fixes.
-------------------------------------------------------------------
Tue Jan 20 15:59:08 CET 2009 - anicka@suse.cz