CHANGES.txt in rye-0.8.1 vs CHANGES.txt in rye-0.8.2
- old
+ new
@@ -2,10 +2,20 @@
TODO
* Re-implement Rye::Rap as an Observable StringIO object for dynamic printing of output.
* Fingerprints: ssh-keygen -l -f id_rsa_repos.pub
-* Add S3 support for Rye::Box.upload / download
+
+
+#### 0.8.2 (2009-06-23) #############################
+
+* FIXED: Rye::Box.switch_user will disconnect but not create a new connection.
+* FIXED: Rye::Cmd#add_command hard coded argument handling for blocks
+* CHANGE: Rye::Rap#to_s now returns stdout.join($/)
+* CHANGE: Regexp workaround for remote password prompts is now case insensitive.
+* ADDED: Rye::Cmd#string_upload and Rye::Cmd#string_download
+* ADDED: Rye.shell example to README (thanks rogerdpack)
+
#### 0.8.1 (2009-06-22) #############################
* FIXED: file_upload now handles globs like a champ
* FIXED: Handling of relative paths in Rye::Box#cd and Rye::Box#[]