Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 77268 invoked from network); 8 Jul 2009 08:43:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jul 2009 08:43:57 -0000 Received: (qmail 23860 invoked by uid 500); 8 Jul 2009 08:44:06 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 23771 invoked by uid 500); 8 Jul 2009 08:44:05 -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 23761 invoked by uid 99); 8 Jul 2009 08:44:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 08:44:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.68.94.123] (HELO tumbolia.org) (80.68.94.123) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 08:43:56 +0000 Received: from nslater by tumbolia.org with local (Exim 4.69) (envelope-from ) id 1MOSkZ-0006pw-BJ for dev@couchdb.apache.org; Wed, 08 Jul 2009 09:43:35 +0100 Date: Wed, 8 Jul 2009 09:43:35 +0100 From: Noah Slater To: dev@couchdb.apache.org Subject: Re: [VOTE] Apache CouchDB 0.9.1 release, second round Message-ID: <20090708084335.GD25290@tumbolia.org> Mail-Followup-To: dev@couchdb.apache.org References: <20090705181223.GN24849@tumbolia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Noah: Awesome User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jul 07, 2009 at 11:04:32PM -0500, Curt Arnold wrote: > A couple of files from the 0.9.1 tag did not make it into the release: > > Only in 0.9.1: acinclude.m4.in > Only in 0.9.1/m4: ac_check_curl.m4.gz > Only in 0.9.1/m4: ac_check_icu.m4.gz > Only in 0.9.1/share/www/script/test: attachment_names.js > Only in 0.9.1/src: Makefile.am There's actually a lot more than this: nslater@tumbolia: /tmp $ find 0.9.1/ | wc -l 249 nslater@tumbolia: /tmp $ find apache-couchdb-0.9.1/ | wc -l 273 I presume you ran: nslater@tumbolia: /tmp $ diff -r 0.9.1 apache-couchdb-0.9.1 | grep 'Only in 0.9.1' Only in 0.9.1: acinclude.m4.in Only in 0.9.1: bootstrap Only in 0.9.1/m4: ac_check_curl.m4.gz Only in 0.9.1/m4: ac_check_icu.m4.gz Only in 0.9.1/share/www/script/test: attachment_names.js Only in 0.9.1/src: Makefile.am All of these are by design, except one: > attachment_names.js is referenced in share/www/script/couch_tests.js Someone forgot to add this to the Makefile.am, which is annoying. > ./BUGS > ./CHANGES > ./THANKS Trivial. > ./etc/couchdb/default.ini.tpl.in > ./etc/couchdb/local.ini > ./etc/couchdb/local_dev.ini > ./etc/default/couchdb > ./etc/launchd/org.apache.couchdb.plist.tpl.in > ./etc/logrotate.d/couchdb.tpl.in I don't think we need a license notice in these configuration files. > ./share/www/_sidebar.html Trivial. > ./share/www/script/jquery.form.js > ./share/www/script/jquery.js > ./share/www/script/json2.js Third party. > ./src/couchdb/couch.app.tpl.in > ./src/ibrowse/ibrowse.app Trivial. > ... > ./src/ibrowse/ibrowse_test.erl > ./src/mochiweb/mochifmt.erl > ... > ./src/mochiweb/mochiweb_util.erl > ./src/mochiweb/reloader.erl Third party. > ./test/couch_config_test.erl > ./test/couch_config_writer_test.erl > ./test/runner.erl > ./test/runner.sh Sigh, these should have a license notice. > Sorry, here is my -1. Unfortunately, I agree. Here's my -1 one as well. I am going to see if I can come up with some automatic tests to add to my release procedure. I am annoyed I'm going to have to do this a release a third time now, and this time, it's largely my own fault. Thanks, -- Noah Slater, http://tumbolia.org/nslater