# # # patch "UPGRADE" # from [ef451e84d9d3c847f9d1fde2f470a9d20cdd19a9] # to [6052a50d43bd883a92d73daa17b0ec2909b6448a] # # patch "configure.ac" # from [629652d97ca179fdd82f20455dd7d959bea7a527] # to [5ebea9e708335ff8ef2f8d794696c5f16bc86624] # # patch "debian/changelog" # from [165e2ea35f4b4ac41cc4250c97c6ef887770af66] # to [0678a4687daee28f11d82d5d77d50e8ac0a55673] # # patch "monotone.spec" # from [faec92565ef0ece838c10570f557550b9d2b18d4] # to [fe2721ac50b0e6a0cb7079dda2eea02b2e4f9179] # # patch "visualc/config.h" # from [d033fd670698ba66d9a17667367fed468a909266] # to [29790140619c3f73a7c78fa105057183dc3a1bbf] # # patch "win32/monotone.iss" # from [f4e5db04d93fa27c9d07f58f9738789df8b650b5] # to [fe681cbaf7a90c2b7d01a5f529a975bc062ae04e] # ============================================================ --- UPGRADE ef451e84d9d3c847f9d1fde2f470a9d20cdd19a9 +++ UPGRADE 6052a50d43bd883a92d73daa17b0ec2909b6448a @@ -1,4 +1,4 @@ -upgrading monotone to 0.38 +upgrading monotone to 0.39 ========================== How to read this file: ============================================================ --- configure.ac 629652d97ca179fdd82f20455dd7d959bea7a527 +++ configure.ac 5ebea9e708335ff8ef2f8d794696c5f16bc86624 @@ -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.38, address@hidden) +AC_INIT(monotone, 0.39, address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AM_CONFIG_HEADER([config.h]) ============================================================ --- debian/changelog 165e2ea35f4b4ac41cc4250c97c6ef887770af66 +++ debian/changelog 0678a4687daee28f11d82d5d77d50e8ac0a55673 @@ -1,10 +1,11 @@ -monotone (0.39-1) UNRELEASED; urgency=low +monotone (0.39-1) unstable; urgency=low + [ Zack Weinberg ] * New upstream release. - Can now be built with gcc 4.3 snapshots. (Closes: #455646) * Enable use of system libpcre, set appropriate Build-Depends. - -- J Maintainer ???, ?? ??? ???? ??:??:?? +???? + -- Richard Levitte Mon, 25 Feb 2008 10:55:36 -0500 monotone (0.38-1) unstable; urgency=low ============================================================ --- monotone.spec faec92565ef0ece838c10570f557550b9d2b18d4 +++ monotone.spec fe2721ac50b0e6a0cb7079dda2eea02b2e4f9179 @@ -1,6 +1,6 @@ Name: monotone Summary: monotone is a distributed version control tool Name: monotone -Version: 0.38 +Version: 0.39 Release: 0.mtn.2%{?dist} License: GPL Group: Development/Tools @@ -59,6 +59,9 @@ fi %changelog +* Mon Feb 25 Richard Levitte +- 0.39 release. + * Thu Dec 13 2007 Thomas Keller - Added `make check` to the build ============================================================ --- visualc/config.h d033fd670698ba66d9a17667367fed468a909266 +++ visualc/config.h 29790140619c3f73a7c78fa105057183dc3a1bbf @@ -1,11 +1,11 @@ #ifndef CONFIG_H #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.38" +#define PACKAGE_STRING "monotone 0.39" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.38" +#define VERSION "0.39" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss f4e5db04d93fa27c9d07f58f9738789df8b650b5 +++ win32/monotone.iss fe681cbaf7a90c2b7d01a5f529a975bc062ae04e @@ -1,8 +1,8 @@ AppName=monotone [Setup] AppName=monotone -AppVersion=0.38 -AppVerName=monotone 0.38 -OutputBaseFileName=monotone-0.38-setup +AppVersion=0.39 +AppVerName=monotone 0.39 +OutputBaseFileName=monotone-0.39-setup AppCopyright=Copyright © 2002-2007 Graydon Hoare et al. AppPublisher=venge.net AppPublisherURL=http://www.monotone.ca/