8
0
OBS User unknown
2009-01-22 12:13:50 +00:00
committed by Git OBS Bridge
parent 4e7beda961
commit 0d803f7151
4 changed files with 67 additions and 34 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 20 15:55:27 CET 2009 - anicka@suse.cz
- update to 3.59
* Restore perl-5.6 compatibility for HTML::HeadParser.
* Suppress "Parsing of undecoded UTF-8 will give garbage" warning
with attr_encoded
* The <iframe> element content is now parsed in literal mode.
* Parsing of <script> and <style> content ends on the first end tag
even when that tag was in a quoted string. That seems to be the
behaviour of all modern browsers.
* Implement backquote() attribute
* Test and documentation tweaks
-------------------------------------------------------------------
Mon Jan 15 10:56:22 CET 2007 - anicka@suse.cz