<?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"
	>

<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>
	<pubDate>Tue, 06 Jul 2010 15:09:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<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>
		</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 supports [...]]]></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>
		</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 lock etc.
-Added SetAllocationSize callback [...]]]></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>
		</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>
		</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 codes from [...]]]></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>
		</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 release new version [...]]]></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.<br />
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>
		</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>
		</item>
		<item>
		<title>Discussion group for Dokan develeoment</title>
		<link>http://dokan-dev.net/en/2008/12/30/discussion-group-for-dokan-develeoment/</link>
		<comments>http://dokan-dev.net/en/2008/12/30/discussion-group-for-dokan-develeoment/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 03:47:22 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
		
		<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=70</guid>
		<description><![CDATA[I created a discussion group for Dokan and filesystem development.
http://groups.google.com/group/dokan
]]></description>
			<content:encoded><![CDATA[<p>I created a discussion group for Dokan and filesystem development.<br />
<a href="http://groups.google.com/group/dokan">http://groups.google.com/group/dokan</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2008/12/30/discussion-group-for-dokan-develeoment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dokan library 0.4.1 released</title>
		<link>http://dokan-dev.net/en/2008/12/29/dokan-library-041-released/</link>
		<comments>http://dokan-dev.net/en/2008/12/29/dokan-library-041-released/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 14:55:13 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
		
		<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=66</guid>
		<description><![CDATA[I have just released Dokan library 0.4.1 for x86.
Changes since 0.4.0
- Fixed error while creating new file with Word 2003. issue
- Fixed dokan.dll crash when it is restarted after unexpected termination.
- Set DeleteOnClose flag in CreateFile when the file is already marked as deleted. JimR reported
Happy holidays!
]]></description>
			<content:encoded><![CDATA[<p>I have just released Dokan library 0.4.1 for x86.</p>
<p>Changes since 0.4.0<br />
- Fixed error while creating new file with Word 2003. <a href ="http://code.google.com/p/dokan/issues/detail?id=42">issue</a><br />
- Fixed dokan.dll crash when it is restarted after unexpected termination.<br />
- Set DeleteOnClose flag in CreateFile when the file is already marked as deleted. JimR <a href="http://dokan-dev.net/en/2008/12/11/dokan-library-040-released/#comments">reported</a></p>
<p>Happy holidays!</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2008/12/29/dokan-library-041-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dokan library 0.4.0 x64 released</title>
		<link>http://dokan-dev.net/en/2008/12/19/dokan-library-040-x64-released/</link>
		<comments>http://dokan-dev.net/en/2008/12/19/dokan-library-040-x64-released/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 12:42:34 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=63</guid>
		<description><![CDATA[Dokan library 0.4.0 x64 version has just been released.
This is the 64 bit version of Dokan library, which I released last week.
]]></description>
			<content:encoded><![CDATA[<p>Dokan library 0.4.0 x64 version has just been released.<br />
This is the 64 bit version of Dokan library, which I released last week.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2008/12/19/dokan-library-040-x64-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
