~ubuntu-branches/ubuntu/utopic/libnet-openssh-perl/utopic

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting, Salvatore Bonaccorso, Florian Schlichting
  • Date: 2013-04-30 23:44:13 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130430234413-ox0512zbclrs71g9
Tags: 0.60-1
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Florian Schlichting ]
* Imported Upstream version 0.60
* Email change: Florian Schlichting -> fsfs@debian.org
* Bumped Standards-Version to 3.9.4 (use copyright-format 1.0)
* Bumped copyright years
* Dropped fix_pod_spelling.patch, applied upstream
* New spelling.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Perl extension Net::OpenSSH.
2
2
 
 
3
0.60  Feb 15, 2013
 
4
        - scp_put and rsync_put where not handling correctly the case
 
5
          where glob was set but the given file patterns didn't match
 
6
          any local file (bug report by Pavel Leity).
 
7
        - $SIG{__DIE__} was not always localized before calling eval
 
8
 
 
9
0.59  Jan 31, 2013
 
10
        - release as stable
 
11
        - fix some misspellings
 
12
 
 
13
0.58_04  May 2, 2012
 
14
        - solve some git merge mistakes
 
15
 
 
16
0.58_03  May 1, 2012
 
17
        - several misspellings corrected on the docs (bug report by
 
18
          Florian Schlichting from Debian - I love these guys!)
 
19
        - don't put square brackets around IPv6 addreses when passing
 
20
          the hostname to ssh (bug report by Alexey ?)
 
21
 
 
22
0.58_02  Apr 16, 2012
 
23
        - strict_mode lets pass world-writable directories if they
 
24
          have the restricted deletion flag set
 
25
        - implement sshfs import and export methods
 
26
        - add forward_agent feature
 
27
        - do not disable ssh-agent when using password authentication
 
28
        - some documentation improvements
 
29
 
 
30
0.58_01  Jan 30, 2012
 
31
        - add new documentation section about debugging
 
32
        - new helper module Net::OpenSSH::OSTracer added
 
33
        - ConnectionCache module was missing from MANIFEST
 
34
        - correction on default_ssh_opts feature documentation
 
35
          (reported by Yann Kerhervé)
 
36
 
3
37
0.57  Dec 21, 2011
4
38
        - quote equal sign
5
39
        - do not quote commas
136
170
        - implement stdintout_dpipe_is_parent feature
137
171
 
138
172
0.51_02  Feb 10, 2011
 
173
>>>>>>> master
139
174
        - add support for test method
140
175
        - add support for dpipe feature
141
176
        - simplify _wait_for_master code