# # # patch "NEWS" # from [59cb131e22bd210179f817c5887b4b5a8d60377b] # to [feacc19a429de078b4484a3630716da26d9ec877] # ============================================================ --- NEWS 59cb131e22bd210179f817c5887b4b5a8d60377b +++ NEWS feacc19a429de078b4484a3630716da26d9ec877 @@ -1,3 +1,54 @@ +xxx Dec xx xx:xx:xx UTC 2006 + + 0.32 release. + + Changes + + - "mtn serve" no longer takes patterns on the command line. + Use the permissions hooks instead. + + - author selectors no longer have implicit wildcarding + + + Speed improvements + + - faster annotate + + - heights + + + New features + + - automate content_diff + + - "mtn import" command + + - "mtn log --to" + + - netsync_note_* hooks are given much more information, + inlcuding a http/smtp/etc style status code + + - includedirpattern(dir, fileglob) function for hooks + + + Bug fixed + + - bug in "automate stdio" that would result in monotone + garbling its input in some circumstances fixed + + - spawn_redirected hook function now understands a blank + filename to mean not to redirect that stream + + - "mtn log" is now in proper topological order + + - reset options between "automate stdio" commands + + + Other + + - notes/ directory + + Sat Nov 11 11:06:44 PST 2006 0.31 release. Code cleanups and bug fixes.