Skip to content

Commit

Permalink
New release: 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
langemeijer committed Apr 15, 2023
1 parent bc958f6 commit a90d5e9
Showing 1 changed file with 28 additions and 16 deletions.
44 changes: 28 additions & 16 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,19 @@
<email>pollita@php.net</email>
<active>no</active>
</lead>
<date>2021-03-02</date>
<date>2023-04-15</date>
<version>
<release>1.3.1</release>
<release>1.4</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- 1.3.1 release only fixed the PHP >= 8.0 requirement in the package.xml. No code changes.

Changes in 1.3:

- Add ssh2_send_eof() [PR #45] (Calvin Buckley)
- PHP stream cast function for SSH channel objects for stream_select() support. [PR #38] (Robert Wolf)
- Fix for PHP 7.4 and 8 [PR #44] (Andy Postnikov and Remi Collet)
- Fixed debug and disconnected callback [PR #37] (Piotr Rogowski)
- Various stability and memory issue fixes [PR #39, #41] (Robert Wolf)
- Segfault fix for bug #79757 [PR #43] (Konrad K)
- Various stability and bug fixes #79631, #63480, #80294, #75523, #80729 [PR #46, #47, #48, #49, #50 and #51] (Christoph M. Becker)
- Add ssh2_shell_resize function [PR #55] (jentian)
- Add ssh2_auth_pubkey to allow public and private keys as strings [PR #56] (Andreas Treichel)
</notes>
<contents>
<dir name="/">
Expand All @@ -68,7 +59,8 @@
<file role="test" name="bug63480.phpt"/>
<file role="test" name="bug79631.phpt"/>
<file role="test" name="ssh2_auth.phpt"/>
<file role="test" name="ssh2_auth_key.phpt"/>
<file role="test" name="ssh2_auth_pubkey.phpt"/>
<file role="test" name="ssh2_auth_pubkey_file.phpt"/>
<file role="test" name="ssh2_connect.phpt"/>
<file role="test" name="ssh2_exec.phpt"/>
<file role="test" name="ssh2_send_eof.phpt"/>
Expand Down Expand Up @@ -98,6 +90,26 @@
<configureoption name="with-ssh2" default="autodetect" prompt="libssh2 prefix?"/>
</extsrcrelease>
<changelog>
<release>
<date>2021-03-02</date>
<version>
<release>1.3</release>
<api>1.0</api>
</version>
<notes>
- 1.3.1 release only fixed the PHP >= 8.0 requirement in the package.xml. No code changes.

Changes in 1.3:

- Add ssh2_send_eof() [PR #45] (Calvin Buckley)
- PHP stream cast function for SSH channel objects for stream_select() support. [PR #38] (Robert Wolf)
- Fix for PHP 7.4 and 8 [PR #44] (Andy Postnikov and Remi Collet)
- Fixed debug and disconnected callback [PR #37] (Piotr Rogowski)
- Various stability and memory issue fixes [PR #39, #41] (Robert Wolf)
- Segfault fix for bug #79757 [PR #43] (Konrad K)
- Various stability and bug fixes #79631, #63480, #80294, #75523, #80729 [PR #46, #47, #48, #49, #50 and #51] (Christoph M. Becker)
</notes>
</release>
<release>
<date>2019-09-17</date>
<version>
Expand Down

1 comment on commit a90d5e9

@remicollet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing on pecl, see #65

Please sign in to comment.