<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>libssh &#187; Release</title>
	<atom:link href="http://www.libssh.org/category/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.libssh.org</link>
	<description>The SSH Library!</description>
	<lastBuildDate>Sun, 05 Sep 2010 19:21:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>libssh 0.4.6</title>
		<link>http://www.libssh.org/2010/09/05/libssh-0-4-6/</link>
		<comments>http://www.libssh.org/2010/09/05/libssh-0-4-6/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 19:21:38 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=152</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new libssh release which fixes some problems on Windows, fixes open channel handling and keepalive.</p>
<p>If you are new to libssh read <a href="http://www.libssh.org/api/master/tutorial.html" target="_blank">The Tutorial</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.4.6 <a href="http://www.libssh.org/files/" target="_blank">here</a>. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/releases/nightly/latest/" target="_blank">here</a>. Packages for Fedora are available here and for openSUSE <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added a cleanup function to free the ws2_32 library.</li>
<li>Fixed build with gcc 3.4.</li>
<li>Fixed the Windows build on Vista and newer.</li>
<li>Fixed the usage of WSAPoll() on Windows.</li>
<li>Fixed &#8220;@deprecated&#8221; in doxygen</li>
<li>Fixed some mingw warnings.</li>
<li>Fixed handling of opened channels.</li>
<li>Fixed keepalive problem on older openssh servers.</li>
<li>Fixed testing for big endian on Windows.</li>
<li>Fixed the Windows preprocessor macros and defines.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/09/05/libssh-0-4-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>libssh 0.4.3</title>
		<link>http://www.libssh.org/2010/05/18/libssh-0-4-3/</link>
		<comments>http://www.libssh.org/2010/05/18/libssh-0-4-3/#comments</comments>
		<pubDate>Tue, 18 May 2010 07:21:31 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[bugfix]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=112</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>If you are new to libssh read the <a href="http://dev.libssh.org/doxygen" target="_blank">API reference</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.</p>
<p>You can download libssh 0.4.3 <a href="http://www.libssh.org/files/" target="_blank">here</a>. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/releases/nightly/latest/" target="_blank">here</a>. Packages for Fedora are available here and for openSUSE <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added global/keepalive responses.</li>
<li>Added runtime detection of WSAPoll() for Vista and Windows 7.</li>
<li>Added a select(2) based poll-emulation if poll(2) is not available.</li>
<li>Added a function to expand an escaped string.</li>
<li>Added a function to expand the tilde from a path.</li>
<li>Added a proxycommand support.</li>
<li>Added ssh_privatekey_type public function</li>
<li>Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR.</li>
<li>Fixed sftp_chown.</li>
<li>Fixed sftp_rename on protocol version 3.</li>
<li>Fixed a blocking bug in channel_poll.</li>
<li>Fixed config parsing wich has overwritten user specified values.</li>
<li>Fixed hashed [host]:port format in knownhosts</li>
<li>Fixed Windows build.</li>
<li>Fixed doublefree happening after a negociation error.</li>
<li>Fixed aes*-ctr with <= OpenSSL 0.9.7b.</li>
<li>Fixed some documentation.</li>
<li>Fixed exec example which has broken read usage.</li>
<li>Fixed broken algorithm choice for server.</li>
<li>Fixed a typo that we don&#8217;t export all symbols.</li>
<li>Removed the unneeded dependency to doxygen.</li>
<li>Build examples only on the Linux plattform.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/05/18/libssh-0-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libssh 0.4.1</title>
		<link>http://www.libssh.org/2010/02/13/libssh-0-4-1/</link>
		<comments>http://www.libssh.org/2010/02/13/libssh-0-4-1/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 14:48:16 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=102</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new minor libssh release which fixes some bugs we found since the last release. This version fixes some bugs discovered with <a href="http://www.kde.org/announcements/4.4/">KDE SC 4.4</a>.</p>
