You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by dn...@apache.org on 2005/11/08 23:23:17 UTC

svn commit: r331910 - /lucene/java/trunk/CHANGES.txt

Author: dnaber
Date: Tue Nov  8 14:23:12 2005
New Revision: 331910

URL: http://svn.apache.org/viewcvs?rev=331910&view=rev
Log:
warn about compatibility

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/CHANGES.txt?rev=331910&r1=331909&r2=331910&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Tue Nov  8 14:23:12 2005
@@ -4,6 +4,11 @@
 
 1.9 RC1
 
+Note that this realease is mostly but not 100% source compatible with the
+latest release of Lucene (1.4.3). In other words, you should make sure 
+your application compiles with this version of Lucene before you replace 
+the old Lucene JAR with the new one.
+
 Requirements
 
  1. To compile and use Lucene you now need Java 1.4 or later.



Re: svn commit: r331910 - /lucene/java/trunk/CHANGES.txt

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On 8 Nov 2005, at 17:23, dnaber@apache.org wrote:
> +Note that this realease is mostly but not 100% source compatible  
> with the
> +latest release of Lucene (1.4.3). In other words, you should make  
> sure
> +your application compiles with this version of Lucene before you  
> replace
> +the old Lucene JAR with the new one.
> +

Out of curiosity, what is not 100% source compatible?

The goal of 1.9 was to be compatible with apps that have relied on  
1.4.3 without recompilation, if I'm not mistaken.

     Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org