You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/12/17 14:18:05 UTC

svn commit: r1215484 - in /lucene/dev/trunk: ./ lucene/ lucene/CHANGES.txt

Author: uschindler
Date: Sat Dec 17 13:18:04 2011
New Revision: 1215484

URL: http://svn.apache.org/viewvc?rev=1215484&view=rev
Log:
Merged revision(s) 1215483 from lucene/dev/branches/branch_3x: CHANGES.txt

Modified:
    lucene/dev/trunk/   (props changed)
    lucene/dev/trunk/lucene/   (props changed)
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1215484&r1=1215483&r2=1215484&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Sat Dec 17 13:18:04 2011
@@ -698,6 +698,11 @@ Changes in backwards compatibility polic
   when that reader is closed.  SegmentReader has CoreClosedListeners that you
   can register to know when a shared reader core is closed.  
   (Uwe Schindler, Mike McCandless, Robert Muir)
+
+* LUCENE-3652: The package org.apache.lucene.messages was moved to
+  contrib/queryparser. If you have used those classes in your code
+  just add the lucene-queryparser.jar file to your classpath.
+  (Uwe Schindler)
   
 Security fixes