mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* 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.
23 lines
508 B
Plaintext
23 lines
508 B
Plaintext
2016-09-06 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* OffsetStream.cs: Corrected OffsetStream arithmetic bug.
|
|
|
|
2016-09-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* AppleDouble.cs:
|
|
* AppleSingle.cs:
|
|
* DiscImageChef.Filters.csproj: Added AppleSingle and
|
|
AppleDouble filters.
|
|
|
|
2016-09-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* GZip.cs:
|
|
* Filter.cs:
|
|
* Filters.cs:
|
|
* ZZZNoFilter.cs:
|
|
* OffsetStream.cs:
|
|
* ForcedSeekStream.cs:
|
|
* AssemblyInfo.cs:
|
|
* DiscImageChef.Filters.csproj: Added filters.
|
|
|