Release Name: 1.1.1
Notes:
Net:SFTP
http://rubyforge.org/projects/net-ssh
[1.1.1] 25 Feb 2008
* Make dependency on Net::SSH explicitly less than 1.99.0 to ensure
compatibility when Net::SSH v2 is released.
* Call #connect in Session#method_missing to make sure the connection has been
established before invoking operations.
[1.1.0] 2 Jan 2006
* Undef Session#open so that it can be delegated via #method_missing (fixes
asynchronous usage of the #open operation)
* Add Driver#channel and Session#channel for more easily accessing the
underlying SSH channel.
[1.0.1] 6 Dec 2005
* "Name" packets in version 4 of the protocol were not being parsed correctly.
* The implementation of the "open" operation in v4 should have been in v5.
[1.0.0] 17 Jun 2005
* uri and open-uri interface ('net/uri/sftp' and 'net/uri/open-sftp').
* get_file and put_file write in binary mode (in Windows).
* Added an FAQ document to help in understanding how to use the library.
[0.9.0] 11 Jan 2005
* Synchronous operations now work with Ruby 1.8.1.
* Added open_handle for opening a handle within an explicit
(block-delimited) transaction.
* Added get_file and put_file convenience methods for reading directly from
and writing directly to a file.
* Moved to a subversion repository at http://www.jamisbuck.org/svn/net-sftp
[0.5.0] 2 Dec 2004
* Initial release.
Changes:
2006-02-14 08:47 jamis
* Call #connect in method_missing so that connect need not be
explicitly invoked
2006-01-02 10:03 jamis
* Update NEWS file
2005-12-26 19:05 jamis
* Add some disambiguating parentheses
2005-12-26 13:27 jamis
* Update contact email address
2005-12-26 13:24 jamis
* Undef Session#open so that Kernel#open doesn't mask the SFTP
open operation. Add getters to query the underlying SSH
channel. Version bump.
2005-12-06 10:45 jamis
* Update NEWS file
2005-12-06 10:43 jamis
* The open implementation in v4 should have been in v5.
2005-12-06 09:18 jamis
* Make copy/paste easier from rake output
2005-12-06 09:17 jamis
* "Name" packets in version 4 of the protocol were not being
parsed correctly.
2005-08-05 15:23 jamis
* Version bump
2005-08-05 15:17 jamis
* Some servers don't like the 64k chunk size (causes the
packets to be too large). Temporary fix is to just use a
default chunk size of 32k.
2005-06-17 23:13 jamis
* "remote", not "remove"
2005-06-17 23:05 jamis
* Added ChangeLog generation again
2005-06-17 23:02 jamis
* Typo
2005-06-17 23:01 jamis
* Added FAQ generation to the Rakefile. Update the NEWS file.
2005-06-17 22:54 jamis
* Added an FAQ to document the usage of the library
2005-04-03 08:31 jamis
* Net::SFTP::Exception should extend RuntimeError
2005-03-28 23:16 jamis
* Made a few tests pass that were failing on MacOS, and made
get-file and put-file read and write in binary mode.
2005-02-22 14:12 jamis
* Version bump. All that remains to do is documentation...
2005-02-22 14:11 jamis
* Added support for an open-uri interface to SFTP reads.
2005-01-11 15:42 jamis
* Added changelog.
2005-01-11 15:41 jamis
* Updated NEWS, and fixed Rakefile to not generate ChangeLog.
Rakefile will also tag current release via the "tag" task.
2005-01-11 14:52 jamis
* Added open-uri interface as a TODO.
2005-01-11 15:41 jamis
* Updated NEWS, and fixed Rakefile to not generate ChangeLog. Rakefile
will also tag current release via the "tag" task.
2005-01-11 14:52 jamis
* Added open-uri interface as a TODO.
2005-01-09 07:53 jamis
* Move from CVS
2004-12-22 10:38 minam
* Added open_handle, get_file, and put_file methods. Bumped version
to 0.9.
2004-12-11 18:29 minam
* Fixed some doc typos. Made the synchronous operations work in
Ruby 1.8.1 (they no longer require a 'return' from within a
proc).
2004-12-01 22:13 minam
* Updated NEWS file.
2004-12-01 21:58 minam
* Moved README to project root.
2004-12-01 21:49 minam
* Initial import
2004-12-01 21:49 minam
* Initial revision
|