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

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

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/32c70257
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/32c70257
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/32c70257

Branch: refs/heads/1.2.x
Commit: 32c70257270b578bf1e33772468771777da217bf
Parents: ea01eaa
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:36:43 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/32c70257/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index bbce5d3..a5c46f6 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
 -------------

http://git-wip-us.apache.org/repos/asf/couchdb/blob/32c70257/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 72a8bc6..bc862eb 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
 -------------