From 62f2cd20f6d1098d461987f497c9f80ae7a870df Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 19 Mar 2013 20:53:45 +0100 Subject: Add changes-5.0.2 file Change-Id: I727abe8d93863c925fdaaa62eaf75a752e6b7030 Reviewed-by: Iikka Eklund Reviewed-by: Jerome Pasion --- dist/changes-5.0.2 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dist/changes-5.0.2 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. -- cgit v1.2.3 From 5fdaa2bca2edebaad9d54970622702565e7aae64 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Fri, 22 Mar 2013 14:33:25 +0100 Subject: Doc: Changed link to Qt Print Support's \module page. -title in qtbase changed to fix a missing link in Assistant. Change-Id: I359d9f307817d4310ea2237861de96ff58eb1dbe Reviewed-by: Friedemann Kleint --- doc/src/deployment/deployment.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3