summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2013-03-23 15:50:55 +0000
committerNoah Slater <nslater@apache.org>2013-03-23 18:55:43 +0000
commit6187ba5263e0baeea8f7947849912ecc85fb7884 (patch)
tree8de5aa452efec4b6a2c43eb38d19d1d1bcc59a4f
parent900dec537612c503547ac85123e10f57c0b92a70 (diff)
downloadcouchdb-6187ba5263e0baeea8f7947849912ecc85fb7884.tar.gz
Update NEWS and CHANGES
-rw-r--r--CHANGES47
-rw-r--r--NEWS9
2 files changed, 24 insertions, 32 deletions
diff --git a/CHANGES b/CHANGES
index c98e955e5..d2e9a9e88 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
-------------
diff --git a/NEWS b/NEWS
index 13d395dba..ad64159e4 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