Changeset 541 for trunk/CHANGES.OS2
- Timestamp:
- Feb 5, 2010, 8:49:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGES.OS2
r524 r541 5 5 CHANGES 6 6 7 GA (0 4-02-2010)7 GA (05-02-2010) 8 8 9 9 Improvements: … … 64 64 65 65 - qmake/os2-g++: Recognize the "map" option in the CONFIG variable that allows 66 to turn the generation of .map files on and off. 66 to turn the generation of .map files on and off. The option is set by 67 default. 68 69 - qmake/os2-g++: Recognize the "highmem" option in the CONFIG variable that 70 allows to enabled memory support in LIBC for genereated DLLs and 71 executables. The option is set by default. 67 72 68 73 Fixes: … … 87 92 - corelib: Fixed: QProcess::startDetached() would either crash or fail to 88 93 start a process. 94 95 - corelib: Fixed: QFileInfo::isExecutable() would return true for all files on 96 local OS/2 file systems. 89 97 90 98 - gui: Fixed: Popups shown when another application is active were not … … 112 120 113 121 - qmake/os2-g++: Do not use EXEPACK tool on static libraries. 122 123 - qmake: Several fixes to make install targets work correctly. 114 124 115 125
Note:
See TracChangeset
for help on using the changeset viewer.