summaryrefslogtreecommitdiffstats
path: root/misc/bundle/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bundle/ChangeLog')
-rw-r--r--misc/bundle/ChangeLog176
1 files changed, 0 insertions, 176 deletions
diff --git a/misc/bundle/ChangeLog b/misc/bundle/ChangeLog
deleted file mode 100644
index 3a1ec36..0000000
--- a/misc/bundle/ChangeLog
+++ /dev/null
@@ -1,176 +0,0 @@
-2010-01-14 ville
-
- * README, lib/Bundle/W3C/Validator.pm: Update years in copyright
- notices.
-
-2009-12-14 ville
-
- * lib/Bundle/W3C/Validator.pm: Add minimum required XML::LibXML
- version (best guess, not necessarily accurate)
-
-2009-12-02 ville
-
- * lib/Bundle/W3C/Validator.pm: Preparing for 0.8.6.
-
-2009-11-24 ville
-
- * lib/Bundle/W3C/Validator.pm: Fix perlcritic "Code before
- strictures/warnings" errors.
-
-2009-09-16 ville
-
- * lib/Bundle/W3C/Validator.pm: Remove fuzzy matching/"Did you mean
- ..." implementation due to too many incorrect suggestions emitted.
- We'd need to be aware of which attributes and/or elements are valid
- in the checked document in the particular position; flat lists of
- all HTML elements and attributes results in too many false
- positives. String::Approx usage would have probably needed some
- work as well, or perhaps it wasn't the best choice for the task to
- begin with.
-
-2009-06-29 ville
-
- * lib/Bundle/W3C/Validator.pm: Drop SGML::Parser::OpenSP < 0.991
- workarounds, require >= 0.991.
-
-2009-06-29 ville
-
- * lib/Bundle/W3C/Validator.pm: Fix JSON output errors
- (missing/extra commas, incorrect escaping) (#7000). New
- dependency: JSON >= 2.00.
-
-2009-06-29 ville
-
- * lib/Bundle/W3C/Validator.pm: Drop Config::General <= 2.31
- workarounds, require >= 2.32.
-
-2009-06-23 ville
-
- * lib/Bundle/W3C/Validator.pm: Require libwww-perl >= 5.802.
-
-2009-03-27 ville
-
- * README, lib/Bundle/W3C/Validator.pm: Update author/maintainer
- info.
-
-2009-03-27 ville
-
- * lib/Bundle/W3C/Validator.pm: Avoid v-string non-portability
- warning with Perl 5.10.0.
-
-2009-03-27 ville
-
- * lib/Bundle/W3C/Validator.pm: List all dependencies, mention
- "hard" and optional ones.
-
-2009-03-13 ot
-
- * lib/Bundle/W3C/Validator.pm: preparing 0.8.5. still need some
- testing before we get green light
-
-2009-02-19 ville
-
- * lib/Bundle/W3C/Validator.pm: Add String::Approx dependency.
-
-2009-02-04 ville
-
- * README, lib/Bundle/W3C/Validator.pm: 2009
-
-2009-02-04 ville
-
- * lib/Bundle/W3C/Validator.pm: Make Encode::JIS2K optional.
-
-2009-01-07 ville
-
- * lib/Bundle/W3C/Validator.pm: Improve doctype preparse performance
- by aborting as soon as possible, fix required HTML::Parser version.
-
-2009-01-04 ville
-
- * lib/Bundle/W3C/Validator.pm: Purge Config::General <= 2.30
- compatibility hack; 2.31 one still preserved for current Debian
- stable.
-
-2009-01-04 ville
-
- * lib/Bundle/W3C/Validator.pm: LWP::UserAgent >= 2.032 (libwww-perl
- >= 5.800) is required for default_header().
-
-2009-01-04 ville
-
- * lib/Bundle/W3C/Validator.pm: Use File::Spec::Functions for
- somewhat more compact code.
-
-2008-11-18 ot
-
- * lib/Bundle/W3C/Validator.pm: version bump. Preparing for v0.8.4
-
-2008-02-21 ot
-
- * lib/Bundle/W3C/Validator.pm: getting reading for 0.8.3
-
-2007-10-10 ot
-
- * lib/Bundle/W3C/Validator.pm: pushing towards 0.8.2 release
-
-2007-08-07 ot
-
- * lib/Bundle/W3C/Validator.pm: preparing 0.8.1, changelog and
- version bump
-
-2007-07-26 ville
-
- * lib/Bundle/W3C/Validator.pm: Back down to unversioned
- XML::LibXML, load_catalog no longer used.
-
-2007-07-25 ville
-
- * lib/Bundle/W3C/Validator.pm: XML::LibXML >= 1.53 is needed for
- load_catalog().
-
-2007-07-10 ot
-
- * lib/Bundle/W3C/Validator.pm: requiring extra perl libs for CJK
- character encodings, and documenting the new requirements
-
-2007-04-04 ville
-
- * lib/Bundle/W3C/Validator.pm: +XML::LibXML
-
-2007-04-02 ville
-
- * README: 2007
-
-2007-04-02 ville
-
- * lib/Bundle/W3C/Validator.pm: Update dependencies
-
-2006-03-31 ot
-
- * README, lib/Bundle/W3C/Validator.pm: merging from 0.7 branch into
- trunk at tag validator-0_7_2-release
-
-2006-01-26 ville
-
- * README, lib/Bundle/W3C/Validator.pm: Update copyright years.
-
-2005-01-09 ville
-
- * README, lib/Bundle/W3C/Validator.pm: 2005.
-
-2004-10-10 ville
-
- * lib/Bundle/W3C/Validator.pm: Add HTML::Template dependency and
- minimum Config::General version.
-
-2004-07-21 link
-
- * README, lib/Bundle/W3C/Validator.pm, t/00load.t: Re-adding
- bundle/* taken from validator-0_6_0-branch at tag
- validator-0_6_7-pre3 (0.6.7-release candidate).
-
-2004-05-05 ville
-
- * README, lib/Bundle/W3C/Validator.pm, t/00load.t: First release,
- for the W3C Markup Validator 0.6.5.
-