You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2014/12/30 02:29:37 UTC

svn commit: r1648463 - /lucene/dev/trunk/solr/CHANGES.txt

Author: ehatcher
Date: Tue Dec 30 01:29:37 2014
New Revision: 1648463

URL: http://svn.apache.org/r1648463
Log:
SOLR-6779: adjust trunk CHANGES to reflect the merge to 5x

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1648463&r1=1648462&r2=1648463&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Dec 30 01:29:37 2014
@@ -12,7 +12,7 @@ See http://lucene.apache.org/solr for mo
 
 Getting Started
 ---------------
-You need a Java 1.7 VM or later installed.
+You need a Java 1.8 VM or later installed.
 In this release, there is an example Solr server including a bundled 
 servlet container in the directory named "example".
 See the tutorial at http://lucene.apache.org/solr/tutorial.html
@@ -49,9 +49,6 @@ Other Changes
 
 * SOLR-6435: Add bin/post script to simplify posting content to Solr (ehatcher)
 
-* SOLR-6779: fix /browse for schemaless example (ehatcher)
-
-
 ==================  5.0.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
@@ -372,6 +369,9 @@ Bug Fixes
 * SOLR-6899: Change public setter for CollectionAdminRequest.action to protected.
   (Anshum Gupta)
 
+* SOLR-6779: fix /browse for schemaless example (ehatcher)
+
+
 Optimizations
 ----------------------