~ubuntu-branches/ubuntu/precise/libnet-sftp-foreign-perl/precise

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-06-18 18:55:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080618185525-bnfip6qbklllevj6
Tags: 1.38+dfsg-1
* New upstream release.
* Set Standards-Version to 3.8.0; rename debian/README.Debian-source to
  debian/README.source; fix a typo in debian/README.source.
* Switch from cdbs to debhelper 7; don't install README any more; install
  samples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Net::SFTP::Foreign
2
2
 
 
3
1.38  May 20, 2008
 
4
        - add experimental support for plink command
 
5
        - on get, don't change file size passed to callback
 
6
        - on get, survive stat failure for servers with stat/readdir
 
7
          disabled (bug reported by Hussain Syed)
 
8
        - default open mode set to read
 
9
        - add support for block_size and queue_size constructor
 
10
          arguments
 
11
        - limit usage of Expect and PTYs to authentication phase (bug
 
12
          reported by Tom Warkentin)
 
13
        - honour copy_perm option in put method (bug report by Bruce
 
14
          Harold)
 
15
        - copy_perms option renamed to copy_perm for consistency
 
16
          (copy_perms still supported)
 
17
        - glob optimization
 
18
        - typo in Net::SFTP::Foreign::Common::_set_errno was not
 
19
          setting $! correctly (bug report by Rafael Kitover)
 
20
        - add debugging support to _do_io and _set_(status|error)
 
21
 
3
22
1.36  Apr 18, 2008
4
23
        - forbid usage of Net::SFTP::Foreign methods from Compat
5
24
          module (bug reported by Fred Zellinger)