8
0

- updated to 1.60

see /usr/share/doc/packages/perl-HTML-Tidy/Changes
  
  1.60    Wed Sep 13 10:34:35 CDT 2017
  ====================================
  No functionality changes.  Fixes failing tests caused by differing
  versions of the tidy library.  Thanks, Rufus Cable.
  
  
  1.58    Sat May 27 00:03:51 CDT 2017
  ====================================
  No functionality changes.  This just fixes some tests.  This will probably
  be the last release that uses the old tidy/tidyp.  There is a new tidy
  that supports HTML 5 and I'm going to start working on making HTML::Tidy
  use that.
  
  [FIXES]
  Failing tests on Windows.  Thanks, Klaus Baldermann. (GH #11, GH #23)
  
  [INTERNALS]
  Added more tests.  Thanks, Hunter McMillen.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Tidy?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2017-10-08 08:55:50 +00:00
committed by Git OBS Bridge
parent 0705c9e2cd
commit 3623b436f1
5 changed files with 72 additions and 26 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Oct 8 08:36:07 UTC 2017 - coolo@suse.com
- updated to 1.60
see /usr/share/doc/packages/perl-HTML-Tidy/Changes
1.60 Wed Sep 13 10:34:35 CDT 2017
====================================
No functionality changes. Fixes failing tests caused by differing
versions of the tidy library. Thanks, Rufus Cable.
1.58 Sat May 27 00:03:51 CDT 2017
====================================
No functionality changes. This just fixes some tests. This will probably
be the last release that uses the old tidy/tidyp. There is a new tidy
that supports HTML 5 and I'm going to start working on making HTML::Tidy
use that.
[FIXES]
Failing tests on Windows. Thanks, Klaus Baldermann. (GH #11, GH #23)
[INTERNALS]
Added more tests. Thanks, Hunter McMillen.
-------------------------------------------------------------------
Thu Sep 26 08:31:21 UTC 2013 - pgajdos@suse.com