<p>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!</p>
<p>If you are new to libssh read the <a href="http://dev.libssh.org/doxygen" target="_blank">API reference</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.<br />
You can download libssh 0.4.1 <a href="http://www.libssh.org/files/" target="_blank">here</a>. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/releases/nightly/latest/" target="_blank">here</a>. Packages for Fedora are available here and for openSUSE <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added support for aes128-ctr, aes192-ctr and aes256-ctr encryption.</li>
<li>Added an example for exec.</li>
<li>Added private key type detection feature in privatekey_from_file().</li>
<li>Fixed zlib compression fallback.</li>
<li>Fixed kex bug that client preference should be prioritary</li>
<li>Fixed known_hosts file set by the user.</li>
<li>Fixed a memleak in channel_accept().</li>
<li>Fixed underflow when leave_function() are unbalanced</li>
<li>Fixed memory corruption in handle_channel_request_open().</li>
<li>Fixed closing of a file handle case of errors in privatekey_from_file().</li>
<li>Fixed ssh_get_user_home_dir() to be thread safe.</li>
<li>Fixed the doxygen documentation.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/02/13/libssh-0-4-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>libssh 0.4.0</title>
		<link>http://www.libssh.org/2009/12/10/libssh-0-4-0/</link>
		<comments>http://www.libssh.org/2009/12/10/libssh-0-4-0/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:56:00 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=84</guid>
		<description><![CDATA[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&#8217;t have to break the API in future. You can find more information on this page. This [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8217;t have to break the API in future. You can find more information on <a href="http://www.libssh.org/compat_reports/libssh/0.3.4_to_0.4.0/abi_compat_report.html" target="_blank">this page</a>. This version will be required by KDE SC 4.4 to get kio_sftp working.</p>
<p>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!</p>
<p>If you are new to libssh read the <a href="http://dev.libssh.org/doxygen" target="_blank">API reference</a> how to get started. Please <a href="http://www.libssh.org/communication/" target="_blank">join our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions.<br />
You can download libssh 0.4.0 <a href="http://www.libssh.org/files/" target="_blank">here</a>. For Windows binaries we suggest to use the MSVC and MinGW binaries from the KDE Windows project <a href="http://winkde.org/pub/kde/ports/win32/releases/nightly/latest/" target="_blank">here</a>. Packages for Fedora are available here and for openSUSE <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added scp support.</li>
<li>Added support for sending signals (RFC 4254, section 6.9).</li>
<li>Added MSVC support.</li>
<li>Added support for ~/.ssh/config.</li>
<li>Added sftp extension support.</li>
<li>Added X11 forwarding support for client.</li>
<li>Added forward listening.</li>
<li>Added support for openssh extensions (statvfs, fstatvfs).</li>
<li>Added a cleaned up interface for setting options.</li>
<li>Added a generic way to handle sockets asynchronously.</li>
<li>Added logging of the sftp flags used to open a file.</li>
<li>Added full poll() support and poll-emulation for win32.</li>
<li>Added missing 64bit functions in sftp.</li>
<li>Added support for ~/ and SSH_DIR/ in filenames instead of %s/.</li>
<li>Fixed Fix channel_get_exit_status bug.</li>
<li>Fixed calltrace logging to make it optional.</li>
<li>Fixed compilation on Solaris.</li>
<li>Fixed resolving of ip addresses.</li>
<li>Fixed libssh compilation without server support.</li>
<li>Fixed possible memory corruptions (ticket #14).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/12/10/libssh-0-4-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>libssh 0.3.3</title>
		<link>http://www.libssh.org/2009/08/19/libssh-0-3-3/</link>
		<comments>http://www.libssh.org/2009/08/19/libssh-0-3-3/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 08:15:11 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[bugfix]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=64</guid>
		<description><![CDATA[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 a [...]]]></description>
			<content:encoded><![CDATA[<p>This is the next bugfix release of libssh. Version 0.3.3 just fixes some bugs found during <a href="http://www.kde.org/">kio_sftp</a> development which uses libssh now.</p>
<p>We created a <a href="http://dev.libssh.org/wiki/Tutorial" target="_blank">tutorial</a> how to get started with libssh. Please <a href="http://www.libssh.org/communication/" target="_blank">join  our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions. You can download libssh 0.3.3 <a href="http://www.libssh.org/files/" target="_blank">here</a> along with a NSIS installer for Windows. Packages for openSUSE and Fedora are available <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Fixed double free pointer crash in dsa_public_to_string.</li>
<li>Fixed channel_get_exit_status bug.</li>
<li>Fixed ssh_finalize which didn&#8217;t clear the flag.</li>
<li>Fixed memory leak introduced by previous bugfix.</li>
<li>Fixed channel_poll broken when delayed EOF recvd.</li>
<li>Fixed stupid &#8220;can&#8217;t parse known host key&#8221; bug.</li>
<li>Fixed possible memory corruption (ticket #14).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/08/19/libssh-0-3-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libssh 0.3.2</title>
		<link>http://www.libssh.org/2009/08/04/libssh-0-3-2/</link>
		<comments>http://www.libssh.org/2009/08/04/libssh-0-3-2/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 16:49:24 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[bugfix]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=55</guid>
		<description><![CDATA[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 for [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>We created a <a href="http://dev.libssh.org/wiki/Tutorial" target="_blank">tutorial</a> how to get started with libssh. Please <a href="http://www.libssh.org/communication/" target="_blank">join  our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a> if you have questions. You can download libssh 0.3.2 <a href="http://www.libssh.org/files/" target="_blank">here</a> along with a NSIS installer for Windows. Packages for openSUSE and Fedora are available <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p>The ABI compliance report for the library from version 0.3.1 to 0.3.2  can be found <a href="http://www.libssh.org/compat_reports/libssh/0.3.1_to_0.3.2/abi_compat_report.html" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added ssh_init() function.</li>
<li>Added sftp_readlink() function.</li>
<li>Added sftp_symlink() function.</li>
<li>Fixed ssh_write_knownhost().</li>
<li>Fixed compilation on Solaris.</li>
<li>Fixed SSHv1 compilation.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/08/04/libssh-0-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libssh 0.3.1</title>
		<link>http://www.libssh.org/2009/07/14/libssh-0-3-1/</link>
		<comments>http://www.libssh.org/2009/07/14/libssh-0-3-1/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 09:03:28 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[bugfix]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=50</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>Today we present libssh 0.3.1 which is a bugfix release.</p>
<p>Please let us know if there is documentation unclear or missing. Please <a href="http://www.libssh.org/communication/" target="_blank">join<br />
our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a>. You can download libssh 0.3.1 <a href="http://www.libssh.org/files/" target="_blank">here</a> along with a NSIS installer for Windows. Packages for openSUSE and Fedora are available <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added return code SSH_SERVER_FILE_NOT_FOUND.</li>
<li>Fixed compilation of SSHv1.</li>
<li>Fixed several memory leaks.</li>
<li>Fixed possible infinite loops.</li>
<li>Fixed a possible crash bug.</li>
<li>Fixed build warnings.</li>
<li>Fixed cmake on BSD.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/07/14/libssh-0-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libssh 0.3</title>
		<link>http://www.libssh.org/2009/05/21/libssh-3/</link>
		<comments>http://www.libssh.org/2009/05/21/libssh-3/#comments</comments>
		<pubDate>Thu, 21 May 2009 14:05:03 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=30</guid>
		<description><![CDATA[It&#8217;s done! After several month of hard work we have a new release of libssh. Version 0.3 has a lot of small and major changes. The API has been improved and by this we had to break the API and ABI compability. New functions: channel_read_buffer, channel_get_exit_status, ssh_auth_list, ssh_userauth_agent_pubkey, ssh_get_hexa, ssh_version Changed functions: channel_read, ssh_get_pubkey_hash, privatekey_free, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s done! After several month of hard work we have a new release of libssh.<br />
Version 0.3 has a lot of small and major changes. The API has been improved and<br />
by this we had to break the API and ABI compability.</p>
<p><em>New functions:</em><br />
channel_read_buffer, channel_get_exit_status, ssh_auth_list,<br />
ssh_userauth_agent_pubkey, ssh_get_hexa, ssh_version</p>
<p><em>Changed functions:</em><br />
channel_read, ssh_get_pubkey_hash, privatekey_free, try_publickey_from_file,<br />
ssh_options_*</p>
<p>Please let us know if there is documentation unclear or missing. Please <a href="http://www.cerkinfo.be/cgi-bin/mailman/listinfo/libssh" target="_blank">join<br />
our mailing list</a> or <a href="irc://irc.freenode.net/libssh">visit our irc channel</a>. You can download libssh 0.3 <a href="http://www.libssh.org/files/" target="_blank">here</a> along with a NSIS installer for Windows. Packages for openSUSE and Fedora are available <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/" target="_blank">here</a>.</p>
<p><strong>ChangeLog:</strong></p>
<ul>
<li>Added support for ssh-agent authentication.</li>
<li>Added POSIX like sftp implementation.</li>
<li>Added error checking to all functions.</li>
<li>Added const to arguments where it was needed.</li>
<li>Added a channel_get_exit_status() function.</li>
<li>Added a channel_read_buffer() function, channel_read() is now a POSIX like function.</li>
<li>Added a more generic auth callback function.</li>
<li>Added printf attribute checking for log and error functions.</li>
<li>Added runtime function tracer support.</li>
<li>Added NSIS build support with CPack.</li>
<li>Added openssh hashed host support.</li>
<li>Added API documentation for all public functions.</li>
<li>Added asynchronous SFTP read function.</li>
<li>Added a ssh_bind_set_fd() function.</li>
<li>Fixed known_hosts parsing.</li>
<li>Fixed a lot of build warnings.</li>
<li>Fixed the Windows build.</li>
<li>Fixed a lot of memory leaks.</li>
<li>Fixed a double free corruption in the server support.</li>
<li>Fixed the &#8220;ssh_accept:&#8221; bug in server support.</li>
<li>Fixed important channel bugs.</li>
<li>Refactored the socket handling.</li>
<li>Switched to CMake build system.</li>
<li>Improved performance.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/05/21/libssh-3/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
