mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.Filesystems/FAT.cs: Correct null volume label and oem string * DiscImageChef.Filesystems/NTFS.cs: Some NTFS do not contain signature1. * DiscImageChef.Metadata/MediaType.cs: Added XML name for iomega ZIP. * DiscImageChef/Commands/Analyze.cs: * DiscImageChef/Commands/CreateSidecar.cs: Check multiple partitioning schemes. * DiscImageChef/Commands/DumpMedia.cs: Check multiple partitioning schemes. Do not add interface data to sidecar for removable devices. Add dump hardware to sidecar for remocable block devices.
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* MediaType.cs:
|
|
Added XML name for iomega ZIP.
|
|
|
|
2016-02-04 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Dimensions.cs:
|
|
Add dimensions for CDs and family.
|
|
|
|
* MediaType.cs:
|
|
Added Jaguar CD, Super CD-ROM² and 3DO discs.
|
|
|
|
2016-01-16 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Dimensions.cs:
|
|
Added about 200 new media types.
|
|
|
|
2016-01-16 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
* MediaType.cs:
|
|
* Dimensions.cs:
|
|
* DiscImageChef.Metadata.csproj:
|
|
Refactor most disk references to media.
|
|
|
|
2016-01-16 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Dimensions.cs:
|
|
* DiscImageChef.Metadata.csproj:
|
|
Added static method to get standard dimensions from disk
|
|
types.
|
|
|
|
2015-12-31 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
Added known floppies and magneto-opticals.
|
|
|
|
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.
|
|
|