# HG changeset patch # User Stephan Holl # Date 1317901051 -7200 # Node ID 1853c9809404ccf258ab4425a7f61dbda6f9e5ff # Parent c023b4978663c184a3b281a7667dc013c25cd0e0 * HowTo-Release.txt: More improvements (MD5sum-commands added) diff -r c023b4978663 -r 1853c9809404 ChangeLog --- a/ChangeLog Thu Oct 06 13:27:40 2011 +0200 +++ b/ChangeLog Thu Oct 06 13:37:31 2011 +0200 @@ -1,3 +1,7 @@ +2011-10-06 Stephan Holl + + * HowTo-Release.txt: More improvements (MD5sum-commands added) + 2011-10-06 Stephan Holl * contrib/installer/example: reworked the dir-layout to fit the diff -r c023b4978663 -r 1853c9809404 HowTo-Release.txt --- a/HowTo-Release.txt Thu Oct 06 13:27:40 2011 +0200 +++ b/HowTo-Release.txt Thu Oct 06 13:37:31 2011 +0200 @@ -12,6 +12,7 @@ 2. Create a source archive: $ export MXD2MAPVERSION=0.8 $ hg archive -t tgz -X website -X HowToRelease.txt -X testdata-frida MXD2map-$MXD2MAPVERSION.tar.gz + $ md5sum MXD2map-$MXD2MAPVERSION.tar.gz > MXD2map-$MXD2MAPVERSION.tar.gz.md5sum 3. Create PDF-file of Documentation: $ cd doku && make latexpdf @@ -40,12 +41,14 @@ $ cd contrib/installer $ makensis -DVERSION_DATE=`date +%d.%m.%Y` MXD2map-installer.nsi + $ md5sum MXD2map-$MXD2MAPVERSION.exe > MXD2map-$MXD2MAPVERSION.exe.md5sum 4.2 Tag the release in HG: $ hg tag -m "Tagged as release 'release-$MXD2MAPVERSION'" release-$MXD2MAPVERSION && hg push -4.3 Create new binary-release on Wald and upload MXD2map-$MXD2MAPVERSION.exe. +4.3 Create new binary-release on Wald and upload + MXD2map-$MXD2MAPVERSION.exe and corresponding MD5sum. 5. Update versions and URLs on the homepage (updates documentation as well!) [requires sphinx available in $PATH]