* README.md:
	* DiscImageChef.Filesystems/JFS.cs:
	* DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj:
	  Adds support for IBM JFS, closes #20.

	* DiscImageChef.Helpers/DateHandlers.cs:
	  Add supports for UNIX timestamps divided in
	  seconds+nanoseconds.
This commit is contained in:
2016-09-02 06:49:59 +01:00
parent 9a7b6da8fa
commit 6e1649859e
7 changed files with 336 additions and 1 deletions

View File

@@ -99,6 +99,7 @@
<Compile Include="CPM\Xattr.cs" />
<Compile Include="QNX4.cs" />
<Compile Include="QNX6.cs" />
<Compile Include="JFS.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>