Repository: lucy Updated Branches: refs/heads/prep_0.4.0 61bc65b4d -> 365ed37d4
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/646b6567 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/646b6567 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/646b6567 Branch: refs/heads/prep_0.4.0 Commit: 646b6567870885bfb7c4548b6f3d2f56dd4ae9e7 Parents: 61bc65b Author: Marvin Humphrey <[email protected]> Authored: Thu Aug 14 18:42:41 2014 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Thu Aug 14 18:42:41 2014 -0700 ---------------------------------------------------------------------- CHANGES | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/646b6567/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:
