summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.1
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-5.0.1')
-rw-r--r--dist/changes-5.0.15
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.0.1 b/dist/changes-5.0.1
index 479ac344ce..e73776185d 100644
--- a/dist/changes-5.0.1
+++ b/dist/changes-5.0.1
@@ -98,6 +98,7 @@ Qt for Windows CE
* Compiler Specific Changes *
****************************************************************************
+ - MinGW: Statically link runtime libraries into qmake
****************************************************************************
* Tools *
@@ -113,3 +114,7 @@ Qt for Windows CE
* Important Behavior Changes *
****************************************************************************
+- QSharedMemory on Unix systems now no longer creates shared memory
+ segments that are readable and writeable to everyone. From Qt 5.0.1
+ forward, the segments are created readable and writeable only by the
+ current user. This matches the behavior on Windows.