summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 16:35:05 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:25:40 +0200
commitaa1b88158169f6b70752ac723cd91ceeb3fef710 (patch)
tree00d6c80c71185cac2441be4834a7487fd59a6a59
parentbc75fc55d3b2aff6460ab51d73a0e8d36fec0c38 (diff)
parent95fca593cb08b3755cc72df6169afad9f75f0a7f (diff)
downloadqtsvg-old/5.0.tar.gz
Merge branch 'release' into old/5.0old/5.0
Change-Id: Ia2f7cd17bada35dbe0931caa0b8a22e17abe7a42
-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 915cf73..a0c10f0 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",
);