# # # patch "Changes" # from [24602d4b0bf63a1c0a8b9ef902b1dab89b609e4e] # to [2d633b96fb6249365aa3e45d1999e7d3b9b74be1] # # patch "README" # from [5919262bb51d0c0fc5c987ff28d298e1e439be35] # to [fd242feb91a09d370489264bfb28017843d617dd] # ============================================================ --- Changes 24602d4b0bf63a1c0a8b9ef902b1dab89b609e4e +++ Changes 2d633b96fb6249365aa3e45d1999e7d3b9b74be1 @@ -1,5 +1,25 @@ Revision history for Perl extension Mono Revision history for Perl extension Monotone::AutomateStdio. +0.05 Fri Jun 5 17:49:00 2009 Anthony Cooper + - Updated for Monotone version 0.44: + - Added support for the w: selector (feature MTN_W_SELECTOR). + - Modified the genkey() and keys() methods to cope with the common + single hash as against separate private and public ones (feature + MTN_COMMON_KEY_HASH). + - The type field has been dropped from the records returned by the + keys() method. It wasn't really needed as only one field is sometimes + not available. + - Updated mtn-tester so as to reduce avoidable churn in the test output + and to also correctly deal with the data returned by the + get_revision() method. + - Updated and tidied up the POD documentation to reflect the above + changes. + - Now supports the conversion of UTF-8 data into and out of Perl's + internal UTF-8 string format for data read in from and sent out to + the mtn subprocess. + - Added a suppress_utf8_conversion() meoth for disabling the above + conversion if so desired. + 0.04 Sun May 3 19:19:00 2009 Anthony Cooper - Updated for Monotone version 0.43, (added support for the m: and u: selectors). ============================================================ --- README 5919262bb51d0c0fc5c987ff28d298e1e439be35 +++ README fd242feb91a09d370489264bfb28017843d617dd @@ -1,5 +1,5 @@ -Monotone::AutomateStdio Version 0.4 -=================================== +Monotone::AutomateStdio Version 0.05 +==================================== This is a Perl library module for accessing Monotone's automate stdio interface. Monotone is a distributed, change-set, based VCS system. It has a