summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 16:35:01 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:17:25 +0200
commit93bf5237673b8134a14ace198da3d140bbedca12 (patch)
tree515f56413cac4df02e192835079fab576163dba3
parent3e7042fb70597150a137e2e449b67e759d45c3fe (diff)
parentbacb0bec3cc2b409b215093f8e6ea3ff00c2af45 (diff)
Merge branch 'release' into old/5.0old/5.0
-rw-r--r--dist/changes-5.0.222
-rw-r--r--sync.profile2
2 files changed, 23 insertions, 1 deletions
diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2
new file mode 100644
index 0000000..708a382
--- /dev/null
+++ b/dist/changes-5.0.2
@@ -0,0 +1,22 @@
+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 *
+****************************************************************************
+
+ - This release contains only minor code improvements.
diff --git a/sync.profile b/sync.profile
index ccc4a15..51e5162 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,5 +5,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
+ "qtbase" => "refs/heads/old/5.0",
);