Accepting request 562670 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/562670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Lint?expand=0&rev=7
This commit is contained in:
2018-01-22 21:06:04 +00:00
committed by Git OBS Bridge
parent c4d57d1ec9
commit 75012b47c5
4 changed files with 47 additions and 7 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jan 9 06:32:00 UTC 2018 - coolo@suse.com
- updated to 2.30
see /usr/share/doc/packages/perl-HTML-Lint/Changes
2.30 Sun Jan 7 22:02:25 CST 2018
No changes since 2.27_03.
2.27_03 Wed Jan 3 17:07:07 CST 2018
[FIXES]
Removed the text-invalid-entity and attr-invalid-entity, which were
for entities that had an invalid numeric value, anything greater
than &#65536. There is no longer a restriction on the numeric values
of HTML entities. (GH#60)
2.27_02 Wed Dec 27 11:46:28 CST 2017
There are be no functionality changes since 2.27_01.
[INTERNALS]
Many Perl::Critic cleanups.
2.27_01 Fri Dec 22 15:54:32 CST 2017
[ENHANCEMENTS]
Adds checking of entities in attributes, not just text. Thanks,
Klaus S. Madsen.
[FIXES]
Calling ->parsefile() would generate an error. Thanks, Shlomi
Fish. (GH#58)
[INTERNALS]
Prepare for perl 5.26.0 which removes '.' from @INC. Thanks,
Jim Keenan.
Fix disttest target. Thanks, Shlomi Fish.
-------------------------------------------------------------------
Sat Dec 31 06:34:38 UTC 2016 - coolo@suse.com