You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2012/12/19 19:08:27 UTC

[1/3] git commit: update NEWS & CHANGES

Updated Branches:
  refs/heads/1.0.x a996d8dfb -> 70dbb7ffa
  refs/heads/1.1.x 170011330 -> 9a752bb9d
  refs/heads/1.2.x 4cd384668 -> 169c5e4bc


update NEWS & CHANGES


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

Branch: refs/heads/1.2.x
Commit: 169c5e4bc9ace102091471d265a029304c7f4d1f
Parents: 4cd3846
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Dec 19 19:08:13 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Dec 19 19:08:13 2012 +0100

----------------------------------------------------------------------
 CHANGES |   17 +++++++++++++++++
 NEWS    |    4 ++++
 2 files changed, 21 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/169c5e4b/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index ac55bd4..aec8a88 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,23 @@ HTTP Interface:
  * Limit recursion depth in the URL rewriter. Defaults to a maximum
    of 100 invocations but is configurable.
 
+Build System:
+
+ * Fix couchdb start script.
+ * Win: fix linker invocations.
+
+Futon:
+
+ * Disable buttons that aren't available for the logged-in user.
+
+Replication:
+
+ * Fix potential timeouts.
+
+View System:
+
+ * Change use of signals to avoid broken view groups.
+
 Version 1.2.0
 -------------
 

http://git-wip-us.apache.org/repos/asf/couchdb/blob/169c5e4b/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 93346f6..6a8f100 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ Version 1.2.1
 This version has not been released yet.
 
  * Fix various bugs in the URL rewriter when recursion is involved.
+ * Fix couchdb start script.
+ * Futon: Disable buttons that aren't available for the logged-in user.
+ * Fix potential replication timeouts.
+ * Change use of signals to avoid broken view groups.
 
 Version 1.2.0
 -------------