summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 16:35:10 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:25:40 +0200
commitebab71f0ab7c879788b4d8b3046cd3f172f43139 (patch)
treed14bd8186a9cc48ff764442230e4bb55195f6fc0
parent4dde2b75a3ff9896b1ffb503a4929c65b273c048 (diff)
parent5c0c8f258f66a057ba3597e86c00f1e8e30504b7 (diff)
downloadqtxmlpatterns-old/5.0.tar.gz
Merge branch 'release' into old/5.0old/5.0
Change-Id: I5e30b1e98cd840de29120ce919c32c2fb90df262
-rw-r--r--dist/changes-5.0.225
-rw-r--r--sync.profile2
2 files changed, 26 insertions, 1 deletions
diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2
new file mode 100644
index 0000000..f29fa49
--- /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
+--------------------
+
+ - This release contains only minor code improvements.
diff --git a/sync.profile b/sync.profile
index 75a178b..47985b3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,5 +10,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",
);