Changeset 1121 for trunk/CHANGES.OS2


Ignore:
Timestamp:
Mar 7, 2013, 10:16:50 PM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

Release version 4.7.3 GA2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES.OS2

    r1095 r1121  
    44
    55CHANGES
     6
     7
     84.7.3 GA2 (08-03-2013)
     9
     10  Improvements:
     11
     12  - general: Understand both WLINK and wlink in the EMXOMFLD_TYPE environment
     13    variable.
     14
     15  - corelib: Make qFatal() call LIBC abort() instead of exit(1) (useful for
     16    debugging since abort() may be asked to generate breakpoint exceptions).
     17
     18  - corelib: Add support for eCS version 2.1 and 2.2 to QSysInfo.
     19
     20  - corelib: Add support of the path rewrite feature of kLIBC to the OS/2 file
     21    engine (QFile, QDir, QFileInfo and related classes).
     22
     23  - corelib: Add proper support of kLIBC-style symlinks to QDir, QDirIterator and
     24    QFileInfo (according to the respective documentation).
     25
     26  - network: Use system locations to search for OpenSSL certificate files (which
     27    are necessary to make things like HTTPS work properly).
     28
     29  - gui: Add support of kLIBC-style symlink sto QFileDialog and friends.
     30
     31  Fixes:
     32
     33  - general: Fix Qt application build breaks with "undefined variable" error in
     34    runmapsym.cmd.
     35
     36  - corelib: Make sure QLibrary::load() doesn't change the FPU control word. This
     37    fixes SIGFPU in some Qt applications.
     38
     39  - gui: Fix QWidget::setWindowsIcon() which would work only once per session.
    640
    741
Note: See TracChangeset for help on using the changeset viewer.