# # patch "ChangeLog" # from [28c6d73e3a0ba41687853781943609ea36144f8c] # to [555c4a58a931ae54c21fc063d5f5f7c9e736b6bb] # # patch "UPGRADE" # from [cfb88ca3ccc913a93b62027cf54eabfa728131b5] # to [0a845a51043a2ce904ee1df651f992cfa1f1bf0e] # # patch "configure.ac" # from [8ba4d51a19fa3a662ff4f1e819905b3fa8851bdc] # to [9bf58c4f5b77f342cc0d1145a5b2e7a5e5755c2d] # # patch "debian/changelog" # from [533d73e6d9df40305cb919ebfd156b74d37d813e] # to [1a890019a52c8e81ab44789b0ba66a58f0c575d9] # # patch "monotone.spec" # from [1619421422b66900ee8324ed77c7c82f34d0752d] # to [8b26d07dd419bc735234a762e8e4e82f87e68dcb] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,11 @@ 2005-07-05 Nathaniel Smith + * configure.ac, debian/changelog, monotone.spec: Bump version + number. + * UPGRADE: Update for 0.20 release. + +2005-07-05 Nathaniel Smith + * monotone.texi (Database): Note that db kill_rev_locally also will trigger "unreferenced manifest" warnings from db check. --- UPGRADE +++ UPGRADE @@ -1,8 +1,10 @@ -upgrading monotone to 0.19 +upgrading monotone to 0.20 ========================== if you are upgrading from: - - 0.18: if you have created a ~/.monotonerc, rename it to + - 0.19 or earlier: there are some command line and server + configuration changes; see NEWS. + - 0.18 or earlier: if you have created a ~/.monotonerc, rename it to ~/.monotone/monotonerc, so monotone will still find it. - 0.17: simply make a backup of your databases, just in case, and run "db migrate" on each. --- configure.ac +++ configure.ac @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(monotone, 0.19, address@hidden) +AC_INIT(monotone, 0.20, address@hidden) AM_INIT_AUTOMAKE(1.7.1) AC_CONFIG_SRCDIR([app_state.cc]) AC_CONFIG_TESTDIR([tests]) --- debian/changelog +++ debian/changelog @@ -1,3 +1,9 @@ +monotone (0.20-0.1) unstable; urgency=low + + * New upstream release. + + -- nathaniel smith Tue, 5 Jul 2005 21:55:56 -0700 + monotone (0.19-1) unstable; urgency=low * New upstream release. --- monotone.spec +++ monotone.spec @@ -1,6 +1,6 @@ Summary: monotone is a distributed version control tool Name: monotone -Version: 0.19 +Version: 0.20 Release: 1 License: GPL Group: Development/Tools @@ -62,6 +62,9 @@ %changelog +* Tue Jul 5 2005 nathaniel smith +- 0.20 release + * Tue May 3 2005 nathaniel smith - 0.19 release