mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* README.md: * DiscImageChef.Partitions/GPT.cs: * DiscImageChef.Partitions/DiscImageChef.Partitions.csproj: Added support for EFI GPT. Fixes #8. * commandline: * DiscImageChef.Decoders/SCSI/Sense.cs: Corrected handling when sense contains multiple repeated sense codes, in a not clean way (just ignoring repeats). * DiscImageChef.Filesystems/Acorn.cs: Added exception catching and unsigned values to correct Acorn DiscRecord structure. Fixes #34 * DiscImageChef/Commands/DeviceReport.cs: Check for 36 blocks in long block search in all cases. * DiscImageChef/Commands/DumpMedia.cs: Only try the persistent pass one time. If it didn't correct in the previous cycle it won't magically do now. Sort unreadalbe sectors before printing them.
45 lines
992 B
Plaintext
45 lines
992 B
Plaintext
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* GPT.cs:
|
|
* DiscImageChef.Partitions.csproj:
|
|
Added support for EFI GPT. Fixes #8.
|
|
|
|
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Sun.cs:
|
|
* DiscImageChef.Partitions.csproj:
|
|
Added support for Sun disklabel.
|
|
|
|
2016-02-03 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* AppleMap.cs:
|
|
Corrected big endian working.
|
|
Added debug output.
|
|
|
|
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Partitions.csproj:
|
|
Upgrade .NET version to 4.0.
|
|
|
|
2015-10-18 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* RDB.cs:
|
|
* Atari.cs:
|
|
* AppleMap.cs:
|
|
* DiscImageChef.Partitions.csproj:
|
|
Added specific console handling for standard, verbose, debug
|
|
and error outputs.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* MBR.cs:
|
|
* RDB.cs:
|
|
* NeXT.cs:
|
|
* Atari.cs:
|
|
* AppleMap.cs:
|
|
* PartPlugin.cs:
|
|
* Properties/AssemblyInfo.cs:
|
|
* DiscImageChef.Partitions.csproj:
|
|
Move partitions plugins to a separate library.
|
|
|