mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added manufacturer code for a GCK disc I just came upon. * DiscImageChef.Metadata/DiskType.cs: Corrected miswriting of CDXA, CDRW and CDROM. * DiscImageChef/Commands/MediaInfo.cs: Check ATIP even if no TOC, as blank discs do always have ATIP (but no TOC or PMA).
18 lines
435 B
Plaintext
18 lines
435 B
Plaintext
2015-12-13 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
Corrected miswriting of CDXA, CDRW and CDROM.
|
|
|
|
2015-12-06 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
* DiscImageChef.Metadata.csproj:
|
|
Added method to convert DiskType to disk type and subtype
|
|
strings.
|
|
|
|
2015-12-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Metadata.csproj:
|
|
Added generating XML metadata for file systems.
|
|
|