# # # patch "NEWS" # from [0525d5e76bcea136f913272c92ac84612cb5e630] # to [578308d094d0d3a79f28f8414b6c82597b8a5a42] # # patch "configure.ac" # from [73cd49459e4e8fd39e790ff514693be80698ab9e] # to [81d3d689b13f3b20219b8eace2fc50074df86f1a] # # patch "monotone.spec" # from [406717b42093f427a53fbfd5d71a101848795ded] # to [9fd55e5ec1d9d07733cb0822bf7ea296460af776] # # patch "notes/release-checklist.txt" # from [43d352720c55921494b7921f058f4129629ff1a9] # to [cc74b82c66eb15be9de61a330d495165678f08f4] # # patch "visualc/config.h" # from [a1a1f1fcf1e649893c652e1e3b2102f59ecd077b] # to [e002953d0ac75705683a837ac01ffdacb73a044b] # # patch "win32/monotone.iss" # from [24a8689e1ca7c52e10e4562df2771f35aff0f43d] # to [68506a90cfcbe5ad7b142568b16389ea1419d51f] # ============================================================ --- NEWS 0525d5e76bcea136f913272c92ac84612cb5e630 +++ NEWS 578308d094d0d3a79f28f8414b6c82597b8a5a42 @@ -1,4 +1,4 @@ -??? ??? ?? ??:??:?? UTC ???? +Wed Sep 3 21:13:18 UTC 2008 0.41 release. ============================================================ --- configure.ac 73cd49459e4e8fd39e790ff514693be80698ab9e +++ configure.ac 81d3d689b13f3b20219b8eace2fc50074df86f1a @@ -2,7 +2,7 @@ AC_PREREQ(2.58) # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(monotone, 0.40, address@hidden) +AC_INIT(monotone, 0.41, address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AM_CONFIG_HEADER([config.h]) ============================================================ --- monotone.spec 406717b42093f427a53fbfd5d71a101848795ded +++ monotone.spec 9fd55e5ec1d9d07733cb0822bf7ea296460af776 @@ -1,6 +1,6 @@ Name: monotone Summary: monotone is a distributed version control tool Name: monotone -Version: 0.40 +Version: 0.41 Release: 0.mtn.2%{?dist} License: GPL Group: Development/Tools @@ -44,7 +44,7 @@ fi if [ -x /sbin/install-info ]; then /sbin/install-info --info-dir=%{_infodir} %{_infodir}/monotone.info.gz || : fi - + %postun if [ $1 -eq 0 -a -x /sbin/install-info ]; then /sbin/install-info --info-dir=%{_infodir} --remove monotone || : @@ -59,6 +59,9 @@ fi %changelog +* Wed Sep 03 Thomas Keller +- 0.41 release. + * Thu Apr 10 Richard Levitte - 0.40 release. @@ -187,8 +190,8 @@ fi - set CFLAGS/CXXFLAGS since RH compiler can do optimization - remove info details since texi has category / entry -* Wed Sep 27 2003 graydon hoare +* Wed Sep 27 2003 graydon hoare - 0.5 release. -* Wed Sep 24 2003 graydon hoare +* Wed Sep 24 2003 graydon hoare - Initial build. ============================================================ --- notes/release-checklist.txt 43d352720c55921494b7921f058f4129629ff1a9 +++ notes/release-checklist.txt cc74b82c66eb15be9de61a330d495165678f08f4 @@ -33,10 +33,9 @@ configure.ac: change the call to AC_INIT monotone.spec: change the "Version:" field, and add an entry to the %changelog section. - win32/monotone.iss: the version number is mentioned several times - in this file, make sure to replace them all. - visualc/config.h: again, the version number is mentioned several - times, don't miss any. + win32/monotone.iss: look out for "#define APPVERS" + visualc/config.h: the version number is mentioned several times, + don't miss any. debian/changelog: rather than modifying this file directly, run the command "debchange -v -0.1". (If you screw up and need to roll a new unofficial package, use "debchange -i" @@ -121,7 +120,7 @@ 11) Once you're pretty sure things have gone well, tag the source: $ mtn tag monotone- - + This is the last possible moment to back out! $ mtn sync ============================================================ --- visualc/config.h a1a1f1fcf1e649893c652e1e3b2102f59ecd077b +++ visualc/config.h e002953d0ac75705683a837ac01ffdacb73a044b @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.40" +#define PACKAGE_STRING "monotone 0.41" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.40" +#define VERSION "0.41" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 24a8689e1ca7c52e10e4562df2771f35aff0f43d +++ win32/monotone.iss 68506a90cfcbe5ad7b142568b16389ea1419d51f @@ -1,13 +1,16 @@ +#define APPNAME="monotone" +#define APPVERS="0.41" + [Setup] -AppName=monotone -AppVersion=0.40 -AppVerName=monotone 0.40 -OutputBaseFileName=monotone-0.40-setup +AppName={#APPNAME} +AppVersion={#APPVERS} +AppVerName={#APPNAME} {#APPVERS} +OutputBaseFileName={#APPNAME}-{#APPVERS}-setup AppCopyright=Copyright © 2002-2008 Graydon Hoare et al. AppPublisher=venge.net AppPublisherURL=http://www.monotone.ca/ -DefaultDirName={pf}\monotone -DefaultGroupName=monotone +DefaultDirName={pf}\{#APPNAME} +DefaultGroupName={#APPNAME} MinVersion=4.0,4.0 OutputDir=. AllowNoIcons=1