summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 16:34:59 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:04:05 +0200
commit5c4e82a64d6baa8ae51362c3fbfe21f38d5609f5 (patch)
tree53bb14d452ac81ee879bb62e1892f056570924e7
parentba35765c2217c987c8f4d34a0494854055251425 (diff)
parent5fdaa2bca2edebaad9d54970622702565e7aae64 (diff)
Merge branch 'release' into old/5.0old/5.0
-rw-r--r--dist/changes-5.0.225
-rw-r--r--doc/src/deployment/deployment.qdoc2
-rw-r--r--sync.profile14
3 files changed, 33 insertions, 8 deletions
diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2
new file mode 100644
index 000000000..a370dfdcc
--- /dev/null
+++ b/dist/changes-5.0.2
@@ -0,0 +1,25 @@
+Qt 5.0.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.0.0 and 5.0.1.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ http://qt-project.org/doc/qt-5.0/
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt-project.org/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+****************************************************************************
+* General *
+****************************************************************************
+
+General Improvements
+--------------------
+
+ - Documentation: Fixed several missing information or incorrect information.
diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc
index 641921113..52c710088 100644
--- a/doc/src/deployment/deployment.qdoc
+++ b/doc/src/deployment/deployment.qdoc
@@ -91,7 +91,7 @@
\li \l{Qt XML Patterns C++ Classes}{QtXmlPatterns}
\li \l{Qt Svg C++ Classes}{QtSvg}
\li \l{Qt Concurrent C++ Classes}{QtConcurrent}
- \li \l{Qt Print Support Module}{QtPrintSupport}
+ \li \l{Qt Print Support C++ Classes}{QtPrintSupport}
\row
\li \l{Qt D-Bus C++ Classes}{QtDBus}
\li \l{QtOpenGL Module}{QtOpenGL}
diff --git a/sync.profile b/sync.profile
index 6d3be16ac..c2e8e98dc 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,11 +5,11 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtscript" => "refs/heads/stable",
- "qtsvg" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qttools" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
+ "qtbase" => "refs/heads/old/5.0",
+ "qtscript" => "refs/heads/old/5.0",
+ "qtsvg" => "refs/heads/old/5.0",
+ "qtxmlpatterns" => "refs/heads/old/5.0",
+ "qttools" => "refs/heads/old/5.0",
+ "qtdeclarative" => "refs/heads/old/5.0",
+ "qtjsbackend" => "refs/heads/old/5.0",
);