-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathChangeLog
38 lines (29 loc) · 1.32 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
2018-04-29 Karl Lenz <[email protected]>
version 1.2.1
* Updated the Windows build instructions for newer versions of
Visual Studio (with integrated CMake support), and rewrote the
README in Markdown.
* Fixed partition naming to be more useful (rather than just 36
UTF-16 dagger (U+0x2020) characters like before). Thanks Phillip
Hellewell for finding and fixing it!
2015-08-30 Karl Lenz <[email protected]>
version 1.2
* Added support for compiling with GCC 5 (on Linux and Windows)
and Visual Studio (on Windows).
* Converted the build system from hand-coded makefiles to CMake.
This should be more flexible in generating project files for
various IDEs.
2012-02-08 Gábor A. Stefanik <[email protected]>
version 1.1
* Added "-b" ("--backup") option for backing up the original MBR.
* Added support for Acer/Lenovo recovery partitions (ID 0x12).
* Fixed a crash in the argument parsing code.
* The hidden status of Windows Recovery Environment partitions is
now preserved correctly.
* Added Code::Blocks support.
2009-12-10 Gábor A. Stefanik <[email protected]>
version 1.0
* Original production release
2009-07-30 Gábor A. Stefanik <[email protected]>
version 0.1
* First proof-of-concept code