diff options
author | lloyd <[email protected]> | 2012-04-23 13:20:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-04-23 13:20:03 +0000 |
commit | 1ffda187674d4ca21f294a4080f52182b5f4a6ed (patch) | |
tree | 5cb28c32470f77bae172899f2b66aed562d24d4e /doc | |
parent | cd82d3641c891ef6e446cdfe584dbd936f6a564d (diff) |
Patrick Pelletier pointed out the hook for Qt_Mutex in libstate.cpp
was broken, and after fixing that and trying to compile the module it
becamse clear that the Qt mutex did not work at all with recent Qt
versions. Taking this as a clear indicator that it is not being used,
remove it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 478b27a94..b1206637a 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -34,6 +34,9 @@ Version 1.10.2, Not Yet Released * Add Google's Native Client as an compile target +* The Qt mutex wrapper was broken and would not compile with any recent + version of Qt. It has been removed. + * If targetting GCC on a Windows system, configure.py will warn that likely you wanted to configure for either MinGW or Cygwin, not the generic Windows target which is oriented to Win32 plus the Visual |