# # # patch "Changes" # from [e5919b7e75673323ef098393574e878c151789c2] # to [4fe65fe5e4041c659677172c75d185c37b1ce8a5] # # patch "README" # from [971510f7b74a79828e1e3ec2e0ae841bbb7bb4d7] # to [ee169935317fdfe62a6eff58e2708cb233ea71fe] # # patch "lib/Monotone/AutomateStdio.pm" # from [a8109904539809d02504b517b001a4eb2aba733d] # to [acd5a699797336f6cf402afb2335adec4d637607] # ============================================================ --- Changes e5919b7e75673323ef098393574e878c151789c2 +++ Changes 4fe65fe5e4041c659677172c75d185c37b1ce8a5 @@ -1,5 +1,18 @@ Revision history for Perl extension Mono Revision history for Perl extension Monotone::AutomateStdio. +0.08 Sun May 23 10:00:00 2010 Anthony Cooper + - The get_db_name() method now returns undef instead of ":memory:" when + connecting to a network service. + - Added the get_service_name() method. + - Corrected a bug where retries on locked db caused exceptions to be + thrown in the startup routine despite the retry handler successfully + dealing with the situation and waiting until the db was unlocked. + - Now stop deep recursion from happening in the above situation. + - Improved the logic in error handling inside the startup routine so + that the best error message is generated. + - Improved some exception messages and other minor code tidy-ups. + - Updates the documentation and corrected a few typos. + 0.07 Sat Feb 27 19:30:00 2010 Anthony Cooper - Added support for 0.46: - Added support for extracting the extra automate stdio data streams ============================================================ --- README 971510f7b74a79828e1e3ec2e0ae841bbb7bb4d7 +++ README ee169935317fdfe62a6eff58e2708cb233ea71fe @@ -1,4 +1,4 @@ -Monotone::AutomateStdio Version 0.07 +Monotone::AutomateStdio Version 0.08 ==================================== This is a Perl library module for accessing Monotone's automate stdio ============================================================ --- lib/Monotone/AutomateStdio.pm a8109904539809d02504b517b001a4eb2aba733d +++ lib/Monotone/AutomateStdio.pm acd5a699797336f6cf402afb2335adec4d637607 @@ -406,7 +406,7 @@ Exporter::export_ok_tags(qw(capabilities MTN_T_STREAM)]); our @EXPORT = qw(); Exporter::export_ok_tags(qw(capabilities severities streams)); -our $VERSION = 0.07; +our $VERSION = 0.08; # ############################################################################## #