From 73ee37bebbf724a3ec01b30212ed31002a682083 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 26 Apr 2016 13:11:56 +0200 Subject: [PATCH 1/4] Add changelog for Qt 5.7.0 release Change-Id: I7c0d44f64a99717e01cc8b6e7ed978c920d79539 Reviewed-by: Joerg Bornemann --- dist/changes-5.7.0 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dist/changes-5.7.0 diff --git a/dist/changes-5.7.0 b/dist/changes-5.7.0 new file mode 100644 index 00000000..55ad36e1 --- /dev/null +++ b/dist/changes-5.7.0 @@ -0,0 +1,22 @@ +Qt 5.7 introduces many new features and improvements as well as bugfixes +over the 5.6.x series. For more details, refer to the online documentation +included in this distribution. The documentation is also available online: + + http://doc.qt.io/qt-5/index.html + +The Qt version 5.7 series is binary compatible with the 5.6.x series. +Applications compiled for 5.6 will continue to run with 5.7. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* Library * +**************************************************************************** + + - This release contains only minor code improvements. From eca5e662a08f0f7cd342a4a9d22105acc504dfce Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 12 May 2016 10:12:44 +0200 Subject: [PATCH 2/4] Add changelog for Qt 5.6.1 release Change-Id: If40289edda921734b84a1bba3cf26417ce08df8d Reviewed-by: Joerg Bornemann --- dist/changes-5.6.1 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dist/changes-5.6.1 diff --git a/dist/changes-5.6.1 b/dist/changes-5.6.1 new file mode 100644 index 00000000..57adbce8 --- /dev/null +++ b/dist/changes-5.6.1 @@ -0,0 +1,24 @@ +Qt 5.6.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.6.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + http://doc.qt.io/qt-5/index.html + +The Qt version 5.6 series is binary compatible with the 5.5.x series. +Applications compiled for 5.5 will continue to run with 5.6. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* Library * +**************************************************************************** + + - This release contains only minor code improvements. From a466d724e5a138f5e56236c3baab7b1c938bb069 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 10 May 2016 15:24:16 +0200 Subject: [PATCH 3/4] Doc: Remove repository name from examplesinstallpath Examples in binary packages now directly match the install path. Change-Id: I0f307b1eec9aaa1d4464d3eddcb2229d56c7eaf8 Task-number: QTBUG-52953 Reviewed-by: Antti Kokko --- src/activeqt/doc/activeqt.qdocconf | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/activeqt/doc/activeqt.qdocconf b/src/activeqt/doc/activeqt.qdocconf index 2d41e638..09a48a39 100644 --- a/src/activeqt/doc/activeqt.qdocconf +++ b/src/activeqt/doc/activeqt.qdocconf @@ -4,8 +4,6 @@ project = ActiveQt description = ActiveQt version = $QT_VERSION -examplesinstallpath = qtactiveqt - qhp.projects = ActiveQt qhp.ActiveQt.file = activeqt.qhp From ceb1b32e0dba6d3826333f83e10eba50565dfe32 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 19 May 2016 13:26:18 +0200 Subject: [PATCH 4/4] Bump version Change-Id: If2a5e089f9a524a60c3793387d5e0fcee76084d7 --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.qmake.conf b/.qmake.conf index 9450b838..4d3d5bff 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,4 @@ load(qt_build_config) CONFIG += qt_example_installs -MODULE_VERSION = 5.6.1 +MODULE_VERSION = 5.6.2