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 2012/03/19 16:44:37 UTC

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

Author: uschindler
Date: Mon Mar 19 15:44:36 2012
New Revision: 1302513

URL: http://svn.apache.org/viewvc?rev=1302513&view=rev
Log:
Merged revision(s) 1302509 from lucene/dev/branches/branch_3x:
Fix changes.txt "typo"

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=1302513&r1=1302512&r2=1302513&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Mon Mar 19 15:44:36 2012
@@ -800,7 +800,7 @@ Changes in Runtime Behavior
   still check for and silently correct this situation today, but at some point 
   in the future they may throw an exception.  (Mike McCandless, Robert Muir)
   
-* LUCENE-3738: DataInput/DataOutput no longer allow negative vLongs.
+* LUCENE-3738: DataInput/DataOutput no longer allow negative vLongs. Negative
   vInts are still supported (for index backwards compatibility), but
   should not be used in new code. The read method for negative vLongs
   was already broken since Lucene 3.1.