Pulled 1.2.2 NEWS and CHANGES into 1.3.x
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/47d7a6a5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/47d7a6a5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/47d7a6a5 Branch: refs/heads/route-events Commit: 47d7a6a507c7f6f6c5e85cb333214eab68c33e8d Parents: be40a48 Author: Noah Slater <[email protected]> Authored: Sat Mar 30 13:40:47 2013 +0000 Committer: Garren Smith <[email protected]> Committed: Thu May 9 09:59:55 2013 +0200 ---------------------------------------------------------------------- CHANGES | 13 +++++++++++++ NEWS | 5 +++++ 2 files changed, 18 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/47d7a6a5/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index a1bf564..5a480e8 100644 --- a/CHANGES +++ b/CHANGES @@ -81,6 +81,19 @@ Build System: * Fixed issue in couchdb script where stopped status returns before process exits. +Version 1.2.2 +------------- + +HTTP Interface: + + * Reset rewrite counter on new request, avoiding unnecessary request failures + due to bogus rewrite limit reports. + +Build System: + + * Fixed issue in couchdb script where stopped status returns before process + exits. + Version 1.2.1 ------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/47d7a6a5/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index ad64159..59b0fe8 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,11 @@ Version 1.3.0 version. * Experimental support for Cross-Origin Resource Sharing (CORS). +Version 1.2.2 +------------- + + * Fixed rewrite counter bug. + Version 1.2.1 -------------
