# # # patch "ChangeLog" # from [88f535da77a3d6944b6721232ddf18840e4a92db] # to [dfe7483ea0fb8d0d8d00e25c63389c096de67455] # # patch "NEWS" # from [f564158219d07affd4e05ce10fd131f87157387f] # to [c044d60cb2e60e95c084e4f5a194104124fd6571] # ============================================================ --- ChangeLog 88f535da77a3d6944b6721232ddf18840e4a92db +++ ChangeLog dfe7483ea0fb8d0d8d00e25c63389c096de67455 @@ -1,3 +1,7 @@ +2006-02-11 Nathaniel Smith + + * NEWS: Add mention of validate_commit_message. + 2006-02-11 Blake Kaplan * monotone.texi (Hooks): Added new subsection about validation ============================================================ --- NEWS f564158219d07affd4e05ce10fd131f87157387f +++ NEWS c044d60cb2e60e95c084e4f5a194104124fd6571 @@ -1,4 +1,4 @@ -???????????????????????????? +Sat Feb 11 13:32:51 PST 2006 0.26pre2 release. Inching towards 0.26. If you are using 0.25 or earlier, then make sure to read the very important @@ -19,6 +19,11 @@ Existing databases can be converted by performing a database vacuum ('monotone db execute vacuum'). + New features: + + - New hook validate_commit_message -- use to verify that all + commit messages meet arbitrary user-defined rules. + UI improvements: - rename (and mv) commands now accept a broader range of @@ -44,6 +49,11 @@ - In 'log', --no-merges is now the default, use --merges to override. + Bugs: + + - 'serve' with no --bind should now work on systems where the + C library has IPv6 support, but the kernel does not. + Other: - Better detection when users have not run "rosterify", and more helpful suggestions on what to do in this case.