You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ra...@apache.org on 2012/01/24 05:38:39 UTC

[1/2] git commit: Update NEWS and CHANGES

Updated Branches:
  refs/heads/1.2.x ea01eaafa -> 32c702572
  refs/heads/master ce483428d -> fb3f2ae8b


Update NEWS and CHANGES


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/fb3f2ae8
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/fb3f2ae8
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/fb3f2ae8

Branch: refs/heads/master
Commit: fb3f2ae8bbf2e85af4c1660ca06aad5a40f92456
Parents: ce48342
Author: Randall Leeds <ra...@apache.org>
Authored: Mon Jan 23 20:36:43 2012 -0800
Committer: Randall Leeds <ra...@apache.org>
Committed: Mon Jan 23 20:38:15 2012 -0800

----------------------------------------------------------------------
 CHANGES |    5 +++++
 NEWS    |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/fb3f2ae8/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 17d1ce1..1831178 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
 -------------

http://git-wip-us.apache.org/repos/asf/couchdb/blob/fb3f2ae8/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 458f7cd..f70abd8 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
 -------------