# # # patch "UPGRADE" # from [11c0b97604437bc7b411317d5bead6e90a173af1] # to [2877096a746cf318568d418e444959797a9621f0] # # patch "configure.ac" # from [1755a8796869e5f0221d78b53b9f5a08d7e7d3e4] # to [2cb9e594e76dabe446e9a9c28315963b8c72fb78] # # patch "visualc/config.h" # from [1d53345d81048eb70343c716408fa20632ee2cb2] # to [7641b78b8b513165968bc1454083ae5191d3f316] # # patch "win32/monotone.iss" # from [0d471aaf46af6f73fb32e8e7f0d35c1cf3345c9d] # to [9f7786c3e2192d94b8b2b68194524f6351c453ff] # ============================================================ --- UPGRADE 11c0b97604437bc7b411317d5bead6e90a173af1 +++ UPGRADE 2877096a746cf318568d418e444959797a9621f0 @@ -1,4 +1,4 @@ -upgrading monotone to 0.44 +upgrading monotone to 0.45 ========================== How to read this file: @@ -16,6 +16,10 @@ If you are upgrading from: will be described there, not here. If you are upgrading from: + - 0.44 or earlier: The database format has changed. You must run + (after remembering to take a backup copy): + $ mtn -d mydb.mtn db migrate + on each of your databases. - 0.39 or earlier: The database format has changed. You must run (after remembering to take a backup copy): $ mtn -d mydb.mtn db migrate ============================================================ --- configure.ac 1755a8796869e5f0221d78b53b9f5a08d7e7d3e4 +++ configure.ac 2cb9e594e76dabe446e9a9c28315963b8c72fb78 @@ -10,7 +10,7 @@ AC_PREREQ(2.58) # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT([monotone], [0.45dev], address@hidden) +AC_INIT([monotone], [0.45], address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AC_CONFIG_HEADERS([config.h]) @@ -21,7 +21,7 @@ dnl be defined even when an older automa dnl mode if it's available, and we want to set up our own custom rules dnl to be quiet too, but this means we need $(AM_DEFAULT_VERBOSITY) to dnl be defined even when an older automake is in use. -m4_ifdef([AM_SILENT_RULES], +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES], [AM_DEFAULT_VERBOSITY=1 AC_SUBST([AM_DEFAULT_VERBOSITY])]) ============================================================ --- visualc/config.h 1d53345d81048eb70343c716408fa20632ee2cb2 +++ visualc/config.h 7641b78b8b513165968bc1454083ae5191d3f316 @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.45dev" +#define PACKAGE_STRING "monotone 0.45" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.45dev" +#define VERSION "0.45" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 0d471aaf46af6f73fb32e8e7f0d35c1cf3345c9d +++ win32/monotone.iss 9f7786c3e2192d94b8b2b68194524f6351c453ff @@ -1,5 +1,5 @@ #define APPNAME="monotone" -#define APPVERS="0.45dev" +#define APPVERS="0.45" #define BUILDDIR=".." #define MINGWDIR="\MinGW"