8
0

- update to 3.69

Documentation fix; encode_utf8 mixup [RT#71151]
      Make it clearer that there are 2 (actually 3) options for handing "UTF-8 garbage"
      Github is the official repo
      Can't be bothered to try to fix the failures that occur on perl-5.6
      fix to TokeParser to correctly handle option configuration
      Aesthetic change: remove extra ;
      Trim surrounding whitespace from extracted URLs.
_______________________________________________________________________________

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=37
This commit is contained in:
Vítězslav Čížek
2011-10-17 14:42:16 +00:00
committed by Git OBS Bridge
parent ccf113336e
commit 3a3bbbc93c
4 changed files with 31 additions and 19 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 17 01:36:26 UTC 2011 - vcizek@suse.com
- update to 3.69
Documentation fix; encode_utf8 mixup [RT#71151]
Make it clearer that there are 2 (actually 3) options for handing "UTF-8 garbage"
Github is the official repo
Can't be bothered to try to fix the failures that occur on perl-5.6
fix to TokeParser to correctly handle option configuration
Aesthetic change: remove extra ;
Trim surrounding whitespace from extracted URLs.
_______________________________________________________________________________
-------------------------------------------------------------------
Thu Aug 25 21:49:31 UTC 2011 - chris@computersalat.de