<?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>Mon, 22 Feb 2010 21:52:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<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>
		<item>
		<title>Dokan library 0.4.0 released</title>
		<link>http://dokan-dev.net/en/2008/12/11/dokan-library-040-released/</link>
		<comments>http://dokan-dev.net/en/2008/12/11/dokan-library-040-released/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 17:44:58 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
		
		<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=55</guid>
		<description><![CDATA[Dokan library 0.4.0 has just been released!
I&#8217;m pleased to announce the launch of new version of Dokan library. I completely redesigned the driver event handling model. There are a lot of improvements from the previous version. You must recompile all programs which use Dokan library because dokan.h is changed and this version is not compatible [...]]]></description>
			<content:encoded><![CDATA[<p>Dokan library 0.4.0 has just been released!<br />
I&#8217;m pleased to announce the launch of new version of Dokan library. I completely redesigned the driver event handling model. There are a lot of improvements from the previous version. <b>You must recompile all programs which use Dokan library</b> because dokan.h is changed and this version is not compatible with the previous one. You need to update Dokan.NET, Dokan Ruby and Dokan SSHFS.</p>
<p>The license of Dokan driver is changed to LGPL from GPL.<br />
- driver (dokan.sys) : LGPL<br />
- dll (dokan.dll) : LGPL<br />
- mounter, dokanctl, mirror sample : MIT</p>
<p>Dokan API is changed.<br />
The difference of dokan.h is <a href="http://code.google.com/p/dokan/source/diff?spec=svn7&#038;old=2&#038;r=7&#038;format=side&#038;path=/trunk/dokan/dokan.h">here</a><br />
I changed to pass DOKAN_OPTIONS (which is passed to DokanMain) in DOKAN_FILE_INFO structure<br />
and I put GlobalContext in DOKAN_OPTIONS structure. I add &#8220;DeleteOnClose&#8221; in DOKAN_FILE_INFO structure and changed the usage of Cleanup, DeleteFile and DeleteDirectory.  </p>
<p>You should not delete file on DeleteFile or DeleteDirectory. When DeleteFile or DeleteDirectory, you must check whether you can delete or not, and return 0 (when you can delete it) or appropriate error codes such as -ERROR_DIR_NOT_EMPTY, -ERROR_SHARING_VIOLATION.  When you return 0 (ERROR_SUCCESS), you get Cleanup with FileInfo->DeleteOnClose set TRUE, then you delete the file.</p>
<p>Changes from 0.3.9.<br />
- Fixed: error during multiple file deletion. <a href="http://code.google.com/p/dokan/issues/detail?id=6">issue</a><br />
- Fixed: excel support <a href="http://code.google.com/p/dokan/issues/detail?id=14">issue</a><br />
- Fixed: file deletion in Explorer <a href="http://code.google.com/p/dokan/issues/detail?id=22">issue</a><br />
- Fixed: improper CloseHandle <a href="http://code.google.com/p/dokan/issues/detail?id=25">issue</a><br />
- Supported: filesytem wide context <a href="http://code.google.com/p/dokan/issues/detail?id=28">issue</a><br />
- Fixed: 0 byte read <a href="http://code.google.com/p/dokan/issues/detail?id=31">issue</a><br />
- Fixed: saving new file in notepad <a href="http://code.google.com/p/dokan/issues/detail?id=36">issue</a></p>
<p>x64 version coming soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2008/12/11/dokan-library-040-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Next version of Dokan library</title>
		<link>http://dokan-dev.net/en/2008/11/27/next-version-of-dokan-library/</link>
		<comments>http://dokan-dev.net/en/2008/11/27/next-version-of-dokan-library/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 14:13:44 +0000</pubDate>
		<dc:creator>Hiroki</dc:creator>
		
		<category><![CDATA[Dokan]]></category>

		<guid isPermaLink="false">http://dokan-dev.net/en/?p=53</guid>
		<description><![CDATA[I&#8217;m now preparing to launch the next version of Dokan library.
There are a lot of improvements from the previous version. I changed many parts of the driver especially communication between the driver and the user mode library. This makes Dokan much stable and removes some deadlocks. I also add some new features. If you are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m now preparing to launch the next version of Dokan library.</p>
<p>There are a lot of improvements from the previous version. I changed many parts of the driver especially communication between the driver and the user mode library. This makes Dokan much stable and removes some deadlocks. I also add some new features. If you are interested in the detail, please check the subversion <a href="http://code.google.com/p/dokan/source/browse/">repository</a>.<br />
Please be careful if you use the above files. They may crash your computer.</p>
<p>I&#8217;m planing to change the API to fix <a href="http://code.google.com/p/dokan/issues/detail?id=22">Explorer file deletion problem</a>.<br />
API changing requires to re-compile all other application that depends on Dokan library, such as Dokan.NET and Dokan Ruby binding. I need more tests because I changed a lot.</p>
<p>All the libraries will be launched in a week.<br />
Thank you for many comments and bug reports.</p>
<p><strong>2008/12/09 Update:</strong><br />
The next version of Dokan is almost done. I updated the <a href="http://code.google.com/p/dokan/source/browse/">repository</a>. From this version, the license of Dokan driver is changed to LGPL from GPL. Dokan API is changed. DOKAN_FILE_INFO structure,  DOKAN_OPTIONS structure, DeleteFile, DeleteDirectory and Cleanup are changed. Please re-check <a href="http://code.google.com/p/dokan/source/diff?spec=svn7&#038;old=2&#038;r=7&#038;format=side&#038;path=/trunk/dokan/dokan.h">dokan.h</a> file. I&#8217;m still investigating the existing issues and I hope to launch the new version in a few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://dokan-dev.net/en/2008/11/27/next-version-of-dokan-library/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
