You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2016/09/15 00:27:34 UTC

[2/2] lucy-clownfish git commit: Add CHANGES entry for 0.6.0.

Add CHANGES entry for 0.6.0.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/366ecac9
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/366ecac9
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/366ecac9

Branch: refs/heads/master
Commit: 366ecac936a2d1573dc1841028d96586207d8102
Parents: 95cb875
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Wed Sep 14 17:27:08 2016 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Wed Sep 14 17:27:08 2016 -0700

----------------------------------------------------------------------
 CHANGES | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/366ecac9/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index e756a76..17ff94f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,41 @@
 Revision history for Apache Clownfish
 
+0.6.0  XXXX-XX-XX
+
+  Bugfixes:
+
+    * [CLOWNFISH-36] - Handle circular references in Perl array and hash
+                       conversion
+    * [CLOWNFISH-78] - Bootstrap process isn't thread-safe
+    * [CLOWNFISH-88] - Travis Perl setup broken
+    * [CLOWNFISH-90] - Unsafe usage of ctype.h functions
+    * [CLOWNFISH-92] - Skip threaded tests under Perl < 5.8.7
+    * [CLOWNFISH-93] - Missing C API docs for inherited methods
+    * [CLOWNFISH-96] - CB_VCatF allows invalid UTF-8 in patterns
+    * [CLOWNFISH-98] - Fix HashIterator error message
+    * [CLOWNFISH-99] - UTF-8 validator allows code points above 0x10FFFF
+    * [CLOWNFISH-100] - Support building with MSYS make
+    * [CLOWNFISH-101] - MinGW C build breaks in tls.c
+
+  Improvements:
+
+    * [CLOWNFISH-14] - Test CFC exceptions in C
+    * [CLOWNFISH-80] - Remove test code from binaries
+    * [CLOWNFISH-83] - Install host alias and exclusion data for prereq
+                       parcels
+    * [CLOWNFISH-87] - Use system cmark if possible
+    * [CLOWNFISH-91] - Changelog missing from CPAN tarball
+    * [CLOWNFISH-94] - Remove C API documentation for Destroy method
+    * [CLOWNFISH-95] - Improve test coverage
+    * [CLOWNFISH-97] - Don't print errors to stderr
+    * [CLOWNFISH-102] - Better directory layout for installed Clownfish
+                        headers
+    * [CLOWNFISH-103] - Rename Clownfish C library to libclownfish
+
+  Tasks:
+
+    * [CLOWNFISH-76] - Move most string helpers to Lucy
+
 0.5.1  2016-04-14
 
   Bugfixes: