CHANGES.txt in rye-0.8.5 vs CHANGES.txt in rye-0.8.6
- old
+ new
@@ -4,10 +4,15 @@
* 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.6 (2009-08-04) #############################
+
+* FIXED: SystemCallError / "Broken Pipe" error when disconnecting in JRuby 1.3
+* FIXED: CommandNotFound: nil error in Windows
+
#### 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
@@ -17,15 +22,13 @@
#### 0.8.4 (2009-06-30) #############################
* FIXED: Reference to (still) non-existent net-ssh 2.0.12 is now 2.0.11
-
#### 0.8.3 (2009-06-30) #############################
* ADDED: JRuby 1.3 support
* ADDED: Tryouts (i.e. better testing)
-
#### 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