diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 951b9d52e69..9889945503c 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -210,6 +210,13 @@ Jetty 9.3.14.v20161028 Detailed Change List ---------------------- +Upgrade Notes +---------------------- + +* SOLR-10307: If starting Jetty without the Solr start script, you must now pass keystore and truststore + passwords via the env variables SOLR_SSL_KEY_STORE_PASSWORD and SOLR_SSL_TRUST_STORE_PASSWORD rather + than system properties. + New Features ----------------------