You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/03/04 15:18:58 UTC

svn commit: r12616 - in /dev/lucy/clownfish/apache-clownfish-0.5.0-rc1: CHANGES-0.5.0.txt apache-clownfish-0.5.0.tar.gz apache-clownfish-0.5.0.tar.gz.asc apache-clownfish-0.5.0.tar.gz.md5 apache-clownfish-0.5.0.tar.gz.sha

Author: nwellnhof
Date: Fri Mar  4 14:18:57 2016
New Revision: 12616

Log:
Add apache-clownfish-0.5.0 artifacts

Added:
    dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/CHANGES-0.5.0.txt
    dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz   (with props)
    dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.asc
    dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.md5
    dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.sha

Added: dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/CHANGES-0.5.0.txt
==============================================================================
--- dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/CHANGES-0.5.0.txt (added)
+++ dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/CHANGES-0.5.0.txt Fri Mar  4 14:18:57 2016
@@ -0,0 +1,101 @@
+Revision history for Apache Clownfish
+
+0.5.0  2016-03-04
+
+  New features:
+
+    * [CLOWNFISH-2] - Create iterator for Hash
+    * [CLOWNFISH-19] - Go (golang) bindings for CFC
+    * [CLOWNFISH-23] - Markdown for documentation
+    * [CLOWNFISH-26] - Markdown for standalone documentation files
+    * [CLOWNFISH-28] - Proof-of-concept Go bindings
+    * [CLOWNFISH-46] - Travis CI with multiple host languages
+    * [CLOWNFISH-64] - Autogenerate subroutine code samples in Perl POD
+    * [CLOWNFISH-66] - Python-specific CFC
+    * [CLOWNFISH-71] - Autogenerate HTML documentation for C API
+    * [CLOWNFISH-72] - Document Clownfish internals like header file language
+    * [CLOWNFISH-75] - Add Clownfish page to lucy.apache.org
+
+  Bugfixes:
+
+    * [CLOWNFISH-3] - Charmonizer bombs out trying to set warnings as errors
+                      with Strawberry Perl
+    * [CLOWNFISH-9] - Make most Clownfish core types final
+    * [CLOWNFISH-24] - Error handling in C bindings is not thread-safe
+    * [CLOWNFISH-33] - Duplicate hash entries
+    * [CLOWNFISH-37] - Order of refcount manipulation when overwriting
+    * [CLOWNFISH-45] - Dynamically subclassing a final class should fail
+    * [CLOWNFISH-47] - Tighten up final method code gen and optimization
+    * [CLOWNFISH-62] - Crash when passing Perl variable as decremented arg
+    * [CLOWNFISH-63] - Don't export private methods via Go
+    * [CLOWNFISH-69] - Clownfish::CFC missing from CPAN prereqs
+
+  Improvements:
+
+    * [CLOWNFISH-7] - String-only keys for Hash
+    * [CLOWNFISH-11] - Rework ByteBuf
+    * [CLOWNFISH-15] - Method OFFSET vars should be uint32_t instead of
+                       size_t
+    * [CLOWNFISH-27] - Use functions rather than methods for refcounting
+    * [CLOWNFISH-29] - Use PERL_NO_GET_CONTEXT
+    * [CLOWNFISH-30] - Eliminate autogenerated "callbacks.h"
+    * [CLOWNFISH-34] - String-only keys for LFReg
+    * [CLOWNFISH-35] - Use size_t for Array and Hash indices
+    * [CLOWNFISH-39] - Public Vector API
+    * [CLOWNFISH-40] - LockFreeRegistry should be private
+    * [CLOWNFISH-42] - Move NumberUtils to Lucy
+    * [CLOWNFISH-49] - Remove Obj_Mimic, Obj_To_[FI]64, Obj_To_Bool
+    * [CLOWNFISH-50] - Convert some Obj methods to inert functions
+    * [CLOWNFISH-51] - Go glue should convert clownfish.String to Go string
+    * [CLOWNFISH-52] - Implement To_Host methods for core types
+    * [CLOWNFISH-53] - Support MSVC in C mode
+    * [CLOWNFISH-56] - Map Clownfish composite types to Go host types
+    * [CLOWNFISH-57] - Map clownfish.Obj to Go empty interface
+    * [CLOWNFISH-58] - Refine Hash API
+    * [CLOWNFISH-59] - Refine Go bindings
+    * [CLOWNFISH-61] - Run core tests under Go bindings
+    * [CLOWNFISH-65] - Refresh intro docs
+    * [CLOWNFISH-70] - Export major version from Perl bindings
+    * [CLOWNFISH-79] - Improve generated Perl bindings
+
+0.4.4 2016-01-26
+
+  Bugfixes:
+
+    * [CLOWNFISH-3] - Charmonizer bombs out trying to set warnings as
+                      errors with Strawberry Perl
+    * [CLOWNFISH-69] - Clownfish::CFC missing from CPAN prereqs
+
+0.4.3 2016-01-09
+
+  Bugfixes:
+
+    * [CLOWNFISH-33] - Duplicate hash entries
+
+  Improvements:
+
+    * Fix build and test suite under Strawberry Perl.
+    * Improve installation scripts for C library.
+
+0.4.2 2014-12-16
+
+  Bugfixes:
+
+    * [CLOWNFISH-18] - Determine Clownfish include dirs at build time
+
+0.4.1 2014-09-25
+
+  Bugfixes:
+
+    * [CLOWNFISH-4] - Account for compiler names with invalid leading
+                      whitespace
+    * [CLOWNFISH-5] - Add stub Clownfish/CFC/Model/Version.pm
+    * [CLOWNFISH-6] - Update issue tracker in dist metadata
+    * [CLOWNFISH-8] - CPAN smokers fail to build Lucy
+    * [CLOWNFISH-16] - Support arguments in $Config{cc}
+    * [CLOWNFISH-17] - Bump Devel::PPPort dependency to version 3.14
+
+0.4.0  2014-08-19
+
+  Initial independent release after separation from Apache Lucy.
+

Added: dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.asc
==============================================================================
--- dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.asc (added)
+++ dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.asc Fri Mar  4 14:18:57 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJW2ZkjAAoJEE+xEUIyQehPOiEP/3HAalMILCos0WwH3cQOKdSk
+LYnYukSw3nVJ8Vafy9g9a2rFuWC3IuYh0IXU8s58fhbwZQL38/68oZMMR9PRfnQr
+x9wH9XXAyxuVmdUctdyf9EfXbhlzBasYJXPhUfz1hGlY1F4nEU9QT6WCwGTbrC4r
+ei0j38gn9iRMz36jbZV5jHV14Tv204/qh27pzQq1QtrjLzscDuc473pUWhshHCLt
+RaJsRWSqUTN2SQ5Y1ctIFThGr21qEm+TV6HgB+zWCDt2ZkH5RCFzO80+5FLm4gUN
+DzSV5xzTPCCaa8uIziFm1S1DSdvyUc2sKJDxc1AAuvFj72JXsSUE/WVQknyRCfFS
+S5xjrt1tulDtESDJKHMAOIh9JN54fZLpWYa5ftAmGBICwnZmuPDONbv7rEWk0f/F
+QyGATFuIqczOqUxBOwE9pNEyWft3wf5UFnZEqHpMQh3e5qo6w0Sib3fSP8x/0ASg
+DlxltGoYXc0q09N4odUdMA1azYzRFnsTo8m2NipNpQp3RdeiGKpvUhxGdlFRPUo6
+sxEX97LG35ldSoIh6BnZkm3uSAMYygB+VSLn3rOcwCCDOgxNJseNjMZDMrmFQrPk
+f0qUdJxnfgaHTyFVKt/pulvxneVJWF7noTsIoYDtB0ouk4UkQcFJF3k9nosrvBFF
+6Ws3vHmVBjjnJ8KdL3+m
+=rgyy
+-----END PGP SIGNATURE-----

Added: dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.md5
==============================================================================
--- dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.md5 (added)
+++ dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.md5 Fri Mar  4 14:18:57 2016
@@ -0,0 +1 @@
+984127d346f9125991cd6a61f5cbf4e7  apache-clownfish-0.5.0.tar.gz

Added: dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.sha
==============================================================================
--- dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.sha (added)
+++ dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/apache-clownfish-0.5.0.tar.gz.sha Fri Mar  4 14:18:57 2016
@@ -0,0 +1 @@
+174b0333fcfbcc604e280045b19a371649cf75d1f421f1cb756edf4d986d5e052088e8cd926461343ec97e6eb9f9f9c20a1222769c7a1e1bb941f403fb2a194a  apache-clownfish-0.5.0.tar.gz