# # # patch "ChangeLog" # from [dd51f0a005ba052735c5bd4391ace1734b12961d] # to [558abd6b513db1302438029bf1e7fee596ea8768] # # patch "configure.ac" # from [dc18dea85941b866f1520a9c787296cd87417369] # to [b95933f4a873708238cdc180353b3136a24e4955] # # patch "debian/changelog" # from [83bd0ab395cbe1608633a3b826847e53208adcfb] # to [099c1ac3fc5aa21bd2eb614a3c75af2ab0016b03] # # patch "monotone.spec" # from [fda2a1716eb3a8ec7d57f672a40b93c8d772a107] # to [9e52b7c6d8c5159feb5b620281575e82eb227f4b] # # patch "visualc/config.h" # from [fd06b6442b0ee7cc36587476c38df6f7509d7c45] # to [43beff63bcdc909eb343cb728eeafc6132cb8536] # # patch "win32/monotone.iss" # from [cbffbd9503da1d99c17d65ea9d53037ae9c4be8c] # to [48f911fbe7a826754c08ea63b3c5912e6a725211] # ============================================================ --- ChangeLog dd51f0a005ba052735c5bd4391ace1734b12961d +++ ChangeLog 558abd6b513db1302438029bf1e7fee596ea8768 @@ -1,5 +1,10 @@ 2006-12-27 Richard Levitte + * configure.ac, debian/changelog, monotone.spec, + win32/monotone.iss, visualc/config.h: Bumped to version 0.32. + +2006-12-27 Richard Levitte + * UPGRADE: Gently remind people to take a backup before migrating. 2006-12-27 Richard Levitte ============================================================ --- configure.ac dc18dea85941b866f1520a9c787296cd87417369 +++ configure.ac b95933f4a873708238cdc180353b3136a24e4955 @@ -1,8 +1,8 @@ AC_PREREQ(2.58) # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(monotone, 0.31, address@hidden) +AC_INIT(monotone, 0.32, address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AM_CONFIG_HEADER([config.h]) ============================================================ --- debian/changelog 83bd0ab395cbe1608633a3b826847e53208adcfb +++ debian/changelog 099c1ac3fc5aa21bd2eb614a3c75af2ab0016b03 @@ -1,3 +1,9 @@ +monotone (0.32-0.1) unstable; urgency=low + + * New upstream release. + + -- Richard Levitte Wed, 27 Dec 2006 10:57:48 +0100 + monotone (0.31-90.2) unstable; urgency=low * Another pre-0.32 "release", just to mark that an important behavior ============================================================ --- monotone.spec fda2a1716eb3a8ec7d57f672a40b93c8d772a107 +++ monotone.spec 9e52b7c6d8c5159feb5b620281575e82eb227f4b @@ -1,6 +1,6 @@ Name: monotone Summary: monotone is a distributed version control tool Name: monotone -Version: 0.31 +Version: 0.32 Release: 0.mtn.1%{?dist} License: GPL Group: Development/Tools @@ -58,6 +58,9 @@ fi %changelog +* Wed Dec 27 2006 Richard Levitte +- 0.32 release + * Fri Nov 10 2006 nathaniel smith - 0.31 release ============================================================ --- visualc/config.h fd06b6442b0ee7cc36587476c38df6f7509d7c45 +++ visualc/config.h 43beff63bcdc909eb343cb728eeafc6132cb8536 @@ -1,11 +1,11 @@ #ifndef CONFIG_H #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.31" +#define PACKAGE_STRING "monotone 0.32" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.31" +#define VERSION "0.32" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss cbffbd9503da1d99c17d65ea9d53037ae9c4be8c +++ win32/monotone.iss 48f911fbe7a826754c08ea63b3c5912e6a725211 @@ -1,8 +1,8 @@ AppName=monotone [Setup] AppName=monotone -AppVersion=0.31 -AppVerName=monotone 0.31 -OutputBaseFileName=monotone-0.31-setup +AppVersion=0.32 +AppVerName=monotone 0.32 +OutputBaseFileName=monotone-0.32-setup AppCopyright=Copyright © 2002-2006 Graydon Hoare et al. AppPublisher=venge.net AppPublisherURL=http://venge.net/monotone