← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~ahayzen/music-app/release-2.2ubuntu2 into lp:music-app

 

Andrew Hayzen has proposed merging lp:~ahayzen/music-app/release-2.2ubuntu2 into lp:music-app.

Commit message:
* Release 2.2ubuntu2 and start on 2.3

Requested reviews:
  Music App Developers (music-app-dev)

For more details, see:
https://code.launchpad.net/~ahayzen/music-app/release-2.2ubuntu2/+merge/279444

* Release 2.2ubuntu2 and start on 2.3
-- 
Your team Music App Developers is requested to review the proposed merge of lp:~ahayzen/music-app/release-2.2ubuntu2 into lp:music-app.
=== modified file 'app/music-app.qml'
--- app/music-app.qml	2015-11-17 01:51:14 +0000
+++ app/music-app.qml	2015-12-03 14:17:31 +0000
@@ -268,7 +268,7 @@
 
     // VARIABLES
     property string musicName: i18n.tr("Music")
-    property string appVersion: '2.2'
+    property string appVersion: '2.3'
     property bool toolbarShown: musicToolbar.visible
     property bool selectedAlbum: false
     property alias firstRun: startupSettings.firstRun

=== modified file 'debian/changelog'
--- debian/changelog	2015-11-17 01:59:57 +0000
+++ debian/changelog	2015-12-03 14:17:31 +0000
@@ -1,4 +1,10 @@
-music-app (2.2ubuntu2) UNRELEASED; urgency=medium
+music-app (2.3) UNRELEASED; urgency=medium
+
+  * Release 2.2ubuntu2 and start on 2.3
+
+ -- Andrew Hayzen <ahayzen@xxxxxxxxx>  Thu, 03 Dec 2015 14:11:35 +0000
+
+music-app (2.2ubuntu2) vivid; urgency=medium
 
   [ Bartosz Kosiorek ]
   *  Reduce size of images (with tinypng.com) to decrease click size and improve performance
@@ -17,7 +23,7 @@
   * Switch to using the new uc1.3 listitems within the SDK
   * Workaround for bug 1514143 by locking the header when searching (LP: #1514143)
 
- -- Bartosz Kosiorek <gang65@xxxxxxxxxxxxxx>  Tue, 08 Sep 2015 10:08:49 +0200
+ -- Andrew Hayzen <ahayzen@xxxxxxxxx>  Thu, 03 Dec 2015 14:10:59 +0000
 
 music-app (2.2ubuntu1) vivid; urgency=medium
 

=== modified file 'manifest.json.in'
--- manifest.json.in	2015-10-18 17:48:14 +0000
+++ manifest.json.in	2015-12-03 14:17:31 +0000
@@ -14,7 +14,7 @@
     "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@xxxxxxxxxxxxxxxxxxx>",
     "name": "@PROJECT_NAME@",
     "title": "Music",
-    "version": "2.2.@BZR_REVNO@",
+    "version": "2.3.@BZR_REVNO@",
     "x-source": {
         "vcs-bzr": "@BZR_SOURCE@",
         "vcs-bzr-revno": "@BZR_REVNO@"


Follow ups