From 2020e988ee673535670fb6901ad23ee6750d02e2 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 17 Dec 2012 20:45:32 +0100 Subject: point dependencies to 'release' branches Change-Id: I16bd4661bed3e61f6bc6bbb67ca30cdb6bb33e70 Reviewed-by: Thiago Macieira --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.profile b/sync.profile index 75a178b..4bbd64a 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/release", ); -- cgit v1.2.3 From 7ca430d7a5eae175cd20b85d4f4277a962d2e671 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sat, 12 Jan 2013 09:06:58 +0100 Subject: doc: Fix namespace version to 5.0.1 for qhp documentation Change-Id: Iab36160fc699f5d81e201aacd003b84c1be8a51b Reviewed-by: hjk --- src/xmlpatterns/doc/qtxmlpatterns.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf index 22e9af1..1db8656 100644 --- a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf +++ b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf @@ -32,7 +32,7 @@ qhp.qtxmlpatterns.file = qtxmlpatterns.qhp # Namespace for the output file. This namespace is used to distinguish between # different documentation files in Creator/Assistant. -qhp.qtxmlpatterns.namespace = org.qt-project.qtxmlpatterns.500 +qhp.qtxmlpatterns.namespace = org.qt-project.qtxmlpatterns.501 # Title for the package, will be the main title for the package in # Assistant/Creator. -- cgit v1.2.3 From 1bc407365d3cf61ecbfc7e3136d0b3bd8bc7fcb7 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 9 Jan 2013 15:37:31 +0100 Subject: Update changes file for 5.0.1 release Change-Id: I3014b6e03cba3fb310f6a7e5c80a0cfad9569082 Reviewed-by: Akseli Salovaara Reviewed-by: Iikka Eklund Reviewed-by: Sergio Ahumada --- dist/changes-5.0.1 | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/dist/changes-5.0.1 b/dist/changes-5.0.1 index cc5a670..5fea7ba 100644 --- a/dist/changes-5.0.1 +++ b/dist/changes-5.0.1 @@ -19,33 +19,4 @@ information about a particular change. * General * **************************************************************************** -General Improvements --------------------- - -Third party components ----------------------- - -**************************************************************************** -* Library * -**************************************************************************** - - -**************************************************************************** -* Platform Specific Changes * -**************************************************************************** - - -**************************************************************************** -* Compiler Specific Changes * -**************************************************************************** - - -**************************************************************************** -* Tools * -**************************************************************************** - - -**************************************************************************** -* Plugins * -**************************************************************************** - + - This release contains only minor code improvements. -- cgit v1.2.3