* README.md:
	* DiscImageChef.Filesystems/Reiser.cs:
	* DiscImageChef.Filesystems/Reiser4.cs:
	* DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj:
	  Adds support for Reiser filesystems, closes #19.

	* DiscImageChef.Filesystems/NILFS2.cs:
	  Corrected plugin GUID not being unique.
This commit is contained in:
2016-09-02 19:33:30 +01:00
parent 7734bd4085
commit 9b086d4729
7 changed files with 482 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
2016-09-02 Natalia Portillo <claunia@claunia.com>
* Reiser.cs:
* Reiser4.cs:
* DiscImageChef.Filesystems.csproj: Adds support for Reiser
filesystems, closes #19.
* NILFS2.cs: Corrected plugin GUID not being unique.
2016-09-02 Natalia Portillo <claunia@claunia.com>
* NILFS2.cs: