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/07/17 14:20:58 UTC

svn commit: r1362468 - in /lucene/dev/branches/lucene_solr_3_6: lucene/CHANGES.txt solr/CHANGES.txt

Author: uschindler
Date: Tue Jul 17 12:20:57 2012
New Revision: 1362468

URL: http://svn.apache.org/viewvc?rev=1362468&view=rev
Log:
fix broken CHANGES.txt, add release message

Modified:
    lucene/dev/branches/lucene_solr_3_6/lucene/CHANGES.txt
    lucene/dev/branches/lucene_solr_3_6/solr/CHANGES.txt

Modified: lucene/dev/branches/lucene_solr_3_6/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_6/lucene/CHANGES.txt?rev=1362468&r1=1362467&r2=1362468&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_6/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_3_6/lucene/CHANGES.txt Tue Jul 17 12:20:57 2012
@@ -4,6 +4,9 @@ For more information on past and future 
 http://s.apache.org/luceneversions
 
 ======================= Lucene 3.6.1 =======================
+More information about this release, including any errata related to the 
+release notes, upgrade instructions, or other changes may be found online at:
+   https://wiki.apache.org/lucene-java/Lucene3.6.1
 
 Bug Fixes
 
@@ -40,7 +43,7 @@ Optimizations
   the cloned instances. WeakIdentityMap was extended to support
   iterating over its keys.  (Uwe Schindler)
 
-Tests:
+Tests
 
 * LUCENE-3873: add MockGraphTokenFilter, testing analyzers with
   random graph tokens.  (Mike McCandless)

Modified: lucene/dev/branches/lucene_solr_3_6/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_6/solr/CHANGES.txt?rev=1362468&r1=1362467&r2=1362468&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_6/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_3_6/solr/CHANGES.txt Tue Jul 17 12:20:57 2012
@@ -21,6 +21,9 @@ See README.txt and http://lucene.apache.
 on how to get started.
 
 ==================  3.6.1  ==================
+More information about this release, including any errata related to the 
+release notes, upgrade instructions, or other changes may be found online at:
+   https://wiki.apache.org/solr/Solr3.6.1
 
 Bug Fixes: