You are at the archive for the Release Category:

libssh 0.5.0

We are proud to finally announce libssh in version 0.5. It took a lot of time to get this version stable and out. We have rewritten huge parts of the libssh internals to be able to be completely async in future. The whole network design passed from synchronous calls to an event-based asynchronous …

libssh 0.4.8

This is a new libssh release which fixes some bugs and some memory leaks.

If you are new to libssh read The Tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions.

You can download libssh 0.4.8 here. For Windows binaries we suggest to use the MSVC …

libssh 0.4.7

This is a new libssh release which fixes several bugs and some memory leaks.

If you are new to libssh read The Tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions.

You can download libssh 0.4.7 here. For Windows binaries we suggest to use the MSVC …

libssh 0.4.6

This is a new libssh release which fixes some problems on Windows, fixes open channel handling and keepalive.

If you are new to libssh read The Tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions.

You can download libssh 0.4.6 here. For Windows binaries we suggest …

libssh 0.4.3

This is a new libssh release which fixes important bugs and adds some nice new features. We have rewritten the poll(2)-emulation and on Windows we check for WSAPoll() on runtime now.

If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel …

libssh 0.4.1

This is a new minor libssh release which fixes some bugs we found since the last release. This version fixes some bugs discovered with KDE SC 4.4.

This version of libssh has official Windows support. The KDE Windows team ensures that the library is correctly working with MinGW and MSVC. Thanks for this!

If you are …

libssh 0.4.0

This is a new major libssh release which provides new features, a cleaned up API interface and it will be typesafe for the future. We broke the API of serveral functions and added new ones so that we don’t have to break the API in future. You can find more information on this page. …

libssh 0.3.3

This is the next bugfix release of libssh. Version 0.3.3 just fixes some bugs found during kio_sftp development which uses libssh now.

We created a tutorial how to get started with libssh. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.3.3 here along with …

libssh 0.3.2

This is the next bugfix release of libssh. Version 0.3.2 provides four new functions: ssh_init, sftp_get_openssh_version, sftp_readlink and sftp_symlink.

We created a tutorial how to get started with libssh. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.3.2 here along with a NSIS installer …

libssh 0.3.1

Today we present libssh 0.3.1 which is a bugfix release.

Please let us know if there is documentation unclear or missing. Please join
our mailing list or visit our irc channel. You can download libssh 0.3.1 here along with a NSIS installer for Windows. Packages for openSUSE and Fedora are available here.

ChangeLog:

Added return code SSH_SERVER_FILE_NOT_FOUND.