# # patch "ChangeLog" # from [01c30f2cdb173dcc3460ca2fbdd522dae4732ebd] # to [c7c921077cd9816b4a89966df7ffa04ad61a3ce1] # # patch "UPGRADE" # from [d6fb0d1273131b999c0051dadd9a5e7010d72041] # to [e39fe0a44ab0769d00a9b4aa9d0bcfaeb7d5955e] # # patch "configure.ac" # from [0a8fcd82b46313fe334dc86907bde61e73c8ab4e] # to [31566e1de81c58c02bb6783332a36a56f8e23ed3] # # patch "debian/changelog" # from [55dab413b30f046f933930d054c3da844b818366] # to [01af0bb1549903ab091c33c6f29f0d79fa7be543] # # patch "monotone.spec" # from [65f1d01fe0fae953ee377a30e6a9f07056a8fbc2] # to [f2b0598e1ad2875100ef4f37055e46bd316494a3] # # patch "win32/monotone.iss" # from [dd8e5ac9506cfdf0c76dfb06814c25f3075fba41] # to [4dec648d917bbaf562b0397ca210ba4790e44295] # ======================================================================== --- ChangeLog 01c30f2cdb173dcc3460ca2fbdd522dae4732ebd +++ ChangeLog c7c921077cd9816b4a89966df7ffa04ad61a3ce1 @@ -1,5 +1,10 @@ 2005-09-29 Nathaniel Smith + * UPGRADE, configure.ac, monotone.spec, win32/monotone.iss: + * debian/changelog: Bump version number. + +2005-09-29 Nathaniel Smith + * AUTHORS: Add Grahame and Marcel. * NEWS: Write 0.23 entry. * monotone.texi (Reserved Files): Mention in .mt-ignore docs that ======================================================================== --- UPGRADE d6fb0d1273131b999c0051dadd9a5e7010d72041 +++ UPGRADE e39fe0a44ab0769d00a9b4aa9d0bcfaeb7d5955e @@ -1,4 +1,4 @@ -upgrading monotone to 0.22 +upgrading monotone to 0.23 ========================== if you are upgrading from: ======================================================================== --- configure.ac 0a8fcd82b46313fe334dc86907bde61e73c8ab4e +++ configure.ac 31566e1de81c58c02bb6783332a36a56f8e23ed3 @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(monotone, 0.22, address@hidden) +AC_INIT(monotone, 0.23, address@hidden) AM_INIT_AUTOMAKE(1.7.1) AC_CONFIG_SRCDIR([app_state.cc]) AC_CONFIG_TESTDIR([tests]) ======================================================================== --- debian/changelog 55dab413b30f046f933930d054c3da844b818366 +++ debian/changelog 01af0bb1549903ab091c33c6f29f0d79fa7be543 @@ -1,3 +1,9 @@ +monotone (0.23-0.1) unstable; urgency=low + + * New upstream release. + + -- Nathaniel Smith Thu, 29 Sep 2005 23:50:22 -0700 + monotone (0.22-1) unstable; urgency=low * Rebuild in clean environment (pdebuild) for upload to debian ======================================================================== --- monotone.spec 65f1d01fe0fae953ee377a30e6a9f07056a8fbc2 +++ monotone.spec f2b0598e1ad2875100ef4f37055e46bd316494a3 @@ -1,6 +1,6 @@ Summary: monotone is a distributed version control tool Name: monotone -Version: 0.22 +Version: 0.23 Release: 1 License: GPL Group: Development/Tools @@ -63,6 +63,9 @@ %changelog +* Thu Sep 29 2005 nathaniel smith +- 0.23 release + * Mon Aug 8 2005 nathaniel smith - 0.22 release ======================================================================== --- win32/monotone.iss dd8e5ac9506cfdf0c76dfb06814c25f3075fba41 +++ win32/monotone.iss 4dec648d917bbaf562b0397ca210ba4790e44295 @@ -1,6 +1,6 @@ [Setup] AppName=monotone -AppVerName=monotone 0.22 +AppVerName=monotone 0.23 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.22 +AppVersion=0.23 Compression=lzma/ultra SolidCompression=yes LicenseFile="..\COPYING"