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

Proposed by James Westby
Status: Merged
Approved by: James Westby
Approved revision: 98
Merged at revision: 96
Proposed branch: lp:~james-w/pkgme-devportal/release-0.2
Merge into: lp:pkgme-devportal
Diff against target: 46 lines (+13/-1)
2 files modified
NEWS (+12/-0)
devportalbinary/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~james-w/pkgme-devportal/release-0.2
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+122093@code.launchpad.net

Commit message

Stuff for 0.2 release.

Description of the change

Hi,

This is the 0.2 release prep, and the post-release version bump.

Thanks,

James

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Rubberstamping.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS'
2--- NEWS 2012-08-30 14:35:07 +0000
3+++ NEWS 2012-08-30 15:39:17 +0000
4@@ -5,6 +5,10 @@
5 NEXT (20XX-XX-XX)
6 =================
7
8+
9+0.2 (2012-08-30)
10+================
11+
12 Improvements
13 ------------
14
15@@ -19,10 +23,18 @@
16 * PDF and binary backends both use explicit copyright messages if provided
17 in the metadata. (Jonathan Lange)
18
19+ * The binary dependency database now contains information on architecture,
20+ and the architecture to get the dependecies for is specified when querying.
21+ (Michael Vogt, Jonathan Lange, James Westby)
22+
23 * PackageDatabase.close() exists now, to close the database connection.
24 You should use method to ensure that the db connection isn't held open
25 longer than you need it. (James Westby)
26
27+ * Epochs are now correctly stripped when calculating the url on Launchpad
28+ for a binary package. This means that dependency scanning will now work
29+ for packages with epochs in the version number. (James Westby)
30+
31 Changes
32 -------
33
34
35=== modified file 'devportalbinary/__init__.py'
36--- devportalbinary/__init__.py 2012-08-09 01:59:14 +0000
37+++ devportalbinary/__init__.py 2012-08-30 15:39:17 +0000
38@@ -9,7 +9,7 @@
39 ]
40
41
42-__version__ = '0.2'
43+__version__ = '0.3'
44
45
46 def get_backends_path():

Subscribers

People subscribed via source and target branches