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: nsla...@tumbolia: /tmp $ find 0.9.1/ | wc -l 249 nsla...@tumbolia: /tmp $ find apache-couchdb-0.9.1/ | wc -l 273 I presume you ran: nsla...@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
