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:38:15 -0800
commitfb3f2ae8bbf2e85af4c1660ca06aad5a40f92456 (patch)
treeae6d8e330df4d0288983eebd891b45ceb87cc973
parentce483428d6553c9b2f8930e4649c4770ed83f78c (diff)
downloadcouchdb-fb3f2ae8bbf2e85af4c1660ca06aad5a40f92456.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 17d1ce134..1831178c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -56,6 +56,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:
@@ -91,6 +92,8 @@ Storage System:
View Server:
* 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:
@@ -100,6 +103,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 458f7cd55..f70abd8ac 100644
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,8 @@ This version has not been released yet.
* Fix use of OAuth with VHosts and URL rewriting.
* OAuth secrets can now be stored in the users system database.
* 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
-------------