* README.md:
	* DiscImageChef.DiscImages/NDIF.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Adds support for Apple NDIF images, closes #47

	* Claunia.RsrcFork:

	* DiscImageChef.DiscImages/UDIF.cs:
	* DiscImageChef.DiscImages/DiskCopy42.cs:
	  Try to get and use "vers" resource from the Resource Fork to
	  get ImageApplication and its version.

	* DiscImageChef.Filters/OffsetStream.cs:
	  Corrected OffsetStream arithmetic bug.
This commit is contained in:
2016-09-06 23:21:10 +01:00
parent 6754a040ea
commit 122141c850
10 changed files with 906 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
2016-09-06 Natalia Portillo <claunia@claunia.com>
* OffsetStream.cs: Corrected OffsetStream arithmetic bug.
2016-09-05 Natalia Portillo <claunia@claunia.com>
* AppleDouble.cs: