summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-11-18 14:48:56 +0000
committerJan Lehnardt <jan@apache.org>2010-11-18 14:48:56 +0000
commitc323b58eba9aa333d41b190434838cc246c0a2d4 (patch)
tree612a2cc186d64b82c96f2acfb79399dbe2b5ec35
parent19c1bd388cfdbd8954f43ac48fb25af637b7e07c (diff)
update NEWS and CHANGES for 1.0.2
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1036473 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES37
-rw-r--r--NEWS17
2 files changed, 54 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a8d82f31..118417c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,43 @@
Apache CouchDB CHANGES
======================
+Version 1.0.2
+-------------
+
+Note: This version has not been released yet.
+
+Futon:
+
+ * Make test suite work with Safari and Chrome.
+
+Storage System:
+
+ * Fix leaking file handles after compacting databases views.
+ * Fix databases forgetting their validation function after compaction.
+ * Fix occasional timeout errors after compacting large databases.
+ * Fix occasional timeout errors on systems with slow or heavily loaded IO.
+
+Log System:
+
+ * Reduce lengthy stack traces.
+ * Allow logging of native <xml> types.
+
+HTTP Interface:
+
+ * Allow reduce=false parameter in map-only views.
+ * Support "Q values" in HTTP headers.
+
+Replicator:
+
+ * Updated ibrowse library to 2.1.0 fixing numerous replication issues.
+ * Fix authenticated replication of design documents with attachments.
+ * Various fixes to make replicated more resilient for edge-cases.
+
+View Server:
+
+ * Don't trigger a view update when requesting `_design/doc/_info`.
+ * Fix for circular references in CommonJS requires.
+
Version 1.0.1
-------------
diff --git a/NEWS b/NEWS
index d69f0dcd..264c5640 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,23 @@ For details about backwards incompatible changes, see:
Each release section notes when backwards incompatible changes have been made.
+Version 1.0.2
+-------------
+
+Note: This version has not been released yet.
+
+ * Make test suite work with Safari and Chrome.
+ * Fix leaking file handles after compacting databases views.
+ * Fix databases forgetting their validation function after compaction.
+ * Fix occasional timeout errors.
+ * Reduce lengthy stack traces.
+ * Allow logging of native <xml> types.
+ * Updated ibrowse library to 2.1.0 fixing numerous replication issues.
+ * Fix authenticated replication of design documents with attachments.
+ * Various fixes to make replicated more resilient for edge-cases.
+ * Don't trigger a view update when requesting `_design/doc/_info`.
+ * Fix for circular references in CommonJS requires.
+
Version 1.0.1
-------------