You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2015/02/05 17:02:40 UTC

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

Author: sarowe
Date: Thu Feb  5 16:02:39 2015
New Revision: 1657615

URL: http://svn.apache.org/r1657615
Log:
SOLR-7020: add CHANGES entry on trunk

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=1657615&r1=1657614&r2=1657615&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Thu Feb  5 16:02:39 2015
@@ -887,6 +887,10 @@ Other Changes
   
 * SOLR-5918: ant clean does not remove ZooKeeper data (Varun Thacker, Steve Rowe)
 
+* SOLR-7020: 'bin/solr start' should automatically use an SSL-enabled alternate jetty
+  configuration file when in SSL mode, eliminating the need for manual jetty.xml edits.
+  (Steve Rowe)
+
 * SOLR-6227: Avoid spurious failures of ChaosMonkeySafeLeaderTest by ensuring there's
   at least one jetty to kill. (shalin)