Release/Makefile
2009-10-24 Version up to b12.
2009-10-24 Version up to 1.4b11.
2009-10-16 Version up to 1.4b10.
2009-08-21 1.4b9
2009-07-15 Back to 1.4hg for the nightly.
2009-07-15 Version up to 1.4b8.
2009-06-21 Back up to 1.4hg for the nightly.
2009-06-19 1.4b7
2009-06-02 Borrowed from Growl: Fix how our Release Makefile finds Xcode's global custom build directory.
2009-06-02 Fix handling of custom build directories containing spaces.
2009-06-02 Back to 1.4hg for the nightly.
2009-06-02 1.4b6 because I just broke the world.
2009-05-29 Back to 1.4hg for the nightly.
2009-05-29 1.4b5
2009-05-25 Back to 1.4hg for the nightly.
2009-05-25 1.4b4. Mostly for the XMPP security issue, but also for the annoying MSN problems.
2009-05-23 1.4hg for the nightlies. We need to make Sparkle understand that "1.4b3r2000" > "1.4hgr1999".
2009-05-23 1.4b3 for my action link HTML nonsense.
2009-05-23 Back to 1.4hg for the nightlies.
2009-05-23 Version up to 1.4b2.
2009-05-17 Back to 1.4hg for the nightlies.
2009-05-17 Yes, official build please!
2009-05-17 Never build nightlies as betas.
2009-05-17 Version up to 1.4b1.
2009-05-13 Use 2009 for a few copyright locations. Refs #11855.
2009-05-06 Use `hg parent` for identifying builds. Fixes #11943.
2009-05-02 Unquoting.
2009-05-02 Need to quote this argument, killing an X.
2009-05-02 Produce a dmg file for the nightly (seeing whether or not this works, mostly).
2009-04-25 Rename "latest" to "latest.info" for the sake of the nightly information file, so "latest" can be a fake symbolic link to the latest file.
2009-04-18 Once again dropped this 'r'. Blasted r.
2009-04-18 Evaluate the revision number, don't pass around a piped message. Replace + in the hg revision number with nothing, since the buildbot will always have a changed local repository.
2009-04-18 Fix echoing properly instead of trying to execute a string. I thought I fixed this.
2009-04-18 Fixing a missing quote in the Makefile.
2009-04-18 Prefixing local revisions with 'r', so "1.4b4" is followed by "rXXX" instead of just "XXX".
2009-04-16 Make the delete headers step something we do in the release makefile instead of the xcodeproj
2009-04-16 Changing the release Makefile to be entirely mercurial.
2009-04-16 Mercurialize the Release Makefile. The if(svn) stuff can die off when we move over.
2009-04-09 Restore the clean requirement to the nightly build.
2009-04-06 Bonjour once again failed to compile in, removing the clean requirement again.
2009-04-05 Reinstate the clean requirement on the Nightly since nonparallel targets might fix it.
2009-04-05 Make the nightly not do a clean build, so I can actually get one with Bonjour working.
2009-04-01 Add the revision number to the folder which is tarballed for the nightly.
2009-03-27 Return clean to the nightly make, change the shebang to /bin/bash from /bin/sh for the upload script.
2009-03-27 Temporary take off the nightly 'clean' step while testing.
2009-03-27 As CFM pointed out, we should run "prepare-release-bundle" for nightlies, reducing filesize.
2009-03-27 Codesign nightlies, and only run the DSA keygen when we're doing an official build.
2009-03-27 It also helps to move the tarball into the right folder.
2009-03-27 Move the DSA private key to a more obvious location (instead of hiding it in ~/.ssh/). Get rid of the unnecessary "build" file in our nightly tarball, since the -C option for tar doesn't behave nicely.
2009-03-27 Restoring the clean which was removed for testing in [26535].
2009-03-27 Upload the MD5 of the release for nightlies.
2009-03-27 Correcting a bad quote-ism.
2009-03-27 Definitely meant tgz here. I shouldn't test through SVN. :)
2009-03-27 Temporarily removing the clean from nightly so I can test easier.
2009-03-27 Adding a slightly untested DSA-signing step to our release process.
2009-03-27 Accidentally removed the "clean" step for the nightly. Reverting part of [26526].
2009-03-26 Re-include the "r" prefix to the revision number, for cases like "1.4a3r28000" which I am willing to bet Sparkle will fall on its face on anyway.
2009-03-26 Add the file size properly.
2009-03-26 Create a tarball when `make nightly`-ing. Produce a 'latest' file we can use.
2009-03-26 Getting a nightly to work: append the MD5 and the file size to the "latest" file.