CHANGES.txt in rye-0.8.4 vs CHANGES.txt in rye-0.8.5

- old
+ new

@@ -4,10 +4,19 @@ * Re-implement Rye::Rap as an Observable StringIO object for dynamic printing of output. * Fingerprints: ssh-keygen -l -f id_rsa_repos.pub +#### 0.8.5 (2009-07-14) ############################# + +* CHANGE: Rye::Box#getenv now accepts an option key name +* CHANGE: When not in safe mode, method missing will execute a + method name as a shell command +* ADDED: Rye::Box#execute for running arbitrary commands when + not in safe mode + + #### 0.8.4 (2009-06-30) ############################# * FIXED: Reference to (still) non-existent net-ssh 2.0.12 is now 2.0.11 @@ -206,10 +215,10 @@ * ADDED: More helpful debug output * ADDED: hostname command to Rye::Cmd * ADDED: Rye::Box.connect now supports multiple password attempts if STDIN.tty returns true * ADDED: Rye::Box.interactive_ssh for opening an SSH session to the given box. -* CHANGE: Using OpenSSL's ssh-agent but also let's Net::SSH handle the ssh keys. +* CHANGE: Using OpenSSH's ssh-agent but also let's Net::SSH handle the ssh keys. #### 0.4.1 (2009-04-06) ############################# * FIXED: Rye::Box.authorize_keys_remote was not disabling safe mode properly