Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6874E1042A for ; Thu, 3 Oct 2013 16:18:59 +0000 (UTC) Received: (qmail 11699 invoked by uid 500); 3 Oct 2013 16:18:56 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 11640 invoked by uid 500); 3 Oct 2013 16:18:56 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 11633 invoked by uid 99); 3 Oct 2013 16:18:55 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 16:18:55 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A1D9590EA8A; Thu, 3 Oct 2013 16:18:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Thu, 03 Oct 2013 16:18:56 -0000 Message-Id: <802ef1d55c2441a5be7e8dc23b6873be@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/master to 97dffb0 Fix build warnings. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/97dffb0d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/97dffb0d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/97dffb0d Branch: refs/heads/master Commit: 97dffb0d648b4e189078b66f9e6ed6403dc75fc9 Parents: c198271 Author: Alexander Shorin Authored: Thu Oct 3 20:16:53 2013 +0400 Committer: Alexander Shorin Committed: Thu Oct 3 20:18:30 2013 +0400 ---------------------------------------------------------------------- share/doc/src/experimental.rst | 8 ++------ share/doc/src/whatsnew/1.5.rst | 10 +++++----- 2 files changed, 7 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/97dffb0d/share/doc/src/experimental.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/experimental.rst b/share/doc/src/experimental.rst index d835e51..3157f53 100644 --- a/share/doc/src/experimental.rst +++ b/share/doc/src/experimental.rst @@ -38,16 +38,12 @@ Setup You will need to install Node.JS version 0.10.0 or later. See `Node.JS Downloads `_ for options. -1. Install the `couchjs-node` binary. Either from the CouchDB sources: - -.. code-block:: shell +1. Install the `couchjs-node` binary. Either from the CouchDB sources:: cd src/couchjs-node npm link -Or via NPM: - -.. code-block:: shell +Or via NPM:: npm install -g couchjs http://git-wip-us.apache.org/repos/asf/couchdb/blob/97dffb0d/share/doc/src/whatsnew/1.5.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/whatsnew/1.5.rst b/share/doc/src/whatsnew/1.5.rst index 7b052dc..b5700db 100644 --- a/share/doc/src/whatsnew/1.5.rst +++ b/share/doc/src/whatsnew/1.5.rst @@ -34,17 +34,17 @@ Version 1.5.0 content from other sources have been merged, and the index page has been rebuilt to make the docs much more accessible. :commit:`54813a7` -* :issue: `1888` Fixed an issue where admin users would be restricted by +* :issue:`1888` Fixed an issue where admin users would be restricted by the `public_fields` feature. -* Fixed an issue with the JavaScript CLI test runner. :commit: `be76882`, - :commit: `be76882` +* Fixed an issue with the JavaScript CLI test runner. :commit:`be76882`, + :commit:`be76882` * A new administration UI, codenamed Fauxton, has been included as an experimental preview. It can be accessed at ``/_utils/fauxton/``. There are too many improvements here to list them all. We are looking for feedback from the community on this preview release. -* :issue: `1867` An experimental plugin feature has been added. See +* :issue:`1867` An experimental plugin feature has been added. See `src/couch_plugin/README.md` for details. We invite the community to test and report any findings. -* :issue: `1894` An experimental Node.js-based query server runtime +* :issue:`1894` An experimental Node.js-based query server runtime has been added. See :ref:`experimental` for details. We invite the community to test and report any findings.