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
1=== modified file 'NEWS'
2--- NEWS 2012-09-24 09:48:25 +0000
3+++ NEWS 2012-09-28 14:27:21 +0000
4@@ -2,6 +2,21 @@
5 NEWS for pkgme-devportal
6 ========================
7
8+0.4.6 (2012-09-28)
9+==================
10+
11+Improvements
12+------------
13+
14+ * Don't parse the command line from the PackageDatabase code.
15+ The code may be used in environments where the user isn't controlling
16+ the command line, so they can't specify options using it, and any
17+ parsing is going to do the wrong thing. (James Westby)
18+
19+ * Don't rename the icons in the unity-webapps backend. The unity
20+ code depends on the icon names, so renaming breaks it. (James Westby)
21+
22+
23 0.4.5 (2012-09-24)
24 ==================
25
26
27=== modified file 'devportalbinary/__init__.py'
28--- devportalbinary/__init__.py 2012-09-24 09:48:25 +0000
29+++ devportalbinary/__init__.py 2012-09-28 14:27:21 +0000
30@@ -9,7 +9,7 @@
31 ]
32
33
34-__version__ = '0.4.5'
35+__version__ = '0.4.6'
36
37
38 def get_backends_path():

Subscribers

People subscribed via source and target branches