From 9f0d233d780683c6ad35f2f8add89b482c092f91 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sat, 20 Jun 2009 16:23:01 +0000 Subject: 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 --- CHANGES | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'CHANGES') 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 ------------- -- cgit v1.2.3