add empty 3.2 section to CHANGES

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1078614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-03-06 22:38:05 +00:00
parent b8d0758153
commit e33484e615
7 changed files with 33 additions and 1 deletions

View File

@ -358,6 +358,10 @@ Bug fixes
======================= Lucene 3.x (not yet released) =======================
(No changes)
======================= Lucene 3.1 (not yet released) =======================
Changes in backwards compatibility policy
* LUCENE-2719: Changed API of internal utility class

View File

@ -45,6 +45,10 @@ API Changes
======================= Lucene 3.x (not yet released) =======================
(No changes)
======================= Lucene 3.1 (not yet released) =======================
Changes in backwards compatibility policy
* LUCENE-2100: All Analyzers in Lucene-contrib have been marked as final.

View File

@ -30,7 +30,7 @@ Carrot2 3.4.2
Velocity 1.6.4 and Velocity Tools 2.0
Upgrading from Solr 3.1-dev
Upgrading from Solr 3.2-dev
----------------------
* The Lucene index format has changed and as a result, once you upgrade,
@ -190,6 +190,14 @@ Documentation
* SOLR-2232: Improved README info on solr.solr.home in examples
(Eric Pugh and hossman)
================== 3.2.0-dev ==================
Versions of Major Components
---------------------
Apache Lucene trunk
Apache Tika 0.8-SNAPSHOT
Carrot2 3.4.2
(No Changes)
================== 3.1.0-dev ==================
Versions of Major Components

View File

@ -15,6 +15,10 @@ $Id$
(No Changes)
================== Release 3.2-dev ==================
(No Changes)
================== Release 3.1-dev ==================
* SOLR-2210: Add icu-based tokenizer and filters to contrib/analysis-extras (rmuir)

View File

@ -11,6 +11,10 @@ $Id$
(No Changes)
================== Release 3.2.0-dev ==================
(No Changes)
================== Release 3.1.0-dev ==================
* SOLR-1684: Switch to use the SolrIndexSearcher.doc(int, Set<String>) method b/c it can use the document cache (gsingers)

View File

@ -12,6 +12,10 @@ $Id$
(No Changes)
================== 3.2.0-dev ==================
(No Changes)
================== 3.1.0-dev ==================
Upgrading from Solr 1.4
----------------------

View File

@ -28,6 +28,10 @@ $Id:$
(No Changes)
================== Release 3.2-dev ==================
(No Changes)
================== Release 3.1-dev ==================
* SOLR-1902: Upgraded to Tika 0.8 and changed deprecated parse call