mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove old and abandoned per-project changelogs.
This commit is contained in:
@@ -1,202 +0,0 @@
|
||||
2017-05-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* GPT.cs:
|
||||
* Sun.cs:
|
||||
* RDB.cs:
|
||||
* BSD.cs:
|
||||
* MBR.cs:
|
||||
* DEC.cs:
|
||||
* SGI.cs:
|
||||
* PC98.cs:
|
||||
* UNIX.cs:
|
||||
* Xbox.cs:
|
||||
* NeXT.cs:
|
||||
* Atari.cs:
|
||||
* Acorn.cs:
|
||||
* RioKarma.cs:
|
||||
* Human68k.cs:
|
||||
* AppleMap.cs:
|
||||
* PartPlugin.cs:
|
||||
* DragonFlyBSD.cs:
|
||||
* AssemblyInfo.cs: Updated copyright string.
|
||||
|
||||
2017-05-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* AssemblyInfo.cs: Bumped version to 3.3.99.0.
|
||||
|
||||
2017-05-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.Partitions.csproj: Upped version to 3.3.99.0.
|
||||
Do not use version from solution on library projects.
|
||||
|
||||
2016-08-26 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Acorn.cs: Corrected handling of negative values.
|
||||
|
||||
2016-08-22 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Human68k.cs:
|
||||
* DiscImageChef.Partitions.csproj: Added Human68k partition
|
||||
table.
|
||||
|
||||
* RioKarma.cs: Corrected typo.
|
||||
|
||||
* PC98.cs: Correct handling of partition name, do not directly
|
||||
marshal as it may crash.
|
||||
Prevent false positives checking for sanity and partition
|
||||
type, so this limits it to FreeBSD right now.
|
||||
|
||||
* Acorn.cs: Do not try to read past device.
|
||||
|
||||
* SGI.cs: Corrected big endian marshaling, manually traversing
|
||||
nested structures.
|
||||
|
||||
* Sun.cs: Sun insists all devices must be 512 bytes/sector.
|
||||
Really. Even CDs. But this allows bigger ones.
|
||||
|
||||
2016-08-21 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Acorn.cs: Added support for Acorn FileCore partition, closes
|
||||
#4.
|
||||
|
||||
* BSD.cs: Moved BSD partitions from inside MBR code to
|
||||
separate code, as they can (and do) appear on other
|
||||
architectures as the only scheme.
|
||||
|
||||
* DEC.cs: Added support for DEC disklabels, closes #11.
|
||||
|
||||
* DragonFlyBSD.cs: Added support for DragonFly BSD 64-bit
|
||||
disklabels.
|
||||
|
||||
* PC98.cs: Added support for NEC PC-9800 partitions.
|
||||
|
||||
* RioKarma.cs: Added support for Rio Karma partitions.
|
||||
|
||||
* SGI.cs: Added support for SGI DVHs, closes #9.
|
||||
|
||||
* UNIX.cs: Moved UNIX partitions from inside MBR code to
|
||||
separate code, as they can (and do) appear on other
|
||||
architectures as the only scheme.
|
||||
|
||||
* DiscImageChef.Partitions.csproj: Added support for Acorn
|
||||
FileCore partition, closes #4.
|
||||
Added support for DEC disklabels, closes #11.
|
||||
Added support for SGI DVHs, closes #9.
|
||||
Moved BSD partitions from inside MBR code to separate code, as
|
||||
they can (and do) appear on other architectures as the only
|
||||
scheme.
|
||||
Added support for DragonFly BSD 64-bit disklabels.
|
||||
Added support for NEC PC-9800 partitions.
|
||||
Added support for Rio Karma partitions.
|
||||
Moved UNIX partitions from inside MBR code to separate code,
|
||||
as they can (and do) appear on other architectures as the only
|
||||
scheme.
|
||||
|
||||
* GPT.cs: Added new partition type UUIDs.
|
||||
|
||||
* MBR.cs: Moved BSD partitions from inside MBR code to
|
||||
separate code, as they can (and do) appear on other
|
||||
architectures as the only scheme.
|
||||
Moved UNIX partitions from inside MBR code to separate code,
|
||||
as they can (and do) appear on other architectures as the only
|
||||
scheme.
|
||||
|
||||
* Sun.cs: Added new partition types.
|
||||
Prepare structures for marshaling.
|
||||
|
||||
2016-08-09 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.Partitions.csproj: Bumped version to 3.2.99.2.
|
||||
|
||||
2016-08-09 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* AppleMap.cs: Do not continue checking APM on CDs with
|
||||
incorrect sector size. It is buggy and needs a lot of
|
||||
retesting.
|
||||
|
||||
2016-08-07 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.Partitions.csproj: Public beta release
|
||||
3.2.99.1.
|
||||
|
||||
2016-08-01 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* AssemblyInfo.cs:
|
||||
* DiscImageChef.Partitions.csproj: Bumped to version 3.2.1.
|
||||
|
||||
2016-08-01 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* AssemblyInfo.cs:
|
||||
* DiscImageChef.Partitions.csproj: Bump to version 3.2.0
|
||||
|
||||
2016-08-01 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* NeXT.cs: Do not try to read past device.
|
||||
|
||||
2016-07-29 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.Partitions.csproj: Bump to version 3.1.0.
|
||||
|
||||
2016-07-28 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.Partitions.csproj: Code re-styling.
|
||||
|
||||
2016-07-28 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* GPT.cs:
|
||||
* MBR.cs:
|
||||
* RDB.cs:
|
||||
* Sun.cs:
|
||||
* NeXT.cs:
|
||||
* Atari.cs:
|
||||
* AppleMap.cs: Refactor and code cleanup.
|
||||
|
||||
2016-02-10 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Atari.cs:
|
||||
Added support for Atari UNIX, MINIX and HFS partitions.
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user