update/improve changelog for 1.6
Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/ac790b14 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/ac790b14 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/ac790b14 Branch: refs/heads/import-master Commit: ac790b1491ab043a6c46e513ee9533b37a0e564e Parents: 024f19f Author: Dirkjan Ochtman <dirk...@ochtman.nl> Authored: Tue Jan 7 15:29:48 2014 +0100 Committer: Dirkjan Ochtman <dirk...@ochtman.nl> Committed: Tue Jan 7 15:29:48 2014 +0100 ---------------------------------------------------------------------- src/whatsnew/1.6.rst | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/ac790b14/src/whatsnew/1.6.rst ---------------------------------------------------------------------- diff --git a/src/whatsnew/1.6.rst b/src/whatsnew/1.6.rst index 28e5ac2..7d93ff6 100644 --- a/src/whatsnew/1.6.rst +++ b/src/whatsnew/1.6.rst @@ -43,12 +43,25 @@ Version 1.6.0 This version is not released yet. -* :issue:`1922`: Fix CORS exposed headers :commit:`4f619833` -* Rename ``proxy_authentification_handler`` to ``proxy_authentication_handler`` +* Fauxton: many improvements in our experimental new user interface, including + switching the code editor from CodeMirror to Ace as well as better support + for various browsers. +* :issue:`1922`: fix CORS exposed headers. :commit:`4f619833` +* Rename ``proxy_authentification_handler`` to ``proxy_authentication_handler``. :commit:`c66ac4a8` -* :issue:`1795`: Ensure startup script couchdb clears pid file on termination +* :issue:`1795`: ensure the startup script clears the pid file on termination. :commit:`818ef4f9` -* :issue:`1962`: Various replicator enhancements - :commit:`1d5fe2aa` write access for checkpoints is not required on source db - :commit:`0693f98e` make the replication checkpoint interval configurable - :issue:`2025`: Support SOCKS5 protocol for replication sources and targets +* :issue:`1962`: replication can now be performed without having write access + to the source database (:commit:`1d5fe2aa`), the replication checkpoint + interval is now configurable (:commit:`0693f98e`). +* :issue:`2025`: add support for SOCKS5 proxies for replication. + :commit:`fcd76c9` +* :issue:`1930`: redirect to the correct page after submitting a new document + with a different ID than the one suggested by Futon. :commit:`4906b591` +* :issue:`1923`: add support for `attachments` and `att_encoding_info` options + (formerly only available on the documents API) to the view API. + :commit:`ca41964b` +* :issue:`1647`: for failed replications originating from a document in the + `_replicator` database, store the failure reason in the document. + :commit:`08cac68b` +* A number of improvements for the documentation.