summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-06-20 16:23:01 +0000
committerNoah Slater <nslater@apache.org>2009-06-20 16:23:01 +0000
commit9f0d233d780683c6ad35f2f8add89b482c092f91 (patch)
tree0495ed16f39af7a6362e967cbb825834417ebaa9 /CHANGES
parenta86aa967f17c32881e37955975652522b5bda1da (diff)
copied 0.9.1 NEWS and CHANGES entries
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@786849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES47
1 files changed, 47 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52d0f758..0f416b68 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,53 @@ Build and System Integration:
* The SysV/BSD daemon script now creates the PID directory on each invokation
because PREFIX/var/run might be a temporary filesystem.
+Version 0.9.1
+-------------
+
+Build and System Integration:
+
+ * Updated top-level documentation.
+ * PID file directory is now created by the SysV/BSD daemon scripts.
+ * Fixed the environment variables shown by the configure script.
+ * Fixed the build instructions shown by the configure script.
+
+Configuration and stats system:
+
+ * Corrected missing configuration file error message.
+ * Fixed incorrect recording of request time.
+
+Database Core:
+
+ * Document validation for underscore prefixed variables.
+ * Made attachment storage less sparse.
+ * Fixed problems when a database with delayed commits pending is considered
+ idle, and subject to losing changes when shutdown. (COUCHDB-334)
+
+External Handlers:
+
+ * Fix POST requests.
+
+Futon Utility Client:
+
+ * Redirect when loading a deleted view URI from the cookie.
+
+HTTP Interface:
+
+ * Attachment requests respect the "rev" query-string parameter.
+
+JavaScript View Server:
+
+ * Useful JavaScript Error messages.
+
+Replication:
+
+ * Added support for Unicode characters transmitted as UTF-16 surrogate pairs.
+ * URL-encode attachment names when necessary.
+ * Pull specific revisions of an attachment, instead of just the latest one.
+ * Work around a rare chunk-merging problem in ibrowse.
+ * Work with documents containing Unicode characters outside the Basic
+ Multilingual Plane.
+
Version 0.9.0
-------------