<?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</title>
	<atom:link href="http://www.libssh.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.libssh.org</link>
	<description>The SSH Library!</description>
	<lastBuildDate>Tue, 13 Jul 2010 08:49:59 +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.5</title>
		<link>http://www.libssh.org/2010/07/13/libssh-0-4-5/</link>
		<comments>http://www.libssh.org/2010/07/13/libssh-0-4-5/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 08:49:59 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=124</guid>
		<description><![CDATA[This is a new libssh release which fixes the poll(2)-emulation on Windows and adds an option to bind the client to an ip address. If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions. You can download [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new libssh release which fixes the poll(2)-emulation on Windows and adds an option to bind the client to an ip address.</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.5 <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 option to bind a client to an ip address.</li>
<li>Fixed the ssh socket polling function.</li>
<li>Fixed Windows related bugs in bsd_poll().</li>
<li>Fixed serveral build warnings.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/07/13/libssh-0-4-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>libssh 0.4.4</title>
		<link>http://www.libssh.org/2010/06/01/libssh-0-4-4/</link>
		<comments>http://www.libssh.org/2010/06/01/libssh-0-4-4/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 08:36:54 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=118</guid>
		<description><![CDATA[This is a new libssh release which fixes a null-termination problem in the tilde expand function and applying the options. If you are new to libssh read the API reference how to get started. Please join our mailing list or visit our irc channel if you have questions. You can download libssh 0.4.4 here. For [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new libssh release which fixes a null-termination problem in the tilde expand function and applying the options.</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.4 <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>Fixed a bug in the expand function for escape sequences.</li>
<li>Fixed a bug in the tilde expand function.</li>
<li>Fixed a bug in setting the options.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/06/01/libssh-0-4-4/feed/</wfw:commentRss>
		<slash:comments>12</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.2</title>
		<link>http://www.libssh.org/2010/03/15/libssh-0-4-2/</link>
		<comments>http://www.libssh.org/2010/03/15/libssh-0-4-2/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:02:06 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=107</guid>
		<description><![CDATA[This is a new minor libssh release which fixes some bugs and adds some small features like setting the owner and group in the sftp attributes if we talk to an openssh server. This version fixes some bugs discovered with KDE SC 4.4.1. This version of libssh has official Windows support. The KDE Windows team [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new minor libssh release which fixes some bugs and adds some small features like setting the owner and group in the sftp attributes if we talk to an openssh server. This version fixes some bugs discovered with <a href="http://www.kde.org/announcements/4.4/">KDE SC 4.4.1</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.2 <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 owner and group information in sftp attributes.</li>
<li>Added missing SSH_OPTIONS_FD option.</li>
<li>Added printout of owner and group in the sftp example.</li>
<li>Added a prepend function for ssh_list.</li>
<li>Added send back replies to openssh&#8217;s keepalives.</li>
<li>Fixed documentation in scp code</li>
<li>Fixed longname parsing, this only workings with readdir.</li>
<li>Fixed and added support for several identity files.</li>
<li>Fixed sftp_parse_longname() on Windows.</li>
<li>Fixed a race condition bug in ssh_scp_close()</li>
<li>Remove config support for SSHv1 Cipher variable.</li>
<li>Rename ssh_list_add to ssh_list_append.</li>
<li>Rename ssh_list_get_head to ssh_list_pop_head</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2010/03/15/libssh-0-4-2/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>KDE uses libssh</title>
		<link>http://www.libssh.org/2009/10/01/kde-uses-libssh/</link>
		<comments>http://www.libssh.org/2009/10/01/kde-uses-libssh/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 08:07:44 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=78</guid>
		<description><![CDATA[The KDE project uses libssh for their kio_sftp implementation now. The new kio slave based on libssh will be released with KDE 4.4.0. As the implementation works fairly well, openSUSE has backported the patches to their KDE 4.3 release which is available in the openSUSE Build Service and will be released with openSUSE 11.2. More [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.kde.org/">KDE</a> project uses libssh for their kio_sftp implementation now. The new kio slave based on libssh will be released with KDE 4.4.0. As the implementation works fairly well, <a href="http://www.opensuse.org/">openSUSE</a> has backported the patches to their KDE 4.3 release which is available in the <a href="http://build.opensuse.org/">openSUSE Build Service</a> and will be released with <a href="http://en.opensuse.org/OpenSUSE_11.2">openSUSE 11.2</a>. More features will be added as soon as libssh 0.4 is released. The first release candidates will follow soon.</p>
<p>With the help of the <a href="http://windows.kde.org/">KDE Team</a> we have official support for Windows and MSVC now. The KDE Team checks regularly if the latest development version compiles and works. We will offer this support with the upcoming release of libssh, version 0.4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/10/01/kde-uses-libssh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>libssh 0.3.4</title>
		<link>http://www.libssh.org/2009/09/15/libssh-0-3-4/</link>
		<comments>http://www.libssh.org/2009/09/15/libssh-0-3-4/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 08:21:33 +0000</pubDate>
		<dc:creator>gladiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.libssh.org/?p=69</guid>
		<description><![CDATA[This is a security and bugfix release of libssh. We had some crash bugs in the server code and a stack overflow in the agent code. We recommend to update to this version. This is the most stable version of libssh and should be the last of the 0.3 branch. If you are new to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a security and bugfix release of libssh. We had some crash bugs in the server code and a stack overflow in the agent code. We recommend to update to this version. This is the most stable version of libssh and should be the last of the 0.3 branch.</p>
<p>If you are new to libssh read the <a href="http://dev.libssh.org/wiki/Tutorial" target="_blank">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.<br />
You can download libssh 0.3.4 <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 ssh_basename() and ssh_dirname().</li>
<li>Added a portable ssh_mkdir function().</li>
<li>Added a sftp_tell64() function.</li>
<li>Added missing NULL pointer checks to crypt_set_algorithms_server.</li>
<li>Fixed ssh_write_knownhost if ~/.ssh doesn&#8217;t exist.</li>
<li>Fixed a possible integer overflow in buffer_get_data().</li>
<li>Fixed possible security bug in packet_decrypt().</li>
<li>Fixed a possible stack overflow in agent code.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libssh.org/2009/09/15/libssh-0-3-4/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
