Merge lp:~cyphermox/bamf/14.04.20131125-0ubuntu2 into lp:bamf

Proposed by Mathieu Trudel-Lapierre
Status: Rejected
Rejected by: Marco Trevisan (Treviño)
Proposed branch: lp:~cyphermox/bamf/14.04.20131125-0ubuntu2
Merge into: lp:bamf
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
src/bamf-legacy-window-test.c (+1/-1)
To merge this branch: bzr merge lp:~cyphermox/bamf/14.04.20131125-0ubuntu2
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Ken VanDine Disapprove
Didier Roche-Tolomelli Approve
Review via email: mp+201025@code.launchpad.net

Commit message

Add missing changelog entry for 0.5.1+14.04.20131125-0ubuntu2

Description of the change

Add missing changelog entry for 0.5.1+14.04.20131125-0ubuntu2

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Thanks Mathieu :)

review: Approve
Revision history for this message
Ken VanDine (ken-vandine) wrote :

This is going to FTBFS, and there is a pending branch already at https://code.launchpad.net/~ken-vandine/bamf/0.5.1+14.04.20131125-0ubuntu2/+merge/200723

review: Disapprove
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

590. By Mathieu Trudel-Lapierre

releasing package bamf version 0.5.1+14.04.20131125-0ubuntu2

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-11-25 03:55:07 +0000
3+++ debian/changelog 2014-01-09 15:27:34 +0000
4@@ -1,3 +1,10 @@
5+bamf (0.5.1+14.04.20131125-0ubuntu2) trusty; urgency=medium
6+
7+ * bamf-legacy-window-test.c: Don't use 'return' with a value, in function
8+ returning void.
9+
10+ -- Matthias Klose <doko@ubuntu.com> Mon, 30 Dec 2013 07:55:21 +0100
11+
12 bamf (0.5.1+14.04.20131125-0ubuntu1) trusty; urgency=low
13
14 [ Marco Trevisan (Treviño) ]
15
16=== modified file 'src/bamf-legacy-window-test.c'
17--- src/bamf-legacy-window-test.c 2013-08-08 12:32:39 +0000
18+++ src/bamf-legacy-window-test.c 2014-01-09 15:27:34 +0000
19@@ -427,7 +427,7 @@
20 g_return_if_fail (BAMF_IS_LEGACY_WINDOW_TEST (window));
21 BamfLegacyWindowTest *self = BAMF_LEGACY_WINDOW_TEST (window);
22
23- return g_hash_table_insert (self->hints, g_strdup (name), g_strdup (value));
24+ g_hash_table_insert (self->hints, g_strdup (name), g_strdup (value));
25 }
26
27 static char *

Subscribers

People subscribed via source and target branches