Skip to content

Commit a7e8d65

Browse files
author
Pan
committed
Re-generated all C files for latest Cython version.
Updated all classes and functions to raise appropriate exceptions for all known error codes. Removed SFTP exceptions with no libssh2 error code equivalent. Removed duplicate libssh2 definitions in c_ssh2.pxd
1 parent 3499209 commit a7e8d65

25 files changed

+8353
-7464
lines changed

Changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Change Log
22
=============
33

4+
0.14.0
5+
+++++++
6+
7+
Changes
8+
--------
9+
10+
* ``SFTP``, ``SFTPHandle``, ``Listener`` and ``PublicKeySystem`` functions updated to raise specific exceptions for all known ``libssh2`` errors.
11+
* Removed exceptions ``SFTPHandleError``, ``SFTPBufferTooSmall`` and ``SFTPIOError`` that do not have corresponding ``libssh2`` error codes.
12+
* Re-generated all C code with latest Cython release.
13+
14+
Fixes
15+
------
16+
17+
* Removed duplicate definitions in ``c_ssh2.pxd``.
18+
19+
420
0.13.0
521
+++++++
622

0 commit comments

Comments
 (0)