flimzy commented on a change in pull request #353: Add 2.3.x release notes URL: https://github.com/apache/couchdb-documentation/pull/353#discussion_r234124087
########## File path: src/whatsnew/2.3.rst ########## @@ -0,0 +1,265 @@ +.. Licensed under the Apache License, Version 2.0 (the "License"); you may not +.. use this file except in compliance with the License. You may obtain a copy of +.. the License at +.. +.. http://www.apache.org/licenses/LICENSE-2.0 +.. +.. Unless required by applicable law or agreed to in writing, software +.. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +.. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +.. License for the specific language governing permissions and limitations under +.. the License. + +.. _release/2.3.x: + +============ +2.3.x Branch +============ + +.. contents:: + :depth: 1 + :local: + +.. _release/2.3.x/upgrade: + +Upgrade Notes +============= + +.. rst-class:: open + +* :ghissue:`1602`: To improve security, there has been a major change in the + configuration of query servers, SSL support, and HTTP global handlers: + + 1. Query servers + + Query servers are NO LONGER DEFINED in the .ini files, and can + no longer be altered at run-time. + + The javascript and coffeescript query servers continue to be enabled + by default. Setup differences have been moved from default.ini to + the couchdb and couchdb.cmd start scripts respectively. Review comment: I think these should be pre-formatted, since these are executable names? ```suggestion the ``couchdb`` and ``couchdb.cmd`` start scripts respectively. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
