You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by bi...@apache.org on 2007/08/15 22:41:34 UTC

svn commit: r566332 - /lucene/solr/trunk/CHANGES.txt

Author: billa
Date: Wed Aug 15 13:41:33 2007
New Revision: 566332

URL: http://svn.apache.org/viewvc?view=rev&rev=566332
Log:
moved bug fixes for 282, 294, and 136 into the correct release

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?view=diff&rev=566332&r1=566331&r2=566332
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Wed Aug 15 13:41:33 2007
@@ -147,6 +147,15 @@
 
  7. SOLR-331: Fix WordDelimiterFilter handling of offsets for synonyms or 
     other injected tokens that can break highlighting. (yonik)
+
+ 8. SOLR-282: Snapshooter does not work on Solaris and OS X since the cp command
+    there does not have the -l option.  (bill)
+
+ 9. SOLR-294: Logging of elapsed time broken on Solaris because the date command
+    there does not support the %s output format.  (bill)
+
+10. SOLR-136: Snappuller - "date -d" and locales don't mix.  (Jürgen Hermann via    bill)
+
  
 Other Changes
  1. SOLR-135: Moved common classes to org.apache.solr.common and altered the
@@ -501,14 +510,6 @@
 15. SOLR-241: Undefined system properties used in configuration files now
     cause a clear message to be logged rather than an obscure exception thrown.
     (Koji Sekiguchi via ehatcher) 
-
-16. SOLR-282: Snapshooter does not work on Solaris and OS X since the cp command
-    there does not have the -l option.  (bill)
-
-17. SOLR-294: Logging of elapsed time broken on Solaris because the date command
-    there does not support the %s output format.  (bill)
-
-18. SOLR-136: Snappuller - "date -d" and locales don't mix.  (Jürgen Hermann via    bill)
 
 Other Changes
  1. Updated to Lucene 2.1