<?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>Dokan</title>
	<atom:link href="http://dokan-dev.net/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://dokan-dev.net/en</link>
	<description>user mode file system for windows</description>
	<lastBuildDate>Wed, 12 Jan 2011 14:14:55 +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>Dokan SSHFS 0.6.0 released</title>
		<link>http://dokan-dev.net/en/2011/01/12/dokan-sshfs-0-6-0-released/</link>
		<comments>http://dokan-dev.net/en/2011/01/12/dokan-sshfs-0-6-0-released/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 14:14:55 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[SSHFS]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=128</guid>
		<description><![CDATA[Hello, I just released Dokan SSHFS 0.6.0. This release doesn&#8217;t include a installer and doesn&#8217;t support Explorer extensions which add a context menu to mounted drive and permission setting dialog. If you want those features, please install the previous version and overwrite DokanNet.dll and DokanSSHFS.exe by files in this version. I have two troubles on [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, I just released Dokan SSHFS 0.6.0.</p>
<p>This release doesn&#8217;t include a installer and doesn&#8217;t support Explorer extensions which add a context menu to mounted drive and permission setting dialog. If you want those features, please install the previous version and overwrite DokanNet.dll and DokanSSHFS.exe by files in this version.</p>
<p>I have two troubles on the development of Dokan SSHFS.<br />
The first is SSH authentication issue. Dokan SSHFS has issues around network connection because it depends on SharpSSH library and there are some issues in that library. And I can&#8217;t fix the issues.<br />
The second is Explorer extensions. I don&#8217;t have building environment of those extension libraries, so I can&#8217;t provide any updated installer.<br />
I wish I could provide a good SSHFS application in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2011/01/12/dokan-sshfs-0-6-0-released/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
		<item>
		<title>Dokan.NET library 0.6.0 released</title>
		<link>http://dokan-dev.net/en/2011/01/12/dokan-net-library-0-6-0-released/</link>
		<comments>http://dokan-dev.net/en/2011/01/12/dokan-net-library-0-6-0-released/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 16:22:45 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=124</guid>
		<description><![CDATA[Hi, I released Dokan.NET library 0.6.0. This .NET library works with Dokan 0.6.0. I skipped some versions so that Dokan.NET uses the same version number as Dokan library. This version contains new supported features in Dokan 0.6.0. Changes from 0.3.0 - added DokanOptions.Version, DokanOptions.RemovableDrive and DokanOptions.MountPoint - added DokanRemoveMountPoint Dokan library supports 64 bit operating [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, I released Dokan.NET library 0.6.0. This .NET library works with Dokan 0.6.0. I skipped some versions so that Dokan.NET uses the same version number as Dokan library. This version contains new supported features in Dokan 0.6.0.</p>
<p>Changes from 0.3.0<br />
- added DokanOptions.Version, DokanOptions.RemovableDrive and DokanOptions.MountPoint<br />
- added DokanRemoveMountPoint</p>
<p>Dokan library supports 64 bit operating system. However, user-mode library runs as 32 bit application and Dokan.NET library is a 32 bit library. You have to configure your .NET application to run on x86 platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2011/01/12/dokan-net-library-0-6-0-released/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Dokan library 0.6.0 released</title>
		<link>http://dokan-dev.net/en/2011/01/10/dokan-library-0-6-0-released/</link>
		<comments>http://dokan-dev.net/en/2011/01/10/dokan-library-0-6-0-released/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 13:31:53 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=117</guid>
		<description><![CDATA[Happy new year. Dokan library 0.6.0 is now released. There are a lot of improvements since the last version. Dokan now supports mount point, so you can add a virtual Dokan directory under your NTFS drive. And Dokan also supports GetFileSecurity and SetFileSecurity to handle ACLs. Changes from 0.6.0 - added DOKAN_OPTIONS.Version to specify the [...]]]></description>
			<content:encoded><![CDATA[<p>Happy new year.<br />
Dokan library 0.6.0 is now released. There are a lot of improvements since the last version. Dokan now supports mount point, so you can add a virtual Dokan directory under your NTFS drive. And Dokan also supports GetFileSecurity and SetFileSecurity to handle ACLs.</p>
<p>Changes from 0.6.0<br />
- added DOKAN_OPTIONS.Version to specify the version number<br />
- supported GetFileSecurity and SetFileSecurity<br />
- supported mount point. DOKAN_OPTIONS.MountPoint.<br />
- improved memory allocation in kernel. LookasideList for IRP_ENTRY<br />
- fixed crash in Create.<br />
- fixed BSOD in query directory.<br />
- fixed file sharing (sharing a Dokan drive) on Windows 7 x64 host.<br />
- and a lot of bug fixes.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2011/01/10/dokan-library-0-6-0-released/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Dokan library 0.5.3 released</title>
		<link>http://dokan-dev.net/en/2010/07/07/dokan-library-053-released/</link>
		<comments>http://dokan-dev.net/en/2010/07/07/dokan-library-053-released/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 15:09:26 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=108</guid>
		<description><![CDATA[Hello, Dokan library 0.5.3 is now released. This version has only bug fixes. Changes from 0.5.2 - fixed memory leak in DokanCompleteCreate (dokan.sys) when Create was failed - fixed memory leak in DokanCOmpleteClose (dokan.sys) when memory allocation was failed - fixed file pointer adjustment in Read - fixed thread handles leak in DokanMain]]></description>
			<content:encoded><![CDATA[<p>Hello, Dokan library 0.5.3 is now released. This version has only bug fixes. </p>
<p>Changes from 0.5.2<br />
- fixed memory leak in DokanCompleteCreate (dokan.sys) when Create was failed<br />
- fixed memory leak in DokanCOmpleteClose (dokan.sys) when memory allocation was failed<br />
- fixed file pointer adjustment in Read<br />
- fixed thread handles leak in DokanMain</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2010/07/07/dokan-library-053-released/feed/</wfw:commentRss>
		<slash:comments>88</slash:comments>
		</item>
		<item>
		<title>Dokan library 0.5.2 released</title>
		<link>http://dokan-dev.net/en/2010/03/27/dokan-library-052-released/</link>
		<comments>http://dokan-dev.net/en/2010/03/27/dokan-library-052-released/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 10:40:34 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=102</guid>
		<description><![CDATA[I released Dokan library 0.5.2. It has been only one month since last release, yeah!. There are a lot of stability improvements, bug fixes and new feature. From this version, DOKAN_OPTION_REMOVABLE is supported. If you set this parameter in DOKAN_OPTIONS when you call DokanMain, you drive can be removed by right click context menu. Dokan [...]]]></description>
			<content:encoded><![CDATA[<p>I released Dokan library 0.5.2. It has been only one month since last release, yeah!. There are a lot of stability  improvements, bug fixes and new feature.</p>
<p>From this version, DOKAN_OPTION_REMOVABLE is supported. If you set this parameter in DOKAN_OPTIONS when you call DokanMain, you drive can be removed by right click context menu.</p>
<p>Dokan supports Windows Server 2008 and 2008R2 from this version, and now supports Windows XP, 2003, Vista, 2008, 7 x86 and Windows 2003, Vista, 7, 2008R2 x64.</p>
<p>Changes from 0.5.1<br />
- supports Windows 2008 and 2008R2<br />
- fixed BSOD in Vista x64 while filter manager operations<br />
- fixed unmount after timeout<br />
- fixed potential BSOD in IPR_MJ_CREATE<br />
- added DOKAN_OPTION_REMOVABLE<br />
- fixed BSOD while cache manager operations in Windows 2003.<br />
- improved supprot for network filesystem<br />
- fixed office 2007 issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2010/03/27/dokan-library-052-released/feed/</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>Dokan library 0.5.1 for x64 and x86 released</title>
		<link>http://dokan-dev.net/en/2010/02/23/dokan-library-051-for-x64-and-x86-released/</link>
		<comments>http://dokan-dev.net/en/2010/02/23/dokan-library-051-for-x64-and-x86-released/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 21:52:24 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=97</guid>
		<description><![CDATA[I released Dokan library 0.5.1 for Windows XP, 2003, Vista 7 x86 and Windows 2003, Vista, 7 x64. You can get it on &#8220;Download&#8221; page. The installer contains both x86 and x64 binaries. Highlight of Updates from 0.4.2 -fixed issues for Office files -fixed issues for Visual Studio -fixed issues for Dokan.NET, rename, delete, FileInfo [...]]]></description>
			<content:encoded><![CDATA[<p>I released Dokan library 0.5.1 for Windows XP, 2003, Vista 7 x86 and Windows 2003, Vista, 7 x64. You can get it on &#8220;Download&#8221; page. The installer contains both x86 and x64 binaries.</p>
<p>Highlight of Updates from 0.4.2<br />
-fixed issues for Office files<br />
-fixed issues for Visual Studio<br />
-fixed issues for Dokan.NET, rename, delete, FileInfo lock etc.<br />
-Added SetAllocationSize callback function<br />
-Added DokanResetTimeout function<br />
-Added PagingIo, SynchronousIo, Nocache and WriteToEndOfFile in DOKAN_FILE_INFO<br />
and a lot more.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2010/02/23/dokan-library-051-for-x64-and-x86-released/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Dokan library 0.5.0 released</title>
		<link>http://dokan-dev.net/en/2010/02/22/dokan-library-050-released/</link>
		<comments>http://dokan-dev.net/en/2010/02/22/dokan-library-050-released/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:31:29 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=90</guid>
		<description><![CDATA[Long time to see you. I just have released Dokan 0.5.0 for x86. As it&#8217;s more than one year since last release, Dokan 0.5.0 has a lot of improvements and updates. I rewrote the Dokan installer by using Nullsoft Scriptable Install System. You need to unistall the previous version as usual before running the latest [...]]]></description>
			<content:encoded><![CDATA[<p>Long time to see you. I just have released Dokan 0.5.0 for x86. As it&#8217;s more than one year since last release, Dokan 0.5.0 has a lot of improvements and updates. I rewrote the Dokan installer by using Nullsoft Scriptable Install System. You need to unistall the previous version as usual before running the latest installer. Please try this latest version.</p>
<p>I will release x64 version soon.</p>
<p>Dokan SSHFS doesn&#8217;t support Dokan 0.5.0. If you want to use Dokan SSHFS with Dokan 0.5.0, please see the instruction on Download page.</p>
<p>I also released Dokan.NET library 0.3.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2010/02/22/dokan-library-050-released/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Open source Dokan SSHFS</title>
		<link>http://dokan-dev.net/en/2010/01/18/open-source-dokan-sshfs/</link>
		<comments>http://dokan-dev.net/en/2010/01/18/open-source-dokan-sshfs/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:51:40 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[Dokan]]></category>
		<category><![CDATA[SSHFS]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=82</guid>
		<description><![CDATA[Today, I released Dokan SSHFS source codes under MIT license. They contain DokanSSHFS (C# SSHFS program), DokanSSHFSControl (ShellExtension to context menu), DokanSSHProperty (ShellExtension to file property) and SharpSSH (open source ssh library for C#). When you compile these codes, you need the latest Dokan library and Dokan.NET library in the repository. You can get source [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I released Dokan SSHFS source codes under MIT license.<br />
They contain DokanSSHFS (C# SSHFS program), DokanSSHFSControl (ShellExtension to context menu), DokanSSHProperty (ShellExtension to file property) and <a href="http://www.tamirgal.com/blog/page/SharpSSH.aspx">SharpSSH</a> (open source ssh library for C#). When you compile these codes, you need the latest Dokan library and Dokan.NET library in the repository.</p>
<p>You can get source codes from the Dokan SVN repository.<br />
<a href="http://code.google.com/p/dokan/source/browse/#svn/trunk/dokan_sshfs">http://code.google.com/p/dokan/source/browse/#svn/trunk/dokan_sshfs</a></p>
<p>I&#8217;m still working on new version of Dokan library, especially for x64 environment. Thank you for many patches and bug reports.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2010/01/18/open-source-dokan-sshfs/feed/</wfw:commentRss>
		<slash:comments>128</slash:comments>
		</item>
		<item>
		<title>The next release of Dokan library</title>
		<link>http://dokan-dev.net/en/2009/04/06/the-next-release-of-dokan-library/</link>
		<comments>http://dokan-dev.net/en/2009/04/06/the-next-release-of-dokan-library/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 13:49:14 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=79</guid>
		<description><![CDATA[It has been along time since I released the last version of Dokan library. The development of Dokan library is not stopped. You can see changes since last release. http://code.google.com/p/dokan/source/list In the next release, I add a new callback function SetAllocationSize and change DokanMain function. I fixed many Office 2007 specific problems. I want to [...]]]></description>
			<content:encoded><![CDATA[<p>It has been along time since I released the last version of Dokan library. The development of Dokan library is not stopped. You can see changes since last release.</p>
<p>http://code.google.com/p/dokan/source/list</p>
<p>In the next release, I add a new callback function SetAllocationSize and change DokanMain function. I fixed many Office 2007 specific problems.</p>
<p>I want to release new version soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2009/04/06/the-next-release-of-dokan-library/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>Dokan library 0.4.2 released</title>
		<link>http://dokan-dev.net/en/2008/12/31/dokan-library-042-released/</link>
		<comments>http://dokan-dev.net/en/2008/12/31/dokan-library-042-released/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 09:34:48 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
				<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=73</guid>
		<description><![CDATA[Today I released Dokan library 0.4.2 for x86. This version fixed BSOD introduced in the previous version. If you use Dokan library 0.4.1, please update to this version. Changes since 0.4.1 - Fixed BSOD when an application is launched on Dokan drive. issue]]></description>
			<content:encoded><![CDATA[<p>Today I released Dokan library 0.4.2 for x86.<br />
This version fixed BSOD introduced in the previous version. If you use Dokan library 0.4.1, please update to this version. </p>
<p>Changes since 0.4.1<br />
- Fixed BSOD when an application is launched on Dokan drive. <a href="http://code.google.com/p/dokan/issues/detail?id=44">issue</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2008/12/31/dokan-library-042-released/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>

