Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD73D10C5C for ; Thu, 3 Oct 2013 15:34:15 +0000 (UTC) Received: (qmail 4142 invoked by uid 500); 3 Oct 2013 15:34:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 4108 invoked by uid 500); 3 Oct 2013 15:34:13 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 4100 invoked by uid 99); 3 Oct 2013 15:34:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 15:34:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kxepal@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 15:34:06 +0000 Received: by mail-wg0-f43.google.com with SMTP id z12so2631199wgg.34 for ; Thu, 03 Oct 2013 08:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NaIfXN6LhblhjcZRTLR7wTBXJZACxeGj5WegGQX9CYs=; b=f/3gVN+/bcTpS33BszLlA/qubRP/5IZ0h/Q/OGozvtcv3geZH+EnvREyWVGa8FEEQH WHEDSs/5dMCV2Hwjt3BeXjIlOFTNgTSoTg0tieQNOElUoIkALWDwDQI3hvVnfyxXwmtm aGg3/KVtShLS8vP8speYn7kAjVkxO0QNXJU+xS2FW8eqEfwqIufnpCXl/DGxpdxrFqUR moVVgIy2wzbMEXo4nm1stUU8Qd4wqeuCgbvAYlkHHiJ+zmDwtk4LKUgENRhpSLsMmK4z geLGplvH2aHFGtcxR0Q8BXjnlHLTavJIk+UHLGDjrtCRv1r6uZ6LYpS4qYCr5cwzrifo o/kg== MIME-Version: 1.0 X-Received: by 10.180.20.46 with SMTP id k14mr3052454wie.39.1380814426551; Thu, 03 Oct 2013 08:33:46 -0700 (PDT) Received: by 10.180.79.35 with HTTP; Thu, 3 Oct 2013 08:33:46 -0700 (PDT) In-Reply-To: References: <9923864346ef46179f608a9918ceac6d@git.apache.org> Date: Thu, 3 Oct 2013 19:33:46 +0400 Message-ID: Subject: Re: git commit: updated refs/heads/master to 964324b From: Alexander Shorin To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Also notable commits: https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=be76882a5ce3c06f9f234b440e6f4dde718726d5 https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=54813a7c19222556c588233f61d8e596d8756967 + plugins seems to be on master now -- ,,,^..^,,, On Thu, Oct 3, 2013 at 4:43 PM, Dirkjan Ochtman wrote: > On Thu, Oct 3, 2013 at 2:40 PM, wrote: >> diff --git a/share/doc/src/whatsnew/1.5.rst b/share/doc/src/whatsnew/1.5.rst >> --- a/share/doc/src/whatsnew/1.5.rst >> +++ b/share/doc/src/whatsnew/1.5.rst >> @@ -29,3 +29,11 @@ Version 1.5.0 >> .. warning:: >> >> This version is not released yet. >> + >> +* 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, you should try it! >> +* :issue:`1781` The official documentation has been overhauled. A lot of >> + content from other sources have been merged, and the index page >> + has been rebuilt to make the docs much more accessible. >> + :commit:`17e0b7c6` > > This is all I've been able to come up with so far. Did I miss > anything? Suggestions on improving the language? > > Still hoping people show up so we can merge some more stuff in. > > Cheers, > > Dirkjan