- updated to 1.93 see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes 1.93 Jan 19, 2021 - put_content was not handling optional arguments correctly (bug report by Bas van Sisseren). 1.92_03 Oct 1, 2020 - Write buffer could grow uncontrolled after a connection lost error (bug report by Jozef Kutej, #gh17). 1.92_02 Jun 25, 2020 - Fix handling of out of order responses. 1.92_01 Jun 24, 2020 - Add support for receiving out of order responses from the server (bug report by Dimitar Kolev #rt130641 and ftumsh #rt132768). OBS-URL: https://build.opensuse.org/request/show/864704 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SFTP-Foreign?expand=0&rev=12
186 lines
6.5 KiB
Plaintext
186 lines
6.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 20 03:11:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.93
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
1.93 Jan 19, 2021
|
|
- put_content was not handling optional arguments correctly
|
|
(bug report by Bas van Sisseren).
|
|
|
|
1.92_03 Oct 1, 2020
|
|
- Write buffer could grow uncontrolled after a connection
|
|
lost error (bug report by Jozef Kutej, #gh17).
|
|
|
|
1.92_02 Jun 25, 2020
|
|
- Fix handling of out of order responses.
|
|
|
|
1.92_01 Jun 24, 2020
|
|
- Add support for receiving out of order responses from the
|
|
server (bug report by Dimitar Kolev #rt130641 and ftumsh
|
|
#rt132768).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 25 03:08:41 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.91
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 27 06:17:14 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 1.90
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
1.90 Jan 26, 2018
|
|
- Module metadata updated.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 7 16:57:48 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 1.89
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
1.89 Feb 2, 2018
|
|
- Method "ls" has an internal shortcut intended to improve
|
|
performance that was never taken (bug report and patch by
|
|
Dean West).
|
|
|
|
1.88_02 Aug 21, 2017
|
|
- Handle ECHILD errors correctly during connection setup (bug
|
|
report by Gianni Ceccarelli).
|
|
|
|
1.88_01 Jul 6, 2017
|
|
- _read_fill_cache was setting error at EOF and even dying
|
|
when in autodie mode. That affected most methods on the
|
|
FileHandle interface.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 12:36:40 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 1.87
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
1.87 Feb 10, 2017
|
|
- rget handle correctly the case where the given remote source
|
|
is a file (bug report by Mirror).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 12 13:27:45 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.86
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
1.86 Jun 10, 2016
|
|
- Some old perl versions doesn't like Errno constant subs
|
|
being called without parents. Add them.
|
|
|
|
1.85 Jun 9, 2016
|
|
- "_mkpath_local" regression: it was now failing to create any
|
|
directory at all (bug report by Douglas Wilson)
|
|
|
|
1.84_01 Jun 9, 2016
|
|
- Do not use "alarm", it doesn't play nicely with threads (bug
|
|
report by Chris Denley, #rt112101).
|
|
|
|
1.83 Jun 9, 2016
|
|
- "_mkpath_local" was broken for relative directories (bug
|
|
report by Douglas Wilson, #rt115174).
|
|
- Look for "sftp-server" in some additional common places when
|
|
testing the module (bug report by Kent Fredric).
|
|
- In "get" method, disable "overwrite" by default when "append"
|
|
is being used.
|
|
- "append" feature on "get" was depending on unspecified
|
|
behavior.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 26 10:00:53 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.81
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
1.81 Dec 20, 2015
|
|
- rerelease as stable
|
|
|
|
1.80_01 Nov 10, 2015
|
|
- mkpath was using the wrong permissions and generating a
|
|
warning (bug and solution by Boris Hartwig, #rt108658)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 10 09:11:45 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.79
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
1.79 Oct 10, 2015
|
|
- some spell-cheking testing fixes (patch by E. Choroba)
|
|
|
|
1.78_07 Oct 6, 2015
|
|
- setcwd was broken in taint mode (bug report by Julian Bridle
|
|
and E. Choroba)
|
|
|
|
1.78_06 Oct 1, 2015
|
|
- the auto resume feature in put method was broken (bug report
|
|
and fix by Denis Shirokov)
|
|
|
|
1.78_05 Aug 17, 2015
|
|
- make autodisconnect on current pid/thread the default
|
|
*** WARNING: this is a backward incompatible change!!!
|
|
- check also the thread generation match before
|
|
autodisconnecting (bug report by Harry Zhu)
|
|
|
|
1.78_04 May 14, 2015
|
|
- document test_d and test_e methods
|
|
- avoid running tests in parallel (fixes #RT101936 reported by
|
|
Karen Etheridge)
|
|
- flush and close methods now check that the file handle is
|
|
still open (bug reported by David Jack Wange Olrik,
|
|
github/#5)
|
|
|
|
1.78_03 Dec 2, 2014
|
|
- rput handling of copy_perm was broken (bug report by Karsten
|
|
Wagner Bang)
|
|
- add support for perm option in rput method
|
|
- document HP-UX password bug
|
|
|
|
1.78_02 Nov 4, 2014
|
|
- redo block size autodetection logic which should improve
|
|
performance greatly in some cases (this is a dangerous
|
|
change that could introduce regressions, report them!)
|
|
- add support for new constructor option min_block_size
|
|
- add support for check option into setcwd method (feature
|
|
request by T. Linden)
|
|
|
|
1.78_01 Jun 14, 2014
|
|
- fix more POD errors
|
|
- fix POD error (reported by Stefan Zwijsen)
|
|
- require Time::HiRes on Makefile.PL as some distributions
|
|
don't include it on the base perl distribution
|
|
- fix doc misspelling (reported by Sándor Farkas)
|
|
- add support for fsync method via fsync@openssh.com extension
|
|
- add mkpath feature
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 19:50:43 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.77
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 19:50:39 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.67
|
|
see /usr/share/doc/packages/perl-Net-SFTP-Foreign/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 17 23:03:12 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.65:
|
|
* die_on_error was broken
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 10 19:17:16 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (1.64)
|
|
|