You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2012/12/01 11:15:54 UTC

[2/2] git commit: fix formatting in NEWS

fix formatting in NEWS


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

Branch: refs/heads/1.3.x
Commit: 0d6d3a26cad7755d9095c66abd11e0b87a1f6b53
Parents: ab310fa
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat Dec 1 11:15:21 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sat Dec 1 11:15:21 2012 +0100

----------------------------------------------------------------------
 NEWS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/0d6d3a26/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index d2281fa..3c42ec7 100644
--- a/NEWS
+++ b/NEWS
@@ -20,13 +20,13 @@ This version has not been released yet.
  * 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.
- * Moved the JS test suite to the CLI
+ * 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.
- * server-wide UUID in some replication ids.
+ * Server-wide UUID in some replication ids.
 
 Version 1.2.1
 -------------