You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fd...@apache.org on 2011/11/15 14:00:52 UTC

[1/3] git commit: Update CHANGES & NEWS to reflect COUCHDB-1309

Updated Branches:
  refs/heads/master 0277d4580 -> 72992642d


Update CHANGES & NEWS to reflect COUCHDB-1309


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

Branch: refs/heads/master
Commit: 72992642d2a5f15b417736e019ef2b6437300fc9
Parents: ee94210
Author: Filipe David Borba Manana <fd...@apache.org>
Authored: Tue Nov 15 12:54:54 2011 +0000
Committer: Filipe David Borba Manana <fd...@apache.org>
Committed: Tue Nov 15 13:00:18 2011 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/72992642/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 7d9d46e..73efcde 100644
--- a/CHANGES
+++ b/CHANGES
@@ -62,6 +62,10 @@ Storage System:
  * Added support for automatic database and view compaction. This feature
    is disabled by default, but it can be enabled via the .ini configuration.
 
+View Server:
+
+ * Fixed old index file descriptor leaks after a view cleanup.
+
 OAuth:
 
  * Updated bundled erlang_oauth library to the latest version.

http://git-wip-us.apache.org/repos/asf/couchdb/blob/72992642/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index a11f511..6c03c2e 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,7 @@ This version has not been released yet.
  * Futon's `Status` screen (active tasks) now displays two new task
    status fields: `Started on` and `Updated on`.
  * Added built-in changes feed filter `_view`.
+ * Fixed old index file descriptor leaks after a view cleanup.
 
 Version 1.1.2
 -------------