[docs] bring README, THANKS, AUTHORS up to date for 1.2.0 - correct Firefox test suite usage notes - add jhs@
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/589a923a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/589a923a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/589a923a Branch: refs/heads/COUCHDB-1426 Commit: 589a923a8df58c7edeff83601484ee85a4c124bc Parents: 4098fee Author: Dave Cottlehuber <[email protected]> Authored: Tue Mar 13 22:33:31 2012 +0100 Committer: Dave Cottlehuber <[email protected]> Committed: Tue Mar 13 22:33:31 2012 +0100 ---------------------------------------------------------------------- AUTHORS | 1 + README | 2 +- THANKS | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/589a923a/AUTHORS ---------------------------------------------------------------------- diff --git a/AUTHORS b/AUTHORS index 3ae3e84..49b5ef1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -19,5 +19,6 @@ documentation or developing software. Some of these people are: * Randall Leeds <[email protected]> * Bob Dionne <[email protected]> * Dave Cottlehuber <[email protected]> + * Jason Smith <[email protected]> For a list of other credits see the `THANKS` file. http://git-wip-us.apache.org/repos/asf/couchdb/blob/589a923a/README ---------------------------------------------------------------------- diff --git a/README b/README index 110ab95..b3358f6 100644 --- a/README +++ b/README @@ -46,7 +46,7 @@ Run the testsuite for couch.js and jquery.couch.js by browsing here: http://127.0.0.1:5984/_utils/spec/run.html -It should work in at least Firefox >= 3.6 and Safari >= 4.0.4. +It should work in at least Firefox >= 3.6 with Private Browsing mode enabled. Read more about JSpec here: http://git-wip-us.apache.org/repos/asf/couchdb/blob/589a923a/THANKS ---------------------------------------------------------------------- diff --git a/THANKS b/THANKS index fd19392..1b96af5 100644 --- a/THANKS +++ b/THANKS @@ -54,7 +54,6 @@ suggesting improvements or submitting changes. Some of these people are: * Timothy Smith <[email protected]> * Martin Haaà <[email protected]> * Hans Ulrich Niedermann <[email protected]> - * Jason Smith <[email protected]> * Dmitry Unkovsky <[email protected]> * Zachary Zolton <[email protected]> * Brian Jenkins <[email protected]>
