Updated Branches: refs/heads/0.9.x 2af83b9e0 -> 5faab0b3c
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/5faab0b3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5faab0b3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5faab0b3 Branch: refs/heads/0.9.x Commit: 5faab0b3ca8908e72d23b10940b1192be088b7cd Parents: 2af83b9 Author: Noah Slater <[email protected]> Authored: Mon Feb 25 21:09:18 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Mon Feb 25 21:11:16 2013 +0000 ---------------------------------------------------------------------- CHANGES | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5faab0b3/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 2e35e1f..13861b8 100644 --- a/CHANGES +++ b/CHANGES @@ -4,9 +4,14 @@ Apache CouchDB CHANGES 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 ------------- @@ -34,7 +39,7 @@ External Handlers: * Fix POST requests. -Futon Utility Client: +Futon: * Redirect when loading a deleted view URI from the cookie. @@ -58,7 +63,7 @@ Replication: Version 0.9.0 ------------- -Futon Utility Client: +Futon: * Added pagination to the database listing page. * Implemented attachment uploading from the document page. @@ -179,7 +184,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) @@ -257,7 +262,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
