----- Forwarded message from [email protected] ----- > From: [email protected] > Subject: svn commit: r654 - in /release/lucy: CHANGES-0.3.1.txt > apache-lucy-0.3.1.tar.gz apache-lucy-0.3.1.tar.gz.asc > apache-lucy-0.3.1.tar.gz.md5 apache-lucy-0.3.1.tar.gz.sha > To: [email protected] > Date: Tue, 08 May 2012 16:25:49 -0000 > Message-ID: <cmu-lmtpd-25682-1336494354-8@sloti19d3p3> > X-Delivered-to: [email protected] > X-Mail-from: > infrastructure-return-68953-apache=danielsh.fastmail....@apache.org > X-No-Archive: yes > > Author: logie > Date: Tue May 8 16:25:47 2012 > New Revision: 654 > > Log: > Publish Apache Lucy 0.3.1 > > Added: > release/lucy/CHANGES-0.3.1.txt > release/lucy/apache-lucy-0.3.1.tar.gz (with props) > release/lucy/apache-lucy-0.3.1.tar.gz.asc > release/lucy/apache-lucy-0.3.1.tar.gz.md5 > release/lucy/apache-lucy-0.3.1.tar.gz.sha > > Added: release/lucy/CHANGES-0.3.1.txt > ============================================================================== > --- release/lucy/CHANGES-0.3.1.txt (added) > +++ release/lucy/CHANGES-0.3.1.txt Tue May 8 16:25:47 2012 > @@ -0,0 +1,129 @@ > +Revision history for Lucy > + > +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: release/lucy/apache-lucy-0.3.1.tar.gz > ============================================================================== > Binary file - no diff available. > > Propchange: release/lucy/apache-lucy-0.3.1.tar.gz > ------------------------------------------------------------------------------ > svn:mime-type = application/octet-stream > > Added: release/lucy/apache-lucy-0.3.1.tar.gz.asc > ============================================================================== > --- release/lucy/apache-lucy-0.3.1.tar.gz.asc (added) > +++ release/lucy/apache-lucy-0.3.1.tar.gz.asc Tue May 8 16:25:47 2012 > @@ -0,0 +1,17 @@ > +-----BEGIN PGP SIGNATURE----- > +Version: GnuPG v1.4.12 (Darwin) > + > +iQIcBAABAgAGBQJPpEaYAAoJEDbIcQyEwbXLkF4P/iqFSULaQZBeIAnHLluV4ePn > +tAQ1rRA05YZogG9ILYAGvLrd2jHQviD9GKY+EGh9ANMa3crcWZ75E7XuFIC7L4YZ > +HXhvQ3KqfbTOc0slyXbWOkL/EFfwLXrQTt1vjwcIDdffy2ibAz/Uld4IztDMHjkC > +3hydfyKMO6+1ZVnHUH+ILiADv+GoQZhp4nG73rhFkolZfcoF3Xhx4jkK+MsLoN8B > +YFvr/2RDVWAY/OVmijKJ4rBW0lfbvBJg3tX8qG5vGx2evxTjMBr4kHeworBLOck2 > +3O0cN0Kpf2CtBcwX6mRNh4Bi4PhRgHDA5/BOITjf+BGpkCWvhQ8Cwp71isLl2f79 > +l2ivxibunorubGyDUfmuxoLupMPKiIDNTdGawEfwrmUuL35B6/X9bKh3SHlk+UYL > +oQYOtSs2ngwPnK2Dkcf80xAQBPoKFoWi0z981wUuLm4Z6K/YQQhYxVmNANOx8OwE > +TJ0CiiHlvSK1ml8neCFScujqnaL7K+VQvhix/k37nP+lyrr/ppbInB8F0q94g0pt > ++5ZshJwamVDZjmRj2bJPXE7zbzXVWyRq05KknHlDVssOLAHflscorgSM6nSL4+0W > +EYgruuIC7aTIZMA2bpnDtN07d4/byeqsYaIyqskXPRb9Hj6eS1k5aXwhYAiFUEp1 > +fQcFkSaQesy/00RAnlWN > +=ojlL > +-----END PGP SIGNATURE----- > > Added: release/lucy/apache-lucy-0.3.1.tar.gz.md5 > ============================================================================== > --- release/lucy/apache-lucy-0.3.1.tar.gz.md5 (added) > +++ release/lucy/apache-lucy-0.3.1.tar.gz.md5 Tue May 8 16:25:47 2012 > @@ -0,0 +1 @@ > +1fabd3d3393a894d20226c445af9f6e4 apache-lucy-0.3.1.tar.gz > > Added: release/lucy/apache-lucy-0.3.1.tar.gz.sha > ============================================================================== > --- release/lucy/apache-lucy-0.3.1.tar.gz.sha (added) > +++ release/lucy/apache-lucy-0.3.1.tar.gz.sha Tue May 8 16:25:47 2012 > @@ -0,0 +1 @@ > +85bfb65ff4902a2bda228e60995a9879c4a33baae7826bbde7d74d50dae88bc6ae9cbfd16a488c32f0e7236c4a06f534362f7eaef77ff117496b6599e4cd3ff5 > apache-lucy-0.3.1.tar.gz > >
----- End forwarded message -----
