From dev-return-18726-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Oct 21 17:15:42 2011 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 B4D749FFC for ; Fri, 21 Oct 2011 17:15:42 +0000 (UTC) Received: (qmail 2999 invoked by uid 500); 21 Oct 2011 17:15:42 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 2970 invoked by uid 500); 21 Oct 2011 17:15:42 -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 2962 invoked by uid 99); 21 Oct 2011 17:15:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 17:15:42 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URIBL_BLACK X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 17:15:35 +0000 Received: by vws10 with SMTP id 10so4565746vws.11 for ; Fri, 21 Oct 2011 10:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=IJiitNNqV7N6VdjsiRk/jvURL5tr8JviJlejjHSy13I=; b=CsZAHQwEp1oTXrQcizPNa7ikDgHNJ9pBD2GyDhb0UvonOv3FVwgl2ntrcbbJwfoFqx r0UbXbxjeNTlogTy63wNNms/P9xbybjQz/sfjmhp02tZuAozgck9Zuns0HONQPjXw96O EKjAqJiVnzUTz6kPOj5F6e7pXoNDPuUNEITeA= Received: by 10.52.34.78 with SMTP id x14mr14911572vdi.122.1319217315128; Fri, 21 Oct 2011 10:15:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.167.71 with HTTP; Fri, 21 Oct 2011 10:14:35 -0700 (PDT) In-Reply-To: References: From: Paul Davis Date: Fri, 21 Oct 2011 12:14:35 -0500 Message-ID: Subject: Re: [VOTE] Apache CouchDB 1.1.1 Release, Round 2 To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Oct 21, 2011 at 8:20 AM, Dave Cottlehuber wrote: > On Thursday, 20 October 2011, Robert Newson wrote: >> This is the second release vote for Apache CouchDB 1.1.1 >> >> Changes since round 1; >> >> * Fix object sealing with SpiderMonkey 1.7.0 >> * Update CHANGES/NEWS to reflect COUCHDB-1129 >> * Fix JavaScript CLI test runner >> >> We encourage the whole community to download and test these release >> artifacts so that any critical issues can be resolved before the release >> is made. Everyone is free to vote on this release. Please report your >> results and vote to this thread. >> >> We are voting on the following release artifacts: >> >> =A0http://people.apache.org/~rnewson/dist/1.1.1/ >> >> Instructions for validating the release tarball can be found here: >> >> =A0http://people.apache.org/~rnewson/dist/ >> >> Instructions for testing the build artefacts can be found here: >> >> =A0http://wiki.apache.org/couchdb/Test_procedure >> >> These artifacts have been built from the 1.1.1 tag in Git: >> >> apache-couchdb-1.1.1.tar.gz >> apache-couchdb-1.1.1.tar.gz.md5 >> apache-couchdb-1.1.1.tar.gz.asc >> apache-couchdb-1.1.1.tar.gz.sha >> >> Test ALL the things. >> >> B. >> > > -1 sorry from windows land. > > #1 libgen.h doesn't exist in our rarified air here. is this only needed t= o > support basename in couchjs? I'm not sure what the right fix is here, as > most BSDs seem to also require cdefs.h which also doesn't exist. > Windows bites again. It only exists for basename, so we should just hardcode that to couchjs. > couch@sendai /relax/couch_git/src/couchdb/priv > $ make > source=3D'couch_js/util.c' object=3D'couchjs-util.o' libtool=3Dno \ > =A0 =A0 =A0 =A0DEPDIR=3D.deps depmode=3Dnone /bin/sh ../../../build-aux/d= epcomp \ > =A0 =A0 =A0 =A0cc.sh -DHAVE_CONFIG_H -I. -I../../.. > -L/relax/tracemonkey-57a6ad20eae9/js/src/dist/lib -L/usr/local/lib > -L/opt/local/lib -I/relax/otp_src_R14B03/release/win32/usr/include > -I/relax/tracemonkey-57a6ad20eae9/js/src/dist/include -DXP_WIN =A0 -g -Wa= ll > -Werror -D_BSD_SOURCE -I/relax/curl/include -DCURL_STATICLIB -O2 -c -o > couchjs-util.o `test -f 'couch_js/util.c' || echo './'`couch_js/util.c > c:\cygwin\relax\couch_git\src\couchdb\priv\couch_js\help.h(16) : fatal er= ror > C1083: Cannot open include file: 'libgen.h': No such file or directory > make: *** [couchjs-util.o] Error 2 > > #2 NEWS ICU update should be 4.4 not 4.2. > > diff --git i/NEWS w/NEWS > index e62289e..d440ad0 100644 > --- i/NEWS > +++ w/NEWS > @@ -24,7 +24,7 @@ Version 1.1.1 > =A0* Fix missing revisions in _changes?style=3Dall_docs. > =A0* Improve handling of compaction at max_dbs_open limit. > =A0* JSONP responses now send "text/javascript" for Content-Type. > -* Link to ICU 4.2 on Windows. > +* Link to ICU 4.4 on Windows. > =A0* Permit forward slashes in path to update functions. > =A0* Reap couchjs processes that hit reduce_overflow error. > =A0* Status code can be specified in update handlers. > > A+ > Dave > Will fix.