# # # patch "UPGRADE" # from [d3d8c42e486ef104458fe758de268902a00ceae2] # to [dd53acd07dfebc6c40834f89af70696a6e6656a2] # # patch "configure.ac" # from [84e91854f0143c8124dba0004976c0b8b1740a2a] # to [a100a56bd096ec316643df4f2e0a8d0fb78ca6e0] # # patch "debian/changelog" # from [b4a64a2032332071acb9453f471877c8672e95a4] # to [9326eee0e94ce5ef6d949d12a3fb3617495ed758] # # patch "monotone.spec" # from [c1b5e78c19804a65257370e4fed7f30a834f4111] # to [8ecbf0a14f58d22eefad5aa95385255dfb541e6d] # # patch "visualc/config.h" # from [5bc023faacd605d8f57ebfeda35e136d62fdc9e6] # to [4c246a3ed6597af1e7eab48022aacdefb6bfca5e] # # patch "win32/monotone.iss" # from [e22531c3497c99a5d66d53e477e4a1e9227cba1e] # to [d57c8ccd04af16a1287e96642599294ffa59c5d3] # ============================================================ --- UPGRADE d3d8c42e486ef104458fe758de268902a00ceae2 +++ UPGRADE dd53acd07dfebc6c40834f89af70696a6e6656a2 @@ -1,4 +1,4 @@ -upgrading monotone to 0.35 +upgrading monotone to 0.36 ========================== How to read this file: ============================================================ --- configure.ac 84e91854f0143c8124dba0004976c0b8b1740a2a +++ configure.ac a100a56bd096ec316643df4f2e0a8d0fb78ca6e0 @@ -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.35, address@hidden) +AC_INIT(monotone, 0.36, address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AM_CONFIG_HEADER([config.h]) ============================================================ --- debian/changelog b4a64a2032332071acb9453f471877c8672e95a4 +++ debian/changelog 9326eee0e94ce5ef6d949d12a3fb3617495ed758 @@ -1,11 +1,14 @@ monotone (0.36-1) unstable; urgency=low monotone (0.36-1) unstable; urgency=low + [ Richard Levitte ] + * New upstream realease. + [ Zack Weinberg ] * Bump debhelper build-dep to (>= 4.2.0) per cdbs docs. * Run testsuite during build. * Drop libboost-filesystem-dev build-dependency. - -- final uploader's name and date here + -- Richard Levitte Thu, 02 Aug 2007 21:56:21 +0200 monotone (0.35-2) unstable; urgency=low ============================================================ --- monotone.spec c1b5e78c19804a65257370e4fed7f30a834f4111 +++ monotone.spec 8ecbf0a14f58d22eefad5aa95385255dfb541e6d @@ -1,14 +1,14 @@ Name: monotone Summary: monotone is a distributed version control tool Name: monotone -Version: 0.35 +Version: 0.36 Release: 0.mtn.1%{?dist} License: GPL Group: Development/Tools URL: http://www.monotone.ca/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: boost-devel >= 1.32.0, texinfo, zlib-devel -Requires: boost >= 1.32.0 +BuildRequires: boost-devel >= 1.33.0, texinfo, zlib-devel +Requires: boost >= 1.33.0 %description monotone is a free, distributed version control system. It provides @@ -57,6 +57,12 @@ fi %changelog +* Thu Aug 2 2007 Richard Levitte +- 0.36 release. + +* Mon May 7 2007 Richard Levitte +- 0.35 release. + * Sun Apr 1 2007 Richard Levitte - 0.34 release ============================================================ --- visualc/config.h 5bc023faacd605d8f57ebfeda35e136d62fdc9e6 +++ visualc/config.h 4c246a3ed6597af1e7eab48022aacdefb6bfca5e @@ -1,11 +1,11 @@ #ifndef CONFIG_H #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.35" +#define PACKAGE_STRING "monotone 0.36" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.35" +#define VERSION "0.36" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss e22531c3497c99a5d66d53e477e4a1e9227cba1e +++ win32/monotone.iss d57c8ccd04af16a1287e96642599294ffa59c5d3 @@ -1,8 +1,8 @@ AppName=monotone [Setup] AppName=monotone -AppVersion=0.35 -AppVerName=monotone 0.35 -OutputBaseFileName=monotone-0.35-setup +AppVersion=0.36 +AppVerName=monotone 0.36 +OutputBaseFileName=monotone-0.36-setup AppCopyright=Copyright © 2002-2007 Graydon Hoare et al. AppPublisher=venge.net AppPublisherURL=http://www.monotone.ca/