From dev-return-22932-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Aug 28 09:19:50 2012 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 2FB05DBA5 for ; Tue, 28 Aug 2012 09:19:50 +0000 (UTC) Received: (qmail 3339 invoked by uid 500); 28 Aug 2012 09:19:48 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 3027 invoked by uid 500); 28 Aug 2012 09:19:47 -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 2902 invoked by uid 99); 28 Aug 2012 09:19:46 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 09:19:46 +0000 Received: from localhost (HELO [192.168.1.5]) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 09:19:46 +0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1278) Subject: Re: git commit: Fix local to universal handling From: Robert Newson In-Reply-To: Date: Tue, 28 Aug 2012 10:19:44 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <0BF7C796-B740-446B-A7B9-FB09836016F1@apache.org> References: <20120816134532.A0E6D1D951@tyr.zones.apache.org> To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1278) It's not really a fix, it's a workaround for timezone calculation bugs = in OTP. It could go upstream to mochiweb, I guess. Note that Bob D fixed = a typo in the static file shipping that I missed. B. On 28 Aug 2012, at 09:12, Benoit Chesneau wrote: > On Thu, Aug 16, 2012 at 3:45 PM, wrote: >> Updated Branches: >> refs/heads/master 010522ea3 -> 317c97f4e >>=20 >>=20 >> Fix local to universal handling >>=20 >=20 > I don't see the changes proposed upstream to mochiweb. Are these > patches already included or do we just forget about it? >=20 > - beno=EEt