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 2014/08/21 02:45:29 UTC

svn commit: r6223 - in /dev/lucy/apache-lucy-0.4.0-rc1: CHANGES-0.4.0.txt apache-lucy-0.4.0.tar.gz apache-lucy-0.4.0.tar.gz.asc apache-lucy-0.4.0.tar.gz.md5 apache-lucy-0.4.0.tar.gz.sha

Author: marvin
Date: Thu Aug 21 00:45:29 2014
New Revision: 6223

Log:
Add apache-lucy-0.4.0 artifacts

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

Added: dev/lucy/apache-lucy-0.4.0-rc1/CHANGES-0.4.0.txt
==============================================================================
--- dev/lucy/apache-lucy-0.4.0-rc1/CHANGES-0.4.0.txt (added)
+++ dev/lucy/apache-lucy-0.4.0-rc1/CHANGES-0.4.0.txt Thu Aug 21 00:45:29 2014
@@ -0,0 +1,174 @@
+Revision history for Lucy
+
+0.4.0  2014-08-19
+
+  Bugfixes:
+
+    * [LUCY-199] - Highlighting/excerpt on URLs
+    * [LUCY-211] - MSVC 6 support
+    * [LUCY-234] - Brittle object struct ABI
+    * [LUCY-240] - Build Broken on clang
+    * [LUCY-254] - Creation of Charmonizer temp files sometimes fails on
+                   Windows
+    * [LUCY-261] - Include paths for benchmark scripts
+    * [LUCY-263] - MemoryPool's Release_All() should free
+    * [LUCY-265] - Index lockfiles left behind
+
+  New features:
+
+    * [LUCY-250] - Add delete_by_doc_id to Lucy::Index::Indexer
+
+  Tasks:
+
+    * [LUCY-201] - Port CFC tests to C
+    * [LUCY-212] - The "language" parameter to PolyAnalyzer#new is deprecated
+    * [LUCY-214] - Port terminfo tests to C
+    * [LUCY-222] - Port span tests to C
+    * [LUCY-246] - Migrate Apache Lucy to Git
+    * [LUCY-257] - Separate Clownfish from 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:
+
+    * [LUCY-173] - Bundle Lemon parser generator
+    * [LUCY-189] - Bundle utf8proc
+    * [LUCY-191] - Unicode normalization
+      The new analyzer Lucy::Analysis::Normalizer provides Unicode
+      normalization, case folding and stripping of accents.
+    * [LUCY-196] - UAX #29 tokenizer
+      The new analyzer Lucy::Analysis::StandardTokenizer tokenizes according
+      to the UAX #29 word break rules.
+    * [LUCY-203] - Implement EasyAnalyzer
+      EasyAnalyzer is simple analysis chain using the StandardTokenizer, the
+      Normalizer, and the SnowballStemmer.
+
+  Bugfixes:
+
+    * [LUCY-175] - Missing stdarg.h breaks build
+    * [LUCY-176] - More INCREF/DECREF symbol collisions under Windows
+    * [LUCY-178] - Discriminate between stdio and POSIX in large file support
+                   probing.
+    * [LUCY-180] - ORQuery, ANDQuery, RequiredOptionalQuery optimizations
+                   affect scoring
+    * [LUCY-181] - Perl Documentation fix - Remove links to classes within
+                   docs, that are not exposed to Perl
+    * [LUCY-182] - highlighter bug when searching for duplicate terms [wordX
+                   wordX]
+    * [LUCY-183] - Eliminate spurious "extra" query normalization
+    * [LUCY-185] - Improve error handling when required params not supplied
+    * [LUCY-186] - Terminate connection from SearchClient properly
+    * [LUCY-187] - Adapt to GC changes in Perl 5.15
+    * [LUCY-188] - Highlighter should accept weighted Queries (Compilers)
+    * [LUCY-193] - Occasional schema file name collision under 'truncate'
+    * [LUCY-195] - Revisit pthreads linking on OpenBSD.
+    * [LUCY-206] - Work around broken export in Perl 5.15.6
+
+  Improvements:
+
+    * [LUCY-142] - Port Clownfish compiler to C
+    * [LUCY-143] - Convert Clownfish::Parser to Lemon
+    * [LUCY-179] - Tighten UTF-8 validity checks.
+    * [LUCY-197] - Clean whitespace for 0.3.0
+    * [LUCY-204] - Process ClusterSearcher RPCs in parallel
+    * [LUCY-205] - Parallel processing for SearchServer
+      This introduces an incompatible API change: The port argument has moved
+      from the constructor to the serve method and the password argument has
+      been removed.
+
+  Tasks:
+
+    * [LUCY-133] - Eliminate JSON::XS dependency
+    * [LUCY-134] - Eliminate Parse::RecDescent dependency
+    * [LUCY-137] - Dependency licensing in grant code
+
+
+0.2.2  2011-10-19
+
+  Bugfixes:
+
+    * [LUCY-175] - Missing stdarg.h breaks build
+    * [LUCY-176] - More INCREF/DECREF symbol collisions under Windows
+    * [LUCY-180] - ORQuery, ANDQuery, RequiredOptionalQuery optimizations
+                   affect scoring
+    * [LUCY-181] - Perl Documentation fix - Remove links to classes within
+                   docs, that are not exposed to Perl
+    * [LUCY-182] - highlighter bug when searching for duplicate terms [wordX
+                   wordX]
+    * [LUCY-183] - Eliminate spurious "extra" query normalization
+
+
+0.2.1  2011-08-14
+
+  Bugfixes:
+
+    * [LUCY-174] - Filepath naming glitch breaks CPAN build process
+
+
+0.2.0  2011-07-24
+
+  Bugfixes:
+
+    * [LUCY-152] - Bad prototype for MAKE_MESS when no variadic macros
+                   available
+    * [LUCY-153] - XSLoader version string mismatch
+    * [LUCY-154] - Double-quote all #error directives
+    * [LUCY-155] - TestFSFileHandle's Close() test on Windows fails to clean
+                   up
+    * [LUCY-157] - Add -pthread linker flag on OpenBSD
+    * [LUCY-158] - Disable LockFreeRegistry test by default
+    * [LUCY-160] - Always disable symlink tests on Windows
+    * [LUCY-161] - Always use CreateHardLink() on Windows
+    * [LUCY-162] - Use shell to redirect Charmonizer stderr on Windows
+    * [LUCY-164] - Skip forking tests under Cygwin
+    * [LUCY-165] - Line-ending-agnostic parsing of sample docs
+    * [LUCY-166] - Prefer POSIX over windows.h for process ID
+    * [LUCY-167] - INCREF/DECREF symbol collisions under Windows in
+                   FSDirHandle.c
+    * [LUCY-168] - Directory handling under Cygwin
+    * [LUCY-172] - Clownfish should slurp files in text mode
+
+  Improvements:
+
+    * [LUCY-156] - Address GCC warnings for Charmonizer code
+    * [LUCY-163] - Target Windows XP
+    * [LUCY-169] - Improve cleanup after MSVC
+    * [LUCY-170] - Charmonizer test compiles should use obj rather than exe
+                   when possible
+    * [LUCY-171] - Turn off stupid MSVC warnings
+
+0.1.0  2011-05-20
+
+  Initial release, adapted from a software grant for the KinoSearch codebase.
+

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

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

Added: dev/lucy/apache-lucy-0.4.0-rc1/apache-lucy-0.4.0.tar.gz.asc
==============================================================================
--- dev/lucy/apache-lucy-0.4.0-rc1/apache-lucy-0.4.0.tar.gz.asc (added)
+++ dev/lucy/apache-lucy-0.4.0-rc1/apache-lucy-0.4.0.tar.gz.asc Thu Aug 21 00:45:29 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJT9UEQAAoJEJTA54vYQIlV1ykP/0uGbm0opvBqKz38ySnxfRor
+gBtsvBeyserv5VuikLxF4uGjk4yIcY7jGkCFLqjqJnN+ysJnkqHEpvZ6Ba4+Prts
++2sNZO/zIWhP4vbzyIQPmapTDn+6TDmKl8JEmMEngVcdPz3r/Nm1yhocGiYK75YN
++yZT0b7Ty6tNcEaezau4D3c0BMgc2JNWK54uvbEC0Rd2F5+icNjTbRT4yDpgCpXE
+NaZ9Mm2ruiDzisQr1klLfZ9qtPmFcPFWxFeEke40ObKcw4EvOpUUw9StZ/JtMZ37
+pogWpntetON62X4pc0WLfAGzJ5nVVUFut6CqaBcTinpkIlzrJ4XrG6InK1KnjjvH
+nWDP+vTC25PPoJD7VQTWTbPBre4erZjTpVZPrZH7Te0EvqOHlF2efroRUH6J2FrZ
+yYC+3xayql6F+bJvJ6NM43Jos78StK4NQFIrahoqsMDdrPVYxyko1H7yAujn21AE
+2D+iKwr81XA1Nvktl7ZD/qvP5UasFpDVqX7AY1BVp8k2kjNGX4ZxFMqajnb2yawU
+r98q2BgWEZF5Er5PxMWTPkcbrbcGTlEEQDnIx/3LZezbEBu4Fs/jXqbQc0A6ZOIe
+IMnI19v70dkTcZjXlumW04D8PkF4dpsBt3huSFh5RRhkWuUKAkG9Zshl0+stYXQM
+3eUk8hmKmBvhYz262579
+=9NWK
+-----END PGP SIGNATURE-----

Added: dev/lucy/apache-lucy-0.4.0-rc1/apache-lucy-0.4.0.tar.gz.md5
==============================================================================
--- dev/lucy/apache-lucy-0.4.0-rc1/apache-lucy-0.4.0.tar.gz.md5 (added)
+++ dev/lucy/apache-lucy-0.4.0-rc1/apache-lucy-0.4.0.tar.gz.md5 Thu Aug 21 00:45:29 2014
@@ -0,0 +1 @@
+30557a7482c82e8dd9c2154bb97ccb00  apache-lucy-0.4.0.tar.gz

Added: dev/lucy/apache-lucy-0.4.0-rc1/apache-lucy-0.4.0.tar.gz.sha
==============================================================================
--- dev/lucy/apache-lucy-0.4.0-rc1/apache-lucy-0.4.0.tar.gz.sha (added)
+++ dev/lucy/apache-lucy-0.4.0-rc1/apache-lucy-0.4.0.tar.gz.sha Thu Aug 21 00:45:29 2014
@@ -0,0 +1 @@
+f50def717b9ba88aa193a9ccb6c45451a67ca9b6105ca65ba9d790c5c5baefb9908ae61a459a041395829a631b2dbf956e7a43ef682bf3d6646755cc1ca2bfde  apache-lucy-0.4.0.tar.gz