diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 5234cf643..000000000 --- a/ChangeLog +++ /dev/null @@ -1,149 +0,0 @@ -2017-05-27 Natalia Portillo - - * CompareBytes.cs: - * DiscImageChef.Helpers.csproj: Refactor: Moved CompareBytes - to Helpers. - -2017-05-19 Natalia Portillo - - * Swapping.cs: - * PrintHex.cs: - * ArrayFill.cs: - * ArrayIsEmpty.cs: - * DateHandlers.cs: - * StringHandlers.cs: - * BigEndianMarshal.cs: - * BigEndianBitConverter.cs: - * AssemblyInfo.cs: - * EndianAwareBinaryReader.cs: Updated copyright string. - -2017-05-19 Natalia Portillo - - * AssemblyInfo.cs: Bumped version to 3.3.99.0. - -2017-05-19 Natalia Portillo - - * DiscImageChef.Helpers.csproj: Upped version to 3.3.99.0. Do - not use version from solution on library projects. - -2016-09-05 Natalia Portillo - - * DateHandlers.cs: Added AppleSingle and AppleDouble filters. - -2016-09-02 Natalia Portillo - - * DateHandlers.cs: Adds support for NILFS2 filesystem. - -2016-09-02 Natalia Portillo - - * DateHandlers.cs: Add supports for UNIX timestamps divided in - seconds+nanoseconds. - -2016-08-26 Natalia Portillo - - * DateHandlers.cs: Added CP/M timestamp converter. - -2016-08-22 Natalia Portillo - - * BigEndianMarshal.cs: - * BigEndianStructure.cs: - * DiscImageChef.Helpers.csproj: Reworked big endian marshal. - Does not traverse nested structures. - -2016-08-21 Natalia Portillo - - * BigEndianStructure.cs: - * DiscImageChef.Helpers.csproj: Added code that directly - marshals from a big-endian byte array. But untested with - nested structures. - -2016-08-09 Natalia Portillo - - * DiscImageChef.Helpers.csproj: Bumped version to 3.2.99.2. - -2016-08-07 Natalia Portillo - - * DiscImageChef.Helpers.csproj: Public beta release 3.2.99.1. - -2016-08-07 Natalia Portillo - - * DateHandlers.cs: Added DOS to C# date converter. - -2016-08-01 Natalia Portillo - - * AssemblyInfo.cs: - * DiscImageChef.Helpers.csproj: Bumped to version 3.2.1. - -2016-08-01 Natalia Portillo - - * AssemblyInfo.cs: - * DiscImageChef.Helpers.csproj: Bump to version 3.2.0 - -2016-07-31 Natalia Portillo - - * DateHandlers.cs: Added support for U.C.S.D. Pascal - filesystem, closes #31 - -2016-07-29 Natalia Portillo - - * DiscImageChef.Helpers.csproj: Bump to version 3.1.0. - -2016-07-28 Natalia Portillo - - * DiscImageChef.Helpers.csproj: Code re-styling. - -2016-07-28 Natalia Portillo - - * Swapping.cs: - * PrintHex.cs: - * ArrayFill.cs: - * ArrayIsEmpty.cs: - * DateHandlers.cs: - * StringHandlers.cs: - * BigEndianBitConverter.cs: - * EndianAwareBinaryReader.cs: Refactor and code cleanup. - -2016-01-13 Natalia Portillo - - * ArrayFill.cs: - * ArrayIsEmpty.cs: - * DiscImageChef.Helpers.csproj: - Implemented Certance, Fujitsu and Hewlett-Packard vendor - commands. - -2015-12-30 Natalia Portillo - - * StringHandlers.cs: - Fixed string conversion when input byte array is null. - -2015-12-04 Natalia Portillo - - * StringHandlers.cs: - Finally CD-Text on lead-in is getting decoded correctly... - -2015-10-19 Natalia Portillo - - * DiscImageChef.Helpers.csproj: - Upgrade .NET version to 4.0. - -2015-10-18 Natalia Portillo - - * PrintHex.cs: - * DateHandlers.cs: - * DiscImageChef.Helpers.csproj: - Added specific console handling for standard, verbose, debug - and error outputs. - -2015-10-05 Natalia Portillo - - * PrintHex.cs: - * Swapping.cs: - * ArrayFill.cs: - * DateHandlers.cs: - * StringHandlers.cs: - * BigEndianBitConverter.cs: - * EndianAwareBinaryReader.cs: - * Properties/AssemblyInfo.cs: - * DiscImageChef.Helpers.csproj: - Move helpers to a separate library. -