summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-11-16 18:40:41 +0000
committerNoah Slater <nslater@apache.org>2009-11-16 18:40:41 +0000
commit30f154a78a877ad24cb14b296674b2e9813df7ed (patch)
tree35066b80cf1cc85c48a2970ee64ad754a28756f6
parent3aa39bee4666daeaaa94e10abf004fa99be05267 (diff)
added NEWS and CHANGES for 0.10.1
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@880902 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES20
-rw-r--r--NEWS11
2 files changed, 31 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 62b5fb7f..ced3220b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -36,6 +36,26 @@ Futon
* Added a button for view compaction.
+Version 0.10.1
+--------------
+
+Replicator
+
+ * Stability enhancements regarding redirects, timeouts, OAuth.
+
+Query Server
+
+ * Avoid process leaks
+ * Allow list and view to span languages
+
+Stats
+
+ * Eliminate new process flood on system wake
+
+Build and System Integration:
+
+ * Test suite now works with the distcheck target.
+
Version 0.10.0
--------------
diff --git a/NEWS b/NEWS
index a633db4e..9bb5fb18 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,17 @@ This version has not been released yet.
* Fixed a bug preventing mixing languages with lists and views.
* Avoid OS process leaks in lists.
+Version 0.10.1
+--------------
+
+ * Fixed test suite to work with build system.
+ * Fixed a problem with statistics timers and system sleep.
+ * Fixed an edge case for HTTP redirects during replication.
+ * Fixed HTTP timeout handling for replication.
+ * Fixed query parameter handling in OAuth'd replication.
+ * Fixed a bug preventing mixing languages with lists and views.
+ * Avoid OS process leaks in lists.
+
Version 0.10.0
--------------