# # # patch "ChangeLog" # from [3753fd5d52f2ef6afd5bf394b05da4e472173b2a] # to [2566f3bc6487edf23be526cf1e59df711abfc466] # # patch "UPGRADE" # from [754d606a208a185f7ec5e08b5060d4bafb785395] # to [cca62fa5f9d1d95b453f00f869fa66922b8f24c5] # ============================================================ --- ChangeLog 3753fd5d52f2ef6afd5bf394b05da4e472173b2a +++ ChangeLog 2566f3bc6487edf23be526cf1e59df711abfc466 @@ -1,5 +1,7 @@ 2006-12-27 Matthew Gregan + * UPGRADE: Update for 0.32. + * netsync.cc (struct session): Fix a very minor warning: const static vs static const. @@ -8,7 +10,7 @@ 2006-12-26 Derek Scherger * unix/process.cc (is_executable, make_executable, process_spawn, ============================================================ --- UPGRADE 754d606a208a185f7ec5e08b5060d4bafb785395 +++ UPGRADE cca62fa5f9d1d95b453f00f869fa66922b8f24c5 @@ -1,4 +1,4 @@ -upgrading monotone to 0.31 +upgrading monotone to 0.32 ========================== How to read this file: @@ -16,11 +16,11 @@ If you are upgrading from: will be described there, not here. If you are upgrading from: - - 0.29 or earlier: The database format has changed. You must run: + - 0.31 or earlier: The database format has changed. You must run: $ mtn -d mydb.mtn db migrate - $ mtn -d mydb.mtn db regenerate_rosters - on each of your databases. Also, the workspace format has - changed. You must run: + $ mtn -d mydb.mtn db regenerate_caches + on each of your databases. + - 0.29 or earlier: The workspace format has changed. You must run: $ mtn migrate_workspace in each of your workspaces. - 0.25 or earlier: Please read this section carefully. We have