summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 16:35:00 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:04:06 +0200
commitcba3f68d612bb451627c15e524d59b3ac832b9c1 (patch)
treef69c8425e6fbf1bd04be35ebe6889b9e1621fee1
parent8175793c5edb2ba758a0271036b4f376d3c3c319 (diff)
parenta567c47b3785fafb51c6db0f660c3af198968271 (diff)
downloadqtgraphicaleffects-old/5.0.tar.gz
Merge branch 'release' into old/5.0old/5.0
Change-Id: I97c33c0b0a9a36df10e8f22292f8c913aa9a99b3
-rw-r--r--dist/changes-5.0.222
-rw-r--r--sync.profile8
2 files changed, 26 insertions, 4 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 7791f3b..483958e 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,8 +5,8 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
+ "qtbase" => "refs/heads/old/5.0",
+ "qtdeclarative" => "refs/heads/old/5.0",
+ "qtjsbackend" => "refs/heads/old/5.0",
+ "qtxmlpatterns" => "refs/heads/old/5.0",
);