mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.DiscImages/Nero.cs: * DiscImageChef.DiscImages/CDRWin.cs: * DiscImageChef.DiscImages/Apple2MG.cs: * DiscImageChef.DiscImages/TeleDisk.cs: * DiscImageChef.CommonTypes/DiskType.cs: * DiscImageChef.DiscImages/ImageInfo.cs: * DiscImageChef.DiscImages/DiskCopy42.cs: * DiscImageChef.DiscImages/ImagePlugin.cs: * DiscImageChef.DiscImages/ZZZRawImage.cs: * DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj: Moved DiskType to commons. * DiscImageChef/Main.cs: * DiscImageChef/Options.cs: * DiscImageChef/DiscImageChef.csproj: * DiscImageChef/Commands/MediaInfo.cs: Added media-info command * DiscImageChef.Decoders/SCSI/Sense.cs: Typo
61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
2015-11-23 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* VHD.cs:
|
|
* Nero.cs:
|
|
* CDRWin.cs:
|
|
* Apple2MG.cs:
|
|
* TeleDisk.cs:
|
|
* ImageInfo.cs:
|
|
* DiskCopy42.cs:
|
|
* ImagePlugin.cs:
|
|
* ZZZRawImage.cs:
|
|
Moved DiskType to commons.
|
|
|
|
2015-11-09 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* CDRWin.cs:
|
|
Corrected typo in track calculation.
|
|
|
|
2015-11-09 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* CDRWin.cs:
|
|
Corrected partition start and length calculations.
|
|
|
|
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.DiscImages.csproj:
|
|
Upgrade .NET version to 4.0.
|
|
|
|
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ImagePlugin.cs:
|
|
Added ATA/ATAPI IDENTIFY DEVICE disk tags.
|
|
|
|
2015-10-18 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* VHD.cs:
|
|
* Nero.cs:
|
|
* CDRWin.cs:
|
|
* Apple2MG.cs:
|
|
* TeleDisk.cs:
|
|
* DiskCopy42.cs:
|
|
* DiscImageChef.DiscImages.csproj:
|
|
Added specific console handling for standard, verbose, debug
|
|
and error outputs.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* VHD.cs:
|
|
* Nero.cs:
|
|
* CDRWin.cs:
|
|
* TeleDisk.cs:
|
|
* Apple2MG.cs:
|
|
* ImageInfo.cs:
|
|
* DiskCopy42.cs:
|
|
* ImagePlugin.cs:
|
|
* ZZZRawImage.cs:
|
|
* Properties/AssemblyInfo.cs:
|
|
* DiscImageChef.DiscImages.csproj:
|
|
Moved disc image plugins to a separate library.
|
|
|