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 624769209 for ; Sun, 15 Jan 2012 19:46:57 +0000 (UTC) Received: (qmail 84609 invoked by uid 500); 15 Jan 2012 19:46:56 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 84566 invoked by uid 500); 15 Jan 2012 19:46:56 -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 84558 invoked by uid 99); 15 Jan 2012 19:46:55 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 19:46:55 +0000 Received: from localhost (HELO mail-iy0-f180.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 19:46:55 +0000 Received: by iaby26 with SMTP id y26so835754iab.11 for ; Sun, 15 Jan 2012 11:46:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.180.138 with SMTP id do10mr9941431igc.20.1326656814868; Sun, 15 Jan 2012 11:46:54 -0800 (PST) Received: by 10.42.6.72 with HTTP; Sun, 15 Jan 2012 11:46:54 -0800 (PST) In-Reply-To: References: <4F0D9E99.5030505@gmail.com> <4F0DF5DF.7080808@gmail.com> Date: Sun, 15 Jan 2012 19:46:54 +0000 Message-ID: Subject: Re: RFC: Releasing 1.2.0 From: Robert Newson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If it's a regression, before. If not, after. B. On 15 January 2012 19:40, Noah Slater wrote: > Are we going to punt on a Windows binary, Dave? > > On Sun, Jan 15, 2012 at 7:05 PM, Dave Cottlehuber wrot= e: > >> On 15 January 2012 19:05, Noah Slater wrote: >> > Bump. Dave? Gonna move without if you don't speak up. :) >> >> Sorry!! Literally *just* finished looking at this. >> >> TL;DR - let's roll 1.2.0. >> >> I don't see any *functional* issues in the failures from the test >> suite - attachments are written, and read, correctly. For some as yet >> unknown reason the MD5 is different on Windows vs Linux & Mac OS, but >> this has been present for some time. It's only turned up =A0as a result >> of additional tests applied in COUCHDB-1337. >> >> The underlying crypto:md5 values are the same, and so is the raw HTTP >> data. I am still digging through mochi to where this comes from. >> >> I don't see any issues for replication - can anybody confirm? This >> looks like a dev issue rather than user impacting. >> >> from 1.1.1_js-1.8.0: >> 12> Digest =3D base64:encode(Digest_Binary). >> <<"jeLnIuUvK7d+6gya044lVA=3D=3D">> >> >> from 1.2.x: >> 8> Digest =3D base64:encode(Digest_Binary). >> <<"jeLnIuUvK7d+6gya044lVA=3D=3D">> >> >> A+ >> Dave >>