Updated Branches: refs/heads/0.10.x e905d1520 -> 85565866f
Fixing some CHANGES inconsistencies between 0.10.x and 0.11.x Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/85565866 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/85565866 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/85565866 Branch: refs/heads/0.10.x Commit: 85565866fe0a0de6ba6aeab375ae8161b44c9aaf Parents: e905d15 Author: Noah Slater <[email protected]> Authored: Mon Feb 25 21:09:18 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Mon Feb 25 21:09:18 2013 +0000 ---------------------------------------------------------------------- CHANGES | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/85565866/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index e9edac7..71b9874 100644 --- a/CHANGES +++ b/CHANGES @@ -58,9 +58,14 @@ Build and System Integration: Version 0.9.2 ------------- +Replication: + + * Fix replication with 0.10 servers initiated by an 0.9 server (COUCHDB-559). + +Build and System Integration: + * Remove branch callbacks to allow building couchjs against newer versions of Spidermonkey. - * Fix replication with 0.10 servers initiated by an 0.9 server (COUCHDB-559). Version 0.9.1 ------------- @@ -88,7 +93,7 @@ External Handlers: * Fix POST requests. -Futon Utility Client: +Futon: * Redirect when loading a deleted view URI from the cookie. @@ -112,7 +117,7 @@ Replication: Version 0.9.0 ------------- -Futon Utility Client: +Futon: * Added pagination to the database listing page. * Implemented attachment uploading from the document page. @@ -233,7 +238,7 @@ Build and System Integration: * Updated `sudo` example in `README` to use the `-i` option, this fixes problems when invoking from a directory the `couchdb` user cannot access. -Futon Utility Client: +Futon: * The view selector dropdown should now work in Opera and Internet Explorer even when it includes optgroups for design documents. (COUCHDB-81) @@ -311,7 +316,7 @@ Build and System Integration: * The `couchdb` and `couchjs` scripts have been improved for portability. * The build and system integration have been improved for portability. -Futon Utility Client: +Futon: * When adding a field to a document, Futon now just adds a field with an autogenerated name instead of prompting for the name with a dialog. The name
