From couchdb-commits-return-911-apmail-incubator-couchdb-commits-archive=incubator.apache.org@incubator.apache.org Mon Aug 18 10:06:54 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 95021 invoked from network); 18 Aug 2008 10:06:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2008 10:06:54 -0000 Received: (qmail 856 invoked by uid 500); 18 Aug 2008 10:06:53 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 791 invoked by uid 500); 18 Aug 2008 10:06:52 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 782 invoked by uid 99); 18 Aug 2008 10:06:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 03:06:52 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 10:05:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7CD792388986; Mon, 18 Aug 2008 03:05:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r686718 - /incubator/couchdb/trunk/CHANGES Date: Mon, 18 Aug 2008 10:05:50 -0000 To: couchdb-commits@incubator.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080818100551.7CD792388986@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Mon Aug 18 03:05:50 2008 New Revision: 686718 URL: http://svn.apache.org/viewvc?rev=686718&view=rev Log: updated CHANGES Modified: incubator/couchdb/trunk/CHANGES Modified: incubator/couchdb/trunk/CHANGES URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/CHANGES?rev=686718&r1=686717&r2=686718&view=diff ============================================================================== --- incubator/couchdb/trunk/CHANGES (original) +++ incubator/couchdb/trunk/CHANGES Mon Aug 18 03:05:50 2008 @@ -6,7 +6,7 @@ Packaging and System Integration: - * Updated `configure.ac` to manually linked `libm` for portability. + * Updated `configure.ac` to manually link `libm` for portability. * Updated `configure.ac` to extended default library paths. * Removed inets configuration files. @@ -32,7 +32,7 @@ * Fix for connections not getting closed after rejecting a chunked request. (COUCHDB-55) * CouchDB can now be bound to IPv6 addresses. - * The HTTP Server header now contains the versions of CouchDB and Erlang. + * The HTTP `Server` header now contains the versions of CouchDB and Erlang. Javascript View Server: