# # # patch "NEWS" # from [9698da922df0c146edddcc153aedc11b73e173f2] # to [a6623ad5d0fa2ba27320f68603840bec53f3c030] # ============================================================ --- NEWS 9698da922df0c146edddcc153aedc11b73e173f2 +++ NEWS a6623ad5d0fa2ba27320f68603840bec53f3c030 @@ -34,6 +34,13 @@ longer has to figure out the parent revision manually via "mtn automate parents " beforehand. + - removed the requirement for the external Boost libraries by + replacing boost.regex with PCRE (n.v.m.experiment.pcre). A + local copy of PCRE is shipped with Monotone, but one can + build Monotone against an external PCRE with Autoconf option + --with-system-pcre. Additionally, the internal of use regular + expressions were reduced, too (n.v.m.deregexp). + Bugs fixed - mtn automate heads called without a branch argument now properly