-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathCHANGES.txt
58 lines (48 loc) · 2.19 KB
/
CHANGES.txt
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2015-07-05. Version 2.2.0.
* Added support for Qt 5.5 (Thanks to Alexpux ([email protected])).
* Changed algorithm for patching of binary files.
2015-06-12. Version 2.1.4.
* Patching only Qt's *.pc files.
2015-03-25. Version 2.1.3.
* Fixed "Not a valid Win32 Application" in Windows XP.
2015-03-12. Version 2.1.2.
* Fixed uncorrect qmake executing in Linux.
* Fixed uncorrect logging in Linux.
* Ignoring QT_INSTALL_CONFIGURATION variable.
2014-08-30. Version 2.1.1.
* Fixed a bug with deleting file qt.conf before start qmake.
2014-06-25. Version 2.1.0.
* Changing directory separator for Windows (now is '/').
* Autodetect subfolders for Qt parts (support nonstandard subdirs).
* Internal archiecture improved.
* Minor improvements and code optimisation.
2014-06-09. Version 2.0.0.
* Added function to replace in text files specified path
(--old-dir parameter).
* Added function to record specified path in binary and text files
(--new-dir parameter). (Earlier this path was determined automatically
and could not be changed.)
* Relative path in command line parameter --qt-dir is allowed.
* Writing console messages to specified logfile.
* List of files and values for patching according to Qt Installer
Framework 1.5.0.
* Backup files are not created by default.
* Backup algorithm has been improved.
* More accurate command line arguments parsing and checking algorithm.
* A more detailed messages in verbose mode.
* CMake is used for makefiles creation.
* Small bugs has been fixed.
2014-01-04. version 1.1.2.
* Added QT_HOST_LIBS variable to qmake patch.
2013-12-24. Version 1.1.1.
* Fixed a bug related to the inability to parse qmake output, when in
paths in qmake output has a space.
2013-05-21. Version 1.1.0.
* Fixed a bug when running qmake in the case of special characters
in the path.
* Fixed a bug with old Qt path detection if file qt.conf is exists.
* List of files for patching updated according to Qt Installer
Framework 1.3.0.
* Patcher can now be placed in the same directory as qmake.
2013-02-01. Version 1.0.0.
* First program version.