From f6664bfd4b1ff50fa9e2069b61ba4f683d8d3144 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Mon, 1 Feb 2010 21:30:55 +0000 Subject: update NEWS and CHANGES git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905417 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index e2225783..dd257772 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Version 0.11.0 This version has not been released yet. +HTTP Interface + + * Provide Content-MD5 header support for attachments. + Build and System Integration * Added support for building a Windows installer as part of 'make dist'. @@ -18,10 +22,12 @@ View Server * Improved view index build time by reducing ICU collation callouts. * Improved view information objects. * Bug fix for partial updates during view builds. + * Move query server to a design-doc based protocol. Replication * Added option to implicitly create replication target databases. + * Avoid leaking file descriptors on automatic replication restarts. Storage System @@ -35,6 +41,15 @@ Runtime Statistics Futon * Added a button for view compaction. + * JSON strings are now displayed as-is in the document view, without the escaping of + new-lines and quotes. That dramatically improves readability of multi-line + strings. + * Same goes for editing of JSON string values. When a change to a field value is + submitted, and the value is not valid JSON it is assumed to be a string. This + improves editing of multi-line strings a lot. + * Hitting tab in textareas no longer moves focus to the next form field, but simply + inserts a tab character at the current caret position. + * Fixed some font declarations. Version 0.10.1 -------------- -- cgit v1.2.3