You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/11/17 20:52:49 UTC

[8/30] git commit: update NEWS & CHANGES

update NEWS & CHANGES


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/178f77fa
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/178f77fa
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/178f77fa

Branch: refs/heads/docs
Commit: 178f77fa3c38580e4db42d82d531edccc5d2c743
Parents: b58f069
Author: Jan Lehnardt <ja...@apache.org>
Authored: Tue Nov 13 14:57:41 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Tue Nov 13 19:37:50 2012 +0100

----------------------------------------------------------------------
 CHANGES |    7 ++++++-
 NEWS    |    3 ++-
 2 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/178f77fa/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 82f26d0..70fdde5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -53,7 +53,12 @@ UUID Algorithms:
 
 URL Rewriter & Vhosts:
 
-  * database name is encoded during rewriting (allowing embedded /'s, etc)
+  * Database name is encoded during rewriting (allowing embedded /'s, etc)
+
+Log System:
+
+  * Allow per-module configuration of log levels.
+
 
 Version 1.2.1
 -------------

http://git-wip-us.apache.org/repos/asf/couchdb/blob/178f77fa/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 62db51f..dd4e67d 100644
--- a/NEWS
+++ b/NEWS
@@ -23,8 +23,9 @@ This version has not been released yet.
  * Moved the JS test suite to the CLI
  * Make password hashing synchronous when using the /_config/admins API.
  * Added utc_id UUID algorithm.
- * encode database name during URL rewriting.
+ * Encode database name during URL rewriting.
  * Include user name in show/list ETags.
+ * Per module log levels.
 
 Version 1.2.1
 -------------