Merge lp:~james-w/pkgme-devportal/release-0.4.6 into lp:pkgme-devportal

Proposed by James Westby
Status: Merged
Approved by: James Westby
Approved revision: 131
Merged at revision: 131
Proposed branch: lp:~james-w/pkgme-devportal/release-0.4.6
Merge into: lp:pkgme-devportal
Diff against target: 38 lines (+16/-1)
2 files modified
NEWS (+15/-0)
devportalbinary/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~james-w/pkgme-devportal/release-0.4.6
Reviewer Review Type Date Requested Status
pkgme binary committers Pending
Review via email: mp+126977@code.launchpad.net

Commit message

Prepare for the 0.4.6 release.

Description of the change

Hi,

Here's the prep for 0.4.6.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'NEWS'
--- NEWS 2012-09-24 09:48:25 +0000
+++ NEWS 2012-09-28 14:27:21 +0000
@@ -2,6 +2,21 @@
2NEWS for pkgme-devportal2NEWS for pkgme-devportal
3========================3========================
44
50.4.6 (2012-09-28)
6==================
7
8Improvements
9------------
10
11 * Don't parse the command line from the PackageDatabase code.
12 The code may be used in environments where the user isn't controlling
13 the command line, so they can't specify options using it, and any
14 parsing is going to do the wrong thing. (James Westby)
15
16 * Don't rename the icons in the unity-webapps backend. The unity
17 code depends on the icon names, so renaming breaks it. (James Westby)
18
19
50.4.5 (2012-09-24)200.4.5 (2012-09-24)
6==================21==================
722
823
=== modified file 'devportalbinary/__init__.py'
--- devportalbinary/__init__.py 2012-09-24 09:48:25 +0000
+++ devportalbinary/__init__.py 2012-09-28 14:27:21 +0000
@@ -9,7 +9,7 @@
9 ]9 ]
1010
1111
12__version__ = '0.4.5'12__version__ = '0.4.6'
1313
1414
15def get_backends_path():15def get_backends_path():

Subscribers

People subscribed via source and target branches