From b4f9463a6eff3e724f2448d2e5c3ed527b4b038d Mon Sep 17 00:00:00 2001 From: William Au Date: Tue, 17 Jul 2007 12:35:50 +0000 Subject: [PATCH] fixed logging of elapsed time on Solaris: SOLR-294 git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@556905 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index e35f532be39..5a43ed0aa6a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -482,6 +482,9 @@ Bug Fixes 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