summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-01-15 18:12:04 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-01-15 18:14:13 +0100
commit270a51b7758794d47d5ffb892c35989a87b90628 (patch)
treec2b8b7728619a3d690978e07dd94cced48d4d9f2 /dist
parentcd7ba89a07f794b17fc66ba29515b104c4d21f27 (diff)
parent4cad9e466784ec54e3cf6f216d3df20ba7a595b0 (diff)
Merge remote-tracking branch 'gerrit/release' into stable
Diffstat (limited to 'dist')
-rw-r--r--dist/README5
-rw-r--r--dist/changes-5.0.15
2 files changed, 5 insertions, 5 deletions
diff --git a/dist/README b/dist/README
index d9eed68fb7..19443c1bbe 100644
--- a/dist/README
+++ b/dist/README
@@ -152,8 +152,3 @@ Much more information is available at:
We hope you will enjoy using Qt!
- The Qt developers @ qt-project.org
-
-
-
- In memory of Trond Kjernåsen.
- You will not be forgotten. \ No newline at end of file
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.