Remove old and abandoned per-project changelogs.

This commit is contained in:
2018-06-23 20:41:04 +01:00
parent 0689a26e91
commit be078093f5
17 changed files with 0 additions and 6304 deletions

View File

@@ -1,110 +0,0 @@
2017-05-28 Natalia Portillo <claunia@claunia.com>
* ATA.cs: Removed unused code.
2017-05-28 Natalia Portillo <claunia@claunia.com>
* ATA.cs:
* NVMe.cs:
* SCSI.cs:
* DiscImageChef.Core.csproj:
* ScanResults.cs:
* SecureDigital.cs: Refactor: Return result from core to CLI,
show in CLI.
2017-05-28 Natalia Portillo <claunia@claunia.com>
* Sidecar.cs:
* Benchmark.cs:
* Delegates.cs:
* DiscImageChef.Core.csproj: Refactor: Use delegates to report
progress and status.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Benchmark.cs: Refactor: Return result from core to CLI, show
in CLI.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Benchmark.cs:
* DiscImageChef.Core.csproj: Refactor: Move benchmark to Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Sidecar.cs:
* DiscImageChef.Core.csproj: Refactor: Move create-sidecar
logic to Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Filesystems.cs: Refactor: Move filesystem identification
code to Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Core.csproj: Refactor: Move filesystem
identification code to Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* DataFile.cs:
* ATA.cs:
* NVMe.cs:
* SCSI.cs:
* DiscImageChef.Core.csproj:
* SecureDigital.cs: Refactor: Move dumping code, and misc file
writing code, to Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Statistics.cs:
* ATA.cs:
* NVMe.cs:
* SCSI.cs:
* DiscImageChef.Core.csproj:
* SecureDigital.cs: Refactor: Moved media scanning to Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Checksum.cs: Enabled option to set which checksums to use.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* MHDDLog.cs:
* DiscImageChef.Core.csproj: Refactor: Move MHDDLog to Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* IBGLog.cs:
* DiscImageChef.Core.csproj: Refactor: Move IBGLog to Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Checksum.cs:
* DiscImageChef.Core.csproj: Refactor: Move Checksum to Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Statistics.cs:
* DiscImageChef.Core.csproj: Refactor: Move Statistics to
Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* ImageFormat.cs:
* DiscImageChef.Core.csproj: Refactor: Move ImageFormat to
Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* PluginBase.cs:
* DiscImageChef.Core.csproj: Refactor: Moved PluginBase to
Core.
2017-05-27 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Core.csproj:
* AssemblyInfo.cs: Added project for separation of engine from
CLI.