CHANGES.txt in rye-0.4.3 vs CHANGES.txt in rye-0.5.1

- old
+ new

@@ -2,9 +2,17 @@ TODO * Fingerprints: ssh-keygen -l -f id_rsa_repos.pub +#### 0.5.0 (2009-04-18) ############################# + +* ADDED: Rye::Box.switch_user +* ADDED: Several new commands to Rye::Cmd +* ADDED: Rye::Box.authorize_keys_local and "rye authorize-local +* FIXED: Bug in connect which prevented key-based logins for reconnections +* FIXED: Method errors in JRuby +* FIXED: Bug in Rye::Set.add_boxes pushing nils into the list of boxes #### 0.4.3 (2009-04-14) ############################# * ADDED: Rye::Box.missing_method to handle non existent commands * FIXED: All Rye::Cmd command methods accept *args to make calling consistent.