Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A058104D8 for ; Fri, 26 Jul 2013 12:25:23 +0000 (UTC) Received: (qmail 63707 invoked by uid 500); 26 Jul 2013 12:25:23 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 63570 invoked by uid 500); 26 Jul 2013 12:25:20 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 63561 invoked by uid 99); 26 Jul 2013 12:25:20 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jul 2013 12:25:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D8A1894C2; Fri, 26 Jul 2013 12:25:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: djc@apache.org To: commits@couchdb.apache.org Message-Id: <971a4fa81ebe48a3a588b014f4ce1312@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to cab5899 Date: Fri, 26 Jul 2013 12:25:19 +0000 (UTC) Updated Branches: refs/heads/master 998ab3623 -> cab589943 Fill out the 1.4.0 changelog. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/cab58994 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/cab58994 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/cab58994 Branch: refs/heads/master Commit: cab58994384edded3203e10de339e682b277315f Parents: 998ab36 Author: Dirkjan Ochtman Authored: Fri Jul 26 14:25:01 2013 +0200 Committer: Dirkjan Ochtman Committed: Fri Jul 26 14:25:01 2013 +0200 ---------------------------------------------------------------------- share/doc/src/changelog.rst | 28 +++++++++++++++++++++++----- share/doc/src/json-structure.rst | 2 ++ 2 files changed, 25 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/cab58994/share/doc/src/changelog.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/changelog.rst b/share/doc/src/changelog.rst index 2af83f9..e9afaad 100644 --- a/share/doc/src/changelog.rst +++ b/share/doc/src/changelog.rst @@ -27,16 +27,34 @@ Release History Upgrade Notes ------------- -We now support Erlang/OTP R16; the minimum required version is R14B. +We now support Erlang/OTP R16B and R16B01; the minimum required version is R14B. + +User document role values must now be strings. Other types of values will be +refused when saving the user document. Version 1.4.0 ------------- -* Bumped Mochiweb dependency to 2.4.2. -* Disabled link to the Futon test suite. -* Split up replicator_db tests into multiple independent tests. +* :issue:`1684`: Support for server-wide changes feed reporting on creation, + updates and deletion of databases. :commit:`917d8988` * :issue:`1139`: it's possible to apply :ref:`list ` - functions to ``_all_docs`` view. + functions to ``_all_docs`` view. :commit:`54fd258e` +* Automatic loading of CouchDB plugins. :commit:`3fab6bb5` +* :issue:`1634`: Reduce PBKDF2 work factor. :commit:`f726bc4d` +* Allow storing pre-hashed admin passwords via `_config` API. + :commit:`c98ba561` +* :issue:`1772`: Prevent invalid JSON output when using `all_or_nothing` + `_bulk_docs` API. :commit:`dfd39d57` +* Add a configurable whitelist of user document properties. :commit:`8d7ab8b1` +* :issue:`1852`: Support Last-Event-ID header in EventSource changes feeds. + :commit:`dfd2199a` +* Much improved documentation, including an :ref:`expanded description + ` of `validate_doc_update` functions (commit:`ef9ac469`) and + a description of how CouchDB handles JSON :ref:`number values + ` (:commit:`bbd93f77`). +* :issue:`1632`: Ignore epilogues in multipart/related MIME attachments. + :commit:`2b4ab67a` +* Split up replicator_db tests into multiple independent tests. 1.3.x Branch ============ http://git-wip-us.apache.org/repos/asf/couchdb/blob/cab58994/share/doc/src/json-structure.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/json-structure.rst b/share/doc/src/json-structure.rst index c4089b9..e4f09ed 100644 --- a/share/doc/src/json-structure.rst +++ b/share/doc/src/json-structure.rst @@ -635,6 +635,8 @@ View Head Information "offset": 3 } +.. _number-handling: + Number Handling ===============