summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Leeds <randall@apache.org>2012-01-23 20:36:43 -0800
committerRandall Leeds <randall@apache.org>2012-01-23 20:36:43 -0800
commit32c70257270b578bf1e33772468771777da217bf (patch)
tree55616545a5709d697d62ac22cdc07b7c39ed39a8
parentea01eaafa15169e17afda2b059bf8be12f2f6472 (diff)
downloadcouchdb-32c70257270b578bf1e33772468771777da217bf.tar.gz
Update NEWS and CHANGES
-rw-r--r--CHANGES5
-rw-r--r--NEWS2
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bbce5d382..a5c46f631 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,6 +40,7 @@ HTTP Interface:
* Fixes to the `_changes` feed heartbeat option which caused
heartbeats to be missed when used with a filter. This caused
timeouts of continuous pull replications with a filter.
+ * Properly restart the SSL socket on configuration changes.
Replicator:
@@ -77,6 +78,8 @@ View Server:
* Add CoffeeScript (http://coffeescript.org/) as a first class view server
language.
* Fixed old index file descriptor leaks after a view cleanup.
+ * The requested_path property keeps the pre-rewrite path even when no VHost
+ configuration is matched.
OAuth:
@@ -86,6 +89,8 @@ Futon:
* The `Status` screen (active tasks) now displays two new task status
fields: `Started on` and `Updated on`.
+ * Futon remembers view code every time it is saved, allowing to save an
+ edit that amounts to a revert.
Version 1.1.2
-------------
diff --git a/NEWS b/NEWS
index 72a8bc676..bc862eb28 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,8 @@ This version has not been released yet.
* Password hashes are now calculated by CouchDB instead of the
client.
* Allow persistent authentication cookies.
+ * The requested_path property of query server request objects now has
+ the path requested by clients before VHosts and rewriting.
Version 1.1.2
-------------