Skip to content

Commit b6faabe

Browse files
committed
Release 2.0.4
1 parent 37e90ec commit b6faabe

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.rdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 2.0.4 / 23 Nov 2009
2+
3+
* Fixed frozen string issue in StatusException.message [appoxy]
4+
5+
16
=== 2.0.3 / 17 Nov 2009
27

38
* Reference the correct Exception class when rescuing errors [Scott Tadman]

lib/net/sftp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Net; module SFTP
66
class Version < Net::SSH::Version
77
MAJOR = 2
88
MINOR = 0
9-
TINY = 3
9+
TINY = 4
1010

1111
# The current version, as a Version instance
1212
CURRENT = new(MAJOR, MINOR, TINY)

test/test_all.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $ ruby -Ilib -Itest -rrubygems test/test_all.rb
12
Dir.chdir(File.dirname(__FILE__)) do
23
Dir['**/test_*.rb'].each { |file| require(file) }
34
end

0 commit comments

Comments
 (0)