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

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

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

Branch: refs/heads/1.1.x
Commit: 9a752bb9d529d7313fd2ab5219adc2de442edd2c
Parents: 1700113
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Dec 19 19:00:59 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Dec 19 19:00:59 2012 +0100

----------------------------------------------------------------------
 CHANGES |    9 +++++++++
 NEWS    |    4 ++++
 2 files changed, 13 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9a752bb9/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index b676bc2..f50390e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,9 @@ HTTP Interface:
 
 * ETag of attachment changes only when the attachment changes, not
  the document.
+* Fix retrieval of headers larger than 4k.
+* Allow OPTIONS HTTP method for list requests.
+* Don't attempt to encode invalid json.
 
 Replicator:
 
@@ -24,6 +27,12 @@ Log System:
 
 * Improvements to log messages for file-related errors.
 
+Build System:
+
+* Win: don't ln the couchjs install target.
+* Win: remove icu version dependency.
+* Improve SpiderMonkey version detection.
+
 Version 1.1.1
 -------------
 

http://git-wip-us.apache.org/repos/asf/couchdb/blob/9a752bb9/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 4eb39c2..acb9721 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ This version has not been released yet.
 * Fix replication with an HTTP source and target
 * Avoid invalidating view indexes when running out of file descriptors.
 * Improvements to log messages for file-related errors.
+* Fix retrieval of headers larger than 4k.
+* Allow OPTIONS HTTP method for list requests.
+* Don't attempt to encode invalid json.
+* Improve SpiderMonkey version detection.
 
 Version 1.1.1
 -------------