8
0
OBS User unknown
2009-07-29 15:13:37 +00:00
committed by Git OBS Bridge
parent 8e2879358f
commit 49e11016f5
4 changed files with 105 additions and 270 deletions

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Sat Jul 25 19:40:37 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Sun Jun 28 20:23:52 CEST 2009 - chris@computersalat.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 <meta> 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 13:37:15 CEST 2009 - anicka@suse.cz