CHANGES.txt in rye-0.6.6 vs CHANGES.txt in rye-0.7.0
- old
+ new
@@ -2,17 +2,24 @@
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.7.0 (2009-05-30) #############################
+
+* CHANGE: Rye::Box now uses unique instance variable names to encourage using
+ instance variables in batch command blocks.
+* ADDED: Rye::Box#file_append
+
+
#### 0.6.6 (2009-05-21) #############################
* CHANGE: Key management is handled by ssh-agent again (instead of Net::SSH)
-
#### 0.6.5 (2009-05-10) #############################
* CHANGE: Default exit code is now 0 instead of -1
* CHANGE: Removed Sys (using sysinfo gem)
* CHANGE: Removed vendor/highline-1.5.1 (it's now available via gem)
@@ -35,16 +42,16 @@
#### 0.6.2 (2009-04-29) #############################
* FIXED: I forgot to add highline to the gemspec file manifest. Cripes!
-
#### 0.6.1 (2009-04-29) #############################
* ADDED: Prints message to STDERR when passwordless login fails.
* ADDED: Highline 1.5.1 to vendor to fix the Ruby 1.9 issue (Highline
1.5.1 is not released as a gem yet)
* CHANGE: Cleaned examples and links in README
+
#### 0.6.0 (2009-04-28) #############################
* FIXED: handling of Process::Status ($?) in Rye.shell
* FIXED: Removed reference to Rudy::Error in bin/rye