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 08741F4F5 for ; Sat, 23 Mar 2013 18:55:58 +0000 (UTC) Received: (qmail 31208 invoked by uid 500); 23 Mar 2013 18:55:57 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 31133 invoked by uid 500); 23 Mar 2013 18:55:57 -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 31125 invoked by uid 99); 23 Mar 2013 18:55:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Mar 2013 18:55:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 97E7332A021; Sat, 23 Mar 2013 18:55:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nslater@apache.org To: commits@couchdb.apache.org Message-Id: <86fa8a4eb6704aac8a2e40ce6297ff13@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 6187ba5 Date: Sat, 23 Mar 2013 18:55:57 +0000 (UTC) Updated Branches: refs/heads/master 900dec537 -> 6187ba526 Update NEWS and CHANGES Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6187ba52 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6187ba52 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6187ba52 Branch: refs/heads/master Commit: 6187ba5263e0baeea8f7947849912ecc85fb7884 Parents: 900dec5 Author: Noah Slater Authored: Sat Mar 23 15:50:55 2013 +0000 Committer: Noah Slater Committed: Sat Mar 23 18:55:43 2013 +0000 ---------------------------------------------------------------------- CHANGES | 47 ++++++++++++++++++++--------------------------- NEWS | 9 ++++----- 2 files changed, 24 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/6187ba52/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index c98e955..d2e9a9e 100644 --- a/CHANGES +++ b/CHANGES @@ -17,24 +17,19 @@ Apache CouchDB CHANGES Version 1.3.0 ------------- -Source Repository: - - * The source repository was migrated from SVN to Git. - HTTP Interface: - * Fix bug in CORS when retrieving attachments. - * No longer rewrites the X-CouchDB-Requested-Path during recursive - calls to the rewriter. - * Limit recursion depth in the URL rewriter. Defaults to a maximum - of 100 invocations but is configurable. + * No longer rewrites the X-CouchDB-Requested-Path during recursive calls to the + rewriter. + * Limit recursion depth in the URL rewriter. Defaults to a maximum of 100 + invocations but is configurable. * Fix _session for IE7. - * Added Server-Sent Events protocol to db changes API. - See http://www.w3.org/TR/eventsource/ for details. + * Added Server-Sent Events protocol to db changes API. See + http://www.w3.org/TR/eventsource/ for details. * Make password hashing synchronous when using the /_config/admins API. * Include user name in show/list ETags. - * Experimental support for Cross-Origin Resource Sharing (CORS). - See http://www.w3.org/TR/cors/ for details. + * Experimental support for Cross-Origin Resource Sharing (CORS). See + http://www.w3.org/TR/cors/ for details. Replicator: @@ -59,14 +54,14 @@ Futon: Security: - * Passwords are now hashed using the PBKDF2 algorithm with a - configurable work factor. + * Passwords are now hashed using the PBKDF2 algorithm with a configurable work + factor. Test Suite: - * Moved the JS test suite to the CLI - * Improved tracebacks printed by the JS CLI tests - * Improved the reliability of a number of tests + * Moved the JS test suite to the CLI. + * Improved tracebacks printed by the JS CLI tests. + * Improved the reliability of a number of tests. UUID Algorithms: @@ -74,19 +69,17 @@ UUID Algorithms: URL Rewriter & Vhosts: - * Database name is encoded during rewriting (allowing embedded /'s, etc) - * Reset rewrite counter on new request, avoiding unnecessary request - failures due to bogus rewrite limit reports - -Log System: - - * Allow per-module configuration of log levels. + * Database name is encoded during rewriting (allowing embedded /'s, etc). + * Reset rewrite counter on new request, avoiding unnecessary request failures + due to bogus rewrite limit reports. Build System: * C/C++ compiler detection has been improved. - * Autoconf v2.63 is now required if building from git checkout directly. - See DEVELOPERS file for more details. + * Autoconf v2.63 is now required if building from Git checkout directly. See + DEVELOPERS file for more details. + * Fixed issue in couchdb script where stopped status returns before process + exits. Version 1.2.1 ------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/6187ba52/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 13d395d..ad64159 100644 --- a/NEWS +++ b/NEWS @@ -15,10 +15,9 @@ Each release section notes when backwards incompatible changes have been made. Version 1.3.0 ------------- - * The source code repository was migrated from SVN to Git. * Added view request duration to Futon. - * Fixed unnecessary conflict when deleting and creating a - document in the same batch. + * Fixed unnecessary conflict when deleting and creating a document in the same + batch. * New and updated passwords are hashed using PBKDF2. * Fix various bugs in the URL rewriter when recursion is involved. * Added Server-Sent Events protocol to db changes API. @@ -29,8 +28,8 @@ Version 1.3.0 * Include user name in show/list ETags. * Per module log levels. * Server-wide UUID in some replication ids. - * E4X support in views is now deprecated and will be removed - in a future version. + * E4X support in views is now deprecated and will be removed in a future + version. * Experimental support for Cross-Origin Resource Sharing (CORS). Version 1.2.1