# # # patch "NEWS" # from [b9f491fc85e7781e8b0aaa2bf2ec561a7cae538e] # to [8994eae64317287d677d1c15d47e571f2c758161] # # patch "configure.ac" # from [7bc52ee196e71c666910a31b8c95b69e5a06a45f] # to [f6ee4972b37ed8b9c2f38c876f6c21dd548d8c3f] # # patch "debian/changelog" # from [57c765f8af7bfc68dcce48b7e4ac4738aa38d864] # to [c2a73417d103f6c306663390ad8db180c8847bbb] # # patch "monotone.spec" # from [9e52b7c6d8c5159feb5b620281575e82eb227f4b] # to [d78ef95d542eb492d309397ae1527c12c76d7531] # # patch "visualc/config.h" # from [43beff63bcdc909eb343cb728eeafc6132cb8536] # to [03e9b735ba1a7fb432c54bf735500e102394e2f5] # # patch "win32/monotone.iss" # from [48f911fbe7a826754c08ea63b3c5912e6a725211] # to [13d6d04aad81b6d82fc3e3844f2ae19fff9bf4c6] # ============================================================ --- NEWS b9f491fc85e7781e8b0aaa2bf2ec561a7cae538e +++ NEWS 8994eae64317287d677d1c15d47e571f2c758161 @@ -1,4 +1,4 @@ -??? ??? ?? ??:??:?? UTC ???? +Tue Feb 27 18:46:58 UTC 2007 0.33 release. ============================================================ --- configure.ac 7bc52ee196e71c666910a31b8c95b69e5a06a45f +++ configure.ac f6ee4972b37ed8b9c2f38c876f6c21dd548d8c3f @@ -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.32, address@hidden) +AC_INIT(monotone, 0.33, address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AM_CONFIG_HEADER([config.h]) ============================================================ --- debian/changelog 57c765f8af7bfc68dcce48b7e4ac4738aa38d864 +++ debian/changelog c2a73417d103f6c306663390ad8db180c8847bbb @@ -1,3 +1,9 @@ +monotone (0.33-0.1) unstable; urgency=low + + * New upstream release. + + -- Richard Levitte Tue, 27 Feb 2007 19:46:58 +0100 + monotone (0.32-90.2) unstable; urgency=low * schema upgrade => monotone-server.postinst upgrade ============================================================ --- monotone.spec 9e52b7c6d8c5159feb5b620281575e82eb227f4b +++ monotone.spec d78ef95d542eb492d309397ae1527c12c76d7531 @@ -1,6 +1,6 @@ Name: monotone Summary: monotone is a distributed version control tool Name: monotone -Version: 0.32 +Version: 0.33 Release: 0.mtn.1%{?dist} License: GPL Group: Development/Tools @@ -58,6 +58,9 @@ fi %changelog +* Tue Feb 27 2007 Richard Levitte +- 0.33 release + * Wed Dec 27 2006 Richard Levitte - 0.32 release ============================================================ --- visualc/config.h 43beff63bcdc909eb343cb728eeafc6132cb8536 +++ visualc/config.h 03e9b735ba1a7fb432c54bf735500e102394e2f5 @@ -1,11 +1,11 @@ #ifndef CONFIG_H #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.32" +#define PACKAGE_STRING "monotone 0.33" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.32" +#define VERSION "0.33" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 48f911fbe7a826754c08ea63b3c5912e6a725211 +++ win32/monotone.iss 13d6d04aad81b6d82fc3e3844f2ae19fff9bf4c6 @@ -1,9 +1,9 @@ AppName=monotone [Setup] AppName=monotone -AppVersion=0.32 -AppVerName=monotone 0.32 -OutputBaseFileName=monotone-0.32-setup -AppCopyright=Copyright © 2002-2006 Graydon Hoare et al. +AppVersion=0.33 +AppVerName=monotone 0.33 +OutputBaseFileName=monotone-0.33-setup +AppCopyright=Copyright © 2002-2007 Graydon Hoare et al. AppPublisher=venge.net AppPublisherURL=http://venge.net/monotone DefaultDirName={pf}\monotone