# # patch "ChangeLog" # from [0fcd985694ab494bab08d109fbccff0830bba6bf] # to [17e348c86b7b6e1c6941ff642f6d4031c015afaf] # # patch "NEWS" # from [ddc65d2453cf32d6df8dd430fa7a70f32ea13910] # to [46f3294869eacbdd1530f99dda97e78ae2b6d14f] # ======================================================================== --- ChangeLog 0fcd985694ab494bab08d109fbccff0830bba6bf +++ ChangeLog 17e348c86b7b6e1c6941ff642f6d4031c015afaf @@ -1,5 +1,10 @@ 2005-09-30 Nathaniel Smith + * NEWS: More additions (mention MM and the problems paths.cc will + cause for colinux folks). + +2005-09-30 Nathaniel Smith + * Makefile.am (MOST_SOURCES): Add hash_map.hh. (BOTAN_SOURCES): Add botan/charset.h. ======================================================================== --- NEWS ddc65d2453cf32d6df8dd430fa7a70f32ea13910 +++ NEWS 46f3294869eacbdd1530f99dda97e78ae2b6d14f @@ -38,11 +38,23 @@ ) - when handling many branches (Marcel van der Boom ) + - new system to allow crash logs to contain not just execution + traces, but also dumps of data being handled when the error + was detected -- greatly improves debuggability of user + crashes. - complete rework of path handling code, for clarity, robustness, and speed. No user visible changes, except for the many bugs fixed. (Special thanks to Matthew Gregan and Grahame Bowland .) + - however, if you have non-normalized paths in your history + (symptom: fresh pulls with 0.18 work, but fresh pulls with + 0.19 do not), then 0.23 will report an error and refuse to + handle the affected revisions. Since it is believed this + only affects one project, and to conserve core developer + time, implementing a migration was put off for now. If + this causes problems or for more details, please send an + email to address@hidden - as always, many small bug fixes, speedups, and improved messages.