Merge lp:~nik90/ubuntu-clock-app/bump-version-3.3 into lp:ubuntu-clock-app

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Riccardo Padovani
Approved revision: 190
Merged at revision: 189
Proposed branch: lp:~nik90/ubuntu-clock-app/bump-version-3.3
Merge into: lp:ubuntu-clock-app
Diff against target: 63 lines (+19/-8)
3 files modified
app/worldclock/WorldCityList.qml (+1/-1)
debian/changelog (+17/-6)
manifest.json.in (+1/-1)
To merge this branch: bzr merge lp:~nik90/ubuntu-clock-app/bump-version-3.3
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Clock Developers Pending
Review via email: mp+247214@code.launchpad.net

Commit message

Bump clock app version to v3.3 and prepare for store upload.

Description of the change

Bump clock app version to v3.3 and prepare for store upload.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app/worldclock/WorldCityList.qml'
2--- app/worldclock/WorldCityList.qml 2014-10-16 15:52:23 +0000
3+++ app/worldclock/WorldCityList.qml 2015-01-21 20:15:49 +0000
4@@ -125,7 +125,7 @@
5 var url = String("%1%2%3")
6 .arg("http://geoname-lookup.ubuntu.com/?query=")
7 .arg(searchField.text)
8- .arg("&app=com.ubuntu.clock&version=3.2.x")
9+ .arg("&app=com.ubuntu.clock&version=3.3.x")
10 console.log("Online URL: " + url)
11 if (jsonTimeZoneModelLoader.status === Loader.Ready) {
12 jsonTimeZoneModel.source = Qt.resolvedUrl(url)
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2015-01-21 02:33:40 +0000
16+++ debian/changelog 2015-01-21 20:15:49 +0000
17@@ -1,3 +1,20 @@
18+ubuntu-clock-app (3.3) utopic; urgency=medium
19+
20+ [Nekhelesh Ramananthan]
21+ * Fixed alarm string not being translatable (LP: #1380248)
22+ * Bumped framework version to ubuntu-sdk-14.10
23+ * Fixed the incorrect overriding of alarm delegate model value.
24+ * Fixed qml tests broken in vivid due to listitem behaviour change.
25+ * Fixed one-time alarms not being able to be re-enabled using the alarm switch
26+ after they have gone off once (LP: #1413027)
27+ * OneTime alarms are not automatically dismissed after they are triggered (LP: #1362341)
28+
29+ [Brendan Donegan]
30+ * Fixed AP failure by waiting for the bottom edge tip visible property to be true
31+ before trying to swipe up the bottom edge.
32+
33+ -- Nekhelesh Ramananthan <krnekhelesh@gmail.com> Wed, 21 Jan 2015 21:05:24 +0100
34+
35 ubuntu-clock-app (3.2) utopic; urgency=medium
36
37 [Nekhelesh Ramananthan]
38@@ -27,12 +44,6 @@
39 now set to false to improve startup animation.
40 * Customised splash screen (white background) (LP: #1377638)
41 * Added manual test to check disabling of alarms.
42- * Fixed alarm string not being translatable (LP: #1380248)
43- * Fixed the incorrect overriding of alarm delegate model value.
44- * Fixed qml tests broken in vivid due to listitem behaviour change.
45- * Fixed one-time alarms not being able to be re-enabled using the alarm switch
46- after they have gone off once (LP: #1413027)
47- * OneTime alarms are not automatically dismissed after they are triggered (LP: #1362341)
48
49 [Akiva Shammai Avraham]
50 * Improved the analog clock performance by updating the clock hands every second
51
52=== modified file 'manifest.json.in'
53--- manifest.json.in 2014-11-11 14:17:01 +0000
54+++ manifest.json.in 2015-01-21 20:15:49 +0000
55@@ -12,7 +12,7 @@
56 "urls": "share/url-dispatcher/urls/com.ubuntu.clock_clock.url-dispatcher"
57 }
58 },
59- "version": "3.2.@BZR_REVNO@",
60+ "version": "3.3.@BZR_REVNO@",
61 "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
62 "x-test": {
63 "autopilot": "ubuntu_clock_app"

Subscribers

People subscribed via source and target branches