Add CHANGES entries for 0.3.x bugfix releases.
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/b960e886 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/b960e886 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/b960e886 Branch: refs/heads/master Commit: b960e886c66cc7158069629144ed62a8ea9b57fd Parents: 164991e Author: Marvin Humphrey <[email protected]> Authored: Thu Aug 14 18:42:41 2014 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Wed Aug 20 17:13:48 2014 -0700 ---------------------------------------------------------------------- CHANGES | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/b960e886/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 725e35f..9c0e375 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,35 @@ Revision history for Lucy +0.3.3 2013-07-22 + + Bugfixes: + + * [LUCY-239] - Simplify JSON Parser Y File + * [LUCY-243] - Trap remove errno and warn + * [LUCY-245] - Charmonizer fails to detect syntax for 64-bit integer + literals + * [LUCY-259] - Compensate for Perl export flakiness of to_utf8_lower + +0.3.2 2012-07-05 + + Bugfixes: + + * [LUCY-238] - Improve reliability of loading from JSON + + +0.3.1 2012-05-04 + + Bugfixes: + + * [LUCY-213] - Explicit version number for each Perl module + * [LUCY-216] - t/152-inversion.t failure + * [LUCY-235] - Don't ship dev-only tests with CPAN tarball + + Tasks: + + * [LUCY-218] - Adapt codebase for TLP status + + 0.3.0 2012-01-15 New features:
