# # # patch "ChangeLog" # from [34e985d5726e7c0f57e125ac0919b3d940a6a193] # to [1f243c8699ac4d0faa4d377af846eb0029fb2a01] # # patch "NEWS" # from [8a22696a8b20242598eb23e86473d7f9a0a77469] # to [cace17eb21180b43bbab975cd129b1959a7397b9] # # patch "UPGRADE" # from [8402e407835dc317b49e4a715f59c73b50e2b67a] # to [9223924287a38c40671f86919c33679e7e17fa25] # # patch "configure.ac" # from [3faced834db143b4501acf74123f70fef37148df] # to [a7ad3af487181961dca755f49b9afd41d2d451b1] # # patch "debian/changelog" # from [40607b1988c517c116d039f3ac42d80095c15111] # to [d9380d2daa458b814d4e66b00a2c758941abae00] # # patch "monotone.spec" # from [c4f1bad0cd7ee2de6ed8c4daeeb096fdeebc1153] # to [24b0aced58f9b579c39979d77543e27f7d6aea9e] # # patch "win32/monotone.iss" # from [b92fb67169cf630a02bf0c07d04b7def0b26869f] # to [cdea47c809feae66dab4a7ae6e3843503202e3a0] # ============================================================ --- ChangeLog 34e985d5726e7c0f57e125ac0919b3d940a6a193 +++ ChangeLog 1f243c8699ac4d0faa4d377af846eb0029fb2a01 @@ -1,3 +1,9 @@ +2006-06-17 Nathaniel Smith + + * configure.ac, debian/changelog, monotone.spec: + * win32/monotone.iss, NEWS, UPGRADE: Bump version numbers to + 0.27. + 2006-06-17 Timothy Brownawell (see bug #15995, asking for a more comprehensive automate command set) ============================================================ --- NEWS 8a22696a8b20242598eb23e86473d7f9a0a77469 +++ NEWS cace17eb21180b43bbab975cd129b1959a7397b9 @@ -1,4 +1,4 @@ -???????????????????????????? +Sat Jun 17 14:43:12 PDT 2006 0.27 release. Minor bug fixes and enhancements, plus ssh support. @@ -63,6 +63,8 @@ message, instead of an assertion error. - 'mtn revert --missing' now works correctly when run in a subdirectory. + - 'automate inventory' no longer fails when _MTN/work contains + patch stanzas. Other: ============================================================ --- UPGRADE 8402e407835dc317b49e4a715f59c73b50e2b67a +++ UPGRADE 9223924287a38c40671f86919c33679e7e17fa25 @@ -1,4 +1,4 @@ -upgrading monotone to 0.26 +upgrading monotone to 0.27 ========================== How to read this file: ============================================================ --- configure.ac 3faced834db143b4501acf74123f70fef37148df +++ configure.ac a7ad3af487181961dca755f49b9afd41d2d451b1 @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(monotone, 0.26, address@hidden) +AC_INIT(monotone, 0.27, address@hidden) AM_INIT_AUTOMAKE(1.7.1) AC_CONFIG_SRCDIR([app_state.cc]) AC_CONFIG_TESTDIR([tests]) ============================================================ --- debian/changelog 40607b1988c517c116d039f3ac42d80095c15111 +++ debian/changelog d9380d2daa458b814d4e66b00a2c758941abae00 @@ -1,3 +1,9 @@ +monotone (0.27-0.1) unstable; urgency=low + + * New upstream release. + + -- Nathaniel Smith Sat, 17 Jun 2006 14:47:27 -0700 + monotone (0.26.0-2) unstable; urgency=low * Closes: #358096: FTBFS with G++ 4.1: extra qualification ============================================================ --- monotone.spec c4f1bad0cd7ee2de6ed8c4daeeb096fdeebc1153 +++ monotone.spec 24b0aced58f9b579c39979d77543e27f7d6aea9e @@ -1,6 +1,6 @@ Summary: monotone is a distributed version control tool Name: monotone -Version: 0.26 +Version: 0.27 Release: 1 License: GPL Group: Development/Tools @@ -63,6 +63,9 @@ %changelog +* Sat Jun 17 2006 nathaniel smith +- 0.27 release + * Sat Apr 8 2006 nathaniel smith - 0.26 release ============================================================ --- win32/monotone.iss b92fb67169cf630a02bf0c07d04b7def0b26869f +++ win32/monotone.iss cdea47c809feae66dab4a7ae6e3843503202e3a0 @@ -1,8 +1,8 @@ [Setup] AppName=monotone -AppVersion=0.26 -AppVerName=monotone 0.26 -OutputBaseFileName=monotone-0.26-setup +AppVersion=0.27 +AppVerName=monotone 0.27 +OutputBaseFileName=monotone-0.27-setup AppCopyright=Copyright © 2002-2006 Graydon Hoare et al. AppPublisher=venge.net AppPublisherURL=http://venge.net/monotone