# # # patch "NEWS" # from [a283057032f8635d526cc8ed952c1d4f8fe072ff] # to [7d6bb127f7ecd2dc50c01b9ecbf5a4d85841b0c2] # # patch "UPGRADE" # from [dd53acd07dfebc6c40834f89af70696a6e6656a2] # to [b7e014bfa58db309cb29c06816070168e602fd14] # # patch "configure.ac" # from [bf67142c868bb70ba1429b49240be849ad315add] # to [dfd46656e3d3d3ff80f7bd403c0f57c981e71cc5] # # patch "debian/changelog" # from [f1eba08fa5174ff1ad99d0719a9a8c5754557731] # to [56720eed2fa451f450d1da0de6f34fd14752e153] # # patch "monotone.spec" # from [0389363385852cec36b492c5f27ab8d5084a97a7] # to [44e90f2a5b58d737e385ee0d2334dd42ea4d54ef] # # patch "visualc/config.h" # from [4c246a3ed6597af1e7eab48022aacdefb6bfca5e] # to [c1e8ffbb3a09b5d44d8a3a11f4347dea954cf826] # # patch "win32/monotone.iss" # from [d57c8ccd04af16a1287e96642599294ffa59c5d3] # to [b005ec1cafcb4c20780a24a7e2275f84cf0e0d47] # ============================================================ --- NEWS a283057032f8635d526cc8ed952c1d4f8fe072ff +++ NEWS 7d6bb127f7ecd2dc50c01b9ecbf5a4d85841b0c2 @@ -1,4 +1,4 @@ -??? ??? ? ??:??:?? UTC 2007 +Fri Oct 25 22:35:33 UTC 2007 0.37 release. ============================================================ --- UPGRADE dd53acd07dfebc6c40834f89af70696a6e6656a2 +++ UPGRADE b7e014bfa58db309cb29c06816070168e602fd14 @@ -1,4 +1,4 @@ -upgrading monotone to 0.36 +upgrading monotone to 0.37 ========================== How to read this file: ============================================================ --- configure.ac bf67142c868bb70ba1429b49240be849ad315add +++ configure.ac dfd46656e3d3d3ff80f7bd403c0f57c981e71cc5 @@ -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.36, address@hidden) +AC_INIT(monotone, 0.37, address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AM_CONFIG_HEADER([config.h]) ============================================================ --- debian/changelog f1eba08fa5174ff1ad99d0719a9a8c5754557731 +++ debian/changelog 56720eed2fa451f450d1da0de6f34fd14752e153 @@ -1,4 +1,4 @@ -monotone (0.37-1) UNRELEASED; urgency=low +monotone (0.37-1) unstable; urgency=low * New upstream release. * Clarifications to debian/copyright and AUTHORS. @@ -10,7 +10,7 @@ monotone (0.37-1) UNRELEASED; urgency=lo to be so on powerpc. Please file new FTBFS bugs for any remaining architectures that are broken. (Closes: #439584) - -- name email date + -- Richard Levitte Fri, 26 Oct 2007 00:35:29 +0200 monotone (0.36-2) unstable; urgency=low ============================================================ --- monotone.spec 0389363385852cec36b492c5f27ab8d5084a97a7 +++ monotone.spec 44e90f2a5b58d737e385ee0d2334dd42ea4d54ef @@ -1,6 +1,6 @@ Name: monotone Summary: monotone is a distributed version control tool Name: monotone -Version: 0.36 +Version: 0.37 Release: 0.mtn.1%{?dist} License: GPL Group: Development/Tools @@ -57,6 +57,9 @@ fi %changelog +* Fri Oct 26 2007 Richard Levitte +- 0.37 release. + * Fri Aug 3 2007 Richard Levitte - 0.36 release. ============================================================ --- visualc/config.h 4c246a3ed6597af1e7eab48022aacdefb6bfca5e +++ visualc/config.h c1e8ffbb3a09b5d44d8a3a11f4347dea954cf826 @@ -1,11 +1,11 @@ #ifndef CONFIG_H #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.36" +#define PACKAGE_STRING "monotone 0.37" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.36" +#define VERSION "0.37" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss d57c8ccd04af16a1287e96642599294ffa59c5d3 +++ win32/monotone.iss b005ec1cafcb4c20780a24a7e2275f84cf0e0d47 @@ -1,8 +1,8 @@ AppName=monotone [Setup] AppName=monotone -AppVersion=0.36 -AppVerName=monotone 0.36 -OutputBaseFileName=monotone-0.36-setup +AppVersion=0.37 +AppVerName=monotone 0.37 +OutputBaseFileName=monotone-0.37-setup AppCopyright=Copyright © 2002-2007 Graydon Hoare et al. AppPublisher=venge.net AppPublisherURL=http://www.monotone.ca/