# # patch "ChangeLog" # from [b268bbac81d2ab414ea430559c367202745c15b5] # to [9d83c8952ebabe9316c0e9cee711350fdb8cc004] # # patch "NEWS" # from [dca778bd26c8b31718184bdc35f5954af6ade760] # to [9ab9740529cdd86089e177708d119d14fbbeb6da] # # patch "configure.ac" # from [40f746b8643a9e2ce22107bc34c6a69e2e93b686] # to [2836b9fdec4cabf5cdd43b87bdaf6340d57df9c1] # # patch "debian/changelog" # from [aed75da72f6cb39722401ca50ab0abfc5039d984] # to [9742febcd8e920815862e0c498783781755d55d2] # # patch "monotone.spec" # from [62bf20c7b6fb1c4a7b3958c417e4d5a3f6822b4a] # to [aaee47fa556a4108be827cb856916ef6c722ae24] # # patch "win32/monotone.iss" # from [3a876bb2f3782096637648d59ddb57c0dff4234d] # to [dd8e5ac9506cfdf0c76dfb06814c25f3075fba41] # =============================================== --- ChangeLog b268bbac81d2ab414ea430559c367202745c15b5 +++ ChangeLog 9d83c8952ebabe9316c0e9cee711350fdb8cc004 @@ -1,5 +1,10 @@ 2005-08-08 Nathaniel Smith + * configure.ac, monotone.spec, debian/changelog: + * win32/monotone.iss: Bump version number. + +2005-08-08 Nathaniel Smith + * UPGRADE: Fix title. * NEWS: Add --lca. =============================================== --- NEWS dca778bd26c8b31718184bdc35f5954af6ade760 +++ NEWS 9ab9740529cdd86089e177708d119d14fbbeb6da @@ -1,6 +1,6 @@ ???????????????????????????? - 0.22 release. bug fixes, ui improvements, new crypto library. + 0.22 release. new crypto library, bug fixes, ui improvements - switch from crypto++ to botan as underlying crypto library. this should not cause any user-visible changes; let us know =============================================== --- configure.ac 40f746b8643a9e2ce22107bc34c6a69e2e93b686 +++ configure.ac 2836b9fdec4cabf5cdd43b87bdaf6340d57df9c1 @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(monotone, 0.21, address@hidden) +AC_INIT(monotone, 0.22, address@hidden) AM_INIT_AUTOMAKE(1.7.1) AC_CONFIG_SRCDIR([app_state.cc]) AC_CONFIG_TESTDIR([tests]) =============================================== --- debian/changelog aed75da72f6cb39722401ca50ab0abfc5039d984 +++ debian/changelog 9742febcd8e920815862e0c498783781755d55d2 @@ -1,3 +1,9 @@ +monotone (0.22-0.1) unstable; urgency=low + + * New upstream release. + + -- nathaniel smith Mon, 8 Aug 2005 20:18:54 -0700 + monotone (0.21-0.1) unstable; urgency=low * New upstream release. =============================================== --- monotone.spec 62bf20c7b6fb1c4a7b3958c417e4d5a3f6822b4a +++ monotone.spec aaee47fa556a4108be827cb856916ef6c722ae24 @@ -1,6 +1,6 @@ Summary: monotone is a distributed version control tool Name: monotone -Version: 0.21 +Version: 0.22 Release: 1 License: GPL Group: Development/Tools @@ -63,6 +63,9 @@ %changelog +* Mon Aug 8 2005 nathaniel smith +- 0.22 release + * Sun Jul 17 2005 nathaniel smith - 0.21 release =============================================== --- win32/monotone.iss 3a876bb2f3782096637648d59ddb57c0dff4234d +++ win32/monotone.iss dd8e5ac9506cfdf0c76dfb06814c25f3075fba41 @@ -1,6 +1,6 @@ [Setup] AppName=monotone -AppVerName=monotone 0.21 +AppVerName=monotone 0.22 AppCopyright=Copyright © 2002-2005 Graydon Hoare et al. DefaultDirName={pf}\monotone DefaultGroupName=monotone @@ -10,7 +10,7 @@ AllowNoIcons=1 AppPublisher=venge.net AppPublisherURL=http://venge.net/monotone -AppVersion=0.21 +AppVersion=0.22 Compression=lzma/ultra SolidCompression=yes LicenseFile="..\COPYING"