The unified diff between revisions [d43f812d..] and [2235bcdf..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'ChangeLog'
# # # patch "ChangeLog" # from [35e27c7c13b9eaa89a3e64071fc9b3194ffcfd3f] # to [345c085f01768304628331900de5b92dd42745b0] # ============================================================ --- ChangeLog 35e27c7c13b9eaa89a3e64071fc9b3194ffcfd3f +++ ChangeLog 345c085f01768304628331900de5b92dd42745b0 @@ -1,3 +1,66 @@ +2006-02-11 Matt Johnston <matt@ucc.asn.au> + + * database.hh: increase checkpoint batch size from 100 to 1000 + +2006-02-11 Matt Johnston <matt@ucc.asn.au> + + * NEWS: Fix rename example. + +2006-02-11 Richard Levitte <richard@levitte.org> + + * NEWS: Update with the netsync change. + +2006-02-11 Nathaniel Smith <njs@pobox.com> + + * NEWS: Draft for 0.26pre2. + +2006-02-11 Richard Levitte <richard@levitte.org> + + * netsync.cc (serve_connections): Enclose more or less everything + in a try-catch block to catch if using IPv6 failed, and to try + with just IPv4 in that case. This is important for those who + copy a IPv6-enabled binary to a system that doesn't use IPv6. + + * po/sv.po: Adapt translation to the newly changed messages. + +2006-02-10 Derek Scherger <derek@echologic.com> + + * tests/t_drop_missing.at: + * tests/t_rename.at: + * work.cc (visit_file): attempt to improve a couple of messages; + remove some unrequired \n's + +2006-02-10 Derek Scherger <derek@echologic.com> + + * netsync.cc (process_anonymous_cmd, process_auth_cmd): don't + report misleading permission denied errors for branches that are + not being served + * paths.cc (find_and_go_to_workspace): delete stale comment + * tests/t_netsync_permissions.at: add test pull of branch that is + not served + +2006-02-10 Richard Levitte <richard@levitte.org> + + * monotone.texi (Hooks): Change the example for + get_revisions_cert_trust to check "branch" certs instead of + "ancestor" ones, and thereby match the effect of the "approve" + command. + +2006-02-10 Matt Johnston <matt@ucc.asn.au> + + * commands.cc (CMD(checkout)): wrapping in a transaction makes + a big difference. + +2006-02-09 Nathaniel Smith <njs@pobox.com> + + * Makefile.am (SQLITE_SOURCES): Remove header files lost in + latest SQLite upstream import. + +2006-02-09 Graydon Hoare <graydon@pobox.com> + + * lua.cc (hook_validate_commit_message): make validated the + default. + 2006-02-09 Richard Levitte <richard@levitte.org> * tests/t_cvsimport.at, tests/t_cvsimport3.at, @@ -41,6 +104,15 @@ 2006-02-08 Richard Levitte <richard@le * commands.cc (ls_changed, CMD(list)): Add a new command, "list changed", to list changed files, always sorted in lexical order. +2006-02-06 Blake Kaplan <mrbkap@gmail.com> + + * commands.cc CMD(commit): Call a new lua hook to validate the commit + message. Don't ignore -m "" when it's passed on the command line. + * lua.cc, lua.hh: Add a new hook that validates a given commit message + and passes in the added files, deleted files, and modified files. + * std_hooks.lua: Give a default hook to validate commit messages. This + currently disallows empty messages, as monotone currently does. + 2006-02-05 BenoƮt Dejean <benoit@placenet.org> * ui.cc (tick_write_count::write_ticks): Reverted lexical_cast,