Author: billa
Date: Tue Jul 17 05:35:50 2007
New Revision: 556905
URL: http://svn.apache.org/viewvc?view=rev&rev=556905
Log:
fixed logging of elapsed time on Solaris: SOLR-294
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=556905&r1=556904&r2=556905
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Tue Jul 17 05:35:50 2007
@@ -482,6 +482,9 @@
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)
+
Other Changes
1. Updated to Lucene 2.1