# # patch "ChangeLog" # from [53a6681bfaf7ea0c4bdc2cee081aa106f988619c] # to [9a102b0542c2145e0892b6a8b583d2ab24310b22] # # patch "NEWS" # from [c0c76558a121b91e95c1e2473053d65b13fa261e] # to [542138ab98bf754cb1b2f2d86652f9abf2b438e3] # # patch "UPGRADE" # from [a91bd24bb2e9cee9e719e65ef1c4cd75a4f3b022] # to [f1a7028fbbb0b40e16745975e6d4362ebb2791c2] # # patch "debian/changelog" # from [dcea01d70bcb68ff7ab1cc1ac617f32efb0ac128] # to [6cbfe4c6c4691d00e6312929966a99a82fb25f0e] # # patch "debian/copyright" # from [63a0c6edffa71c397b2ffec118bfccb802619274] # to [634486517add577f1c6f9972ed8c8c795ea02fa8] # # patch "monotone.spec" # from [0f11d35fc0ed4ad75e9d2233c74bdb4668fa5815] # to [1619421422b66900ee8324ed77c7c82f34d0752d] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,11 @@ +2005-05-03 Nathaniel Smith + + * UPGRADE: Mention upgrading from 0.18. + * debian/copyright: Re-sync with AUTHORS. + * win32/monotone.iss, monotone.spec, debian/changelog: Bump + version numbers to 0.19. + * NEWS: Finish updating for 0.19. + 2005-05-03 Jon Bright * win32/monotone.iss: Bump version to 0.19 --- NEWS +++ NEWS @@ -1,10 +1,12 @@ -???????????????????????????? +Tue May 3 00:31:37 PDT 2005 0.19 release. performance improvements, features, ui improvements, and bug fixes. - many operations sped up by another factor of 2 or better. - special thanks to Matt Johnston . + - first steps towards automated benchmarking. Thanks + to Timothy Brownawell . - new major features: - "annotate" command; still requires optimization. Thanks to Emile Snyder . @@ -47,7 +49,7 @@ no rule that such options must appear after the command on the command line, though). Thanks to Richard Levitte . - - many bug fixes: + - bug fixes: - many cvs_import bugs fixed. Special thanks to Jon Bright , Emile Snyder , Hansjoerg Lipp @@ -72,6 +74,7 @@ - many others... - fantastic emacs integration in contrib/monotone.el. Thanks to Harley Gorrell . + - 45 new integration tests. total line coverage: ~84%. - upgrading from 0.18: database and working copies are fully compatible. NOTE that the configuration file --- UPGRADE +++ UPGRADE @@ -1,7 +1,9 @@ upgrading monotone to 0.18 ========================== if you are upgrading from: + - 0.18: 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. - 0.15 or 0.16: see below --- debian/changelog +++ debian/changelog @@ -1,3 +1,9 @@ +monotone (0.19-1) unstable; urgency=low + + * New upstream release + + -- nathaniel smith Tue, 03 May 2005 00:33:14 -0700 + monotone (0.18-1) unstable; urgency=low * New upstream release --- debian/copyright +++ debian/copyright @@ -53,14 +53,19 @@ Christian Kollee Faheem Mitha Neil Conway - Wojciech Miłkowski + Wojciech Miłkowski Georg-W. Koltermann Daniel Berlin Jon Bright Corey Halpin Jeremy Cowgar + Martin Dvorak + Emile Snyder + Sebastian Spaeth + Joel Reed + Timothy Brownawell + Matthew Gregan - supporting files: ----------------- --- monotone.spec +++ monotone.spec @@ -1,6 +1,6 @@ Summary: monotone is a distributed version control tool Name: monotone -Version: 0.18 +Version: 0.19 Release: 1 License: GPL Group: Development/Tools @@ -62,6 +62,9 @@ %changelog +* Tue May 3 2005 nathaniel smith +- 0.19 release + * Sun Apr 10 2005 nathaniel smith - 0.18 release