Files
Aaru.Server/DiscImageChef.Partitions/ChangeLog
Natalia Portillo f5e90756a2 * DiscImageChef.DiscImages/DiskCopy42.cs:
Lisa Twiggies and Macintosh Twiggies use a different track
	  order. Detect a Macintosh File System to know which
	  re-ordering to use.

	* DiscImageChef.Filesystems/AppleMFS/Dir.cs:
	  Remove spurious debug leftover.
	"Entries are always an integral number of words" solved.

	* DiscImageChef.Filesystems/AppleMFS/Super.cs:
	  When filling volume block map, check we are not going out of
	  bounds.

	* DiscImageChef.Partitions/NeXT.cs:
	* DiscImageChef.Filesystems/HPFS.cs:
	* DiscImageChef.Filesystems/SysV.cs:
	  Do not try to read past device.
2016-08-01 18:52:34 +01:00

72 lines
1.6 KiB
Plaintext

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.