File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33This file is written in reverse chronological order, newer releases will
44appear at the top.
55
6- ## (Unreleased)
6+ ## ` master ` (Unreleased)
77
88 * Add your entries here, remember to credit yourself however you want to be
99 credited!
10+
11+ ## 1.7.0
12+
1013 * Update Vagrantfile to use multi-provider Hashicorp precise64 box - remove URLs. @townsen
1114 * Merge host ssh_options and Netssh defaults @townsen
1215 Previously if host-level ssh_options were defined the Netssh defaults
1316 were ignored.
17+ * Merge host ssh_options and Netssh defaults
1418 * Fixed race condition where output of failed command would be empty. @townsen
1519 Caused random failures of ` test_execute_raises_on_non_zero_exit_status_and_captures_stdout_and_stderr `
20+ Also fixes output handling in failed commands, and generally buggy output.
1621 * Remove override of backtrace() and backtrace_locations() from ExecuteError. @townsen
1722 This interferes with rake default behaviour and creates duplicate stacktraces.
23+ * Allow running local commands using ` on(:local) `
24+ * Implement the upload! and download! methods for the local backend
1825
1926## 1.6.0
2027
Original file line number Diff line number Diff line change 11module SSHKit
2- VERSION = "1.6.1 "
2+ VERSION = "1.7.0 "
33end
You can’t perform that action at this time.
0 commit comments