# # # patch "NEWS" # from [79dc2318cfeb939450efcbeca082ecf43484ca14] # to [7c6a6cfd1ef4869eea14ff78dfeff6c0356ca671] # # patch "UPGRADE" # from [463ca027f786b7c1580f93327849a22aeed3a7ff] # to [7f8153ee3d9dc75600acb17d31a72407a5ce8316] # ============================================================ --- NEWS 79dc2318cfeb939450efcbeca082ecf43484ca14 +++ NEWS 7c6a6cfd1ef4869eea14ff78dfeff6c0356ca671 @@ -4,6 +4,10 @@ Xxx Xxx 99 99:99:99 UTC 2010 Changes + - Monotone now tracks file size information. Please execute + 'mtn db migrate' to migrate the database scheme and refresh the + file size cache. + - The changelog editor format was simplified; user entered text is back at the top of file and the instructions have been reduced. The edited text is saved now even if a commit is canceled. @@ -194,8 +198,14 @@ Xxx Xxx 99 99:99:99 UTC 2010 collide however with single-worded ones and are best expanded from abbreviations, in this case '--isc'. - - New automate command 'checkout' + - New automate command 'checkout' which works just as its + non-automate counterpart. + - New automate commands 'get_extended_manifest_of', which prints + a beefed-up manifest format with file size other change information, + as well as 'get_file_size', which prints the recorded file size + of a specific file. + - New automate commands 'put_public_key', 'get_public_key' and 'drop_public_key'. (closes monotone bug #30345) ============================================================ --- UPGRADE 463ca027f786b7c1580f93327849a22aeed3a7ff +++ UPGRADE 7f8153ee3d9dc75600acb17d31a72407a5ce8316 @@ -16,18 +16,10 @@ If you are upgrading from: will be described there, not here. If you are upgrading from: - - 0.45 or earlier: The database format has changed. You must run + - 0.48 or earlier: The database format has changed. You must run (after remembering to take a backup copy): $ mtn -d mydb.mtn db migrate on each of your databases. - - 0.44 or earlier: The database format has changed. You must run - (after remembering to take a backup copy): - $ mtn -d mydb.mtn db migrate - on each of your databases. - - 0.39 or earlier: The database format has changed. You must run - (after remembering to take a backup copy): - $ mtn -d mydb.mtn db migrate - on each of your databases. - 0.31 or earlier: The database format has changed. You must run (after remembering to take a backup copy): $ mtn -d mydb.mtn db migrate