Merge lp:~bialix/bzr-windows-installers/bug-812886 into lp:bzr-windows-installers

Proposed by Alexander Belchenko
Status: Merged
Approved by: John A Meinel
Approved revision: 177
Merged at revision: 178
Proposed branch: lp:~bialix/bzr-windows-installers/bug-812886
Merge into: lp:bzr-windows-installers
Diff against target: 11 lines (+1/-1)
1 file modified
bazaar_releases.py (+1/-1)
To merge this branch: bzr merge lp:~bialix/bzr-windows-installers/bug-812886
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Pending
John A Meinel Pending
Bazaar Developers Pending
Review via email: mp+68383@code.launchpad.net

Description of the change

I've made a quite conservative fix for bug #812886: I've bumped version of xmloutput plugin in 2.3 series of bzr to revno:150 that has the fix for incorrect version_info tuple. Previous value was revno:149 and has been set by Gary van der Merwe in the February 2011. I suspect it was the latest available unreleased version of xmloutput to that moment.

I'm not quite sure should bump required version to 0.8.7 release, and I don't know is it fully compatible with bzr-2.3.3.

To post a comment you must log in.
Revision history for this message
John A Meinel (jameinel) wrote :

I'm also not sure about what 0.8.7 provides, but we can certainly close the version info bug.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bazaar_releases.py'
2--- bazaar_releases.py 2011-07-18 11:09:20 +0000
3+++ bazaar_releases.py 2011-07-19 13:31:54 +0000
4@@ -224,7 +224,7 @@
5 rewrite.copy_write(revision='revno:227'),
6 svn.copy_write(revision='revno:3515'),
7 upload.copy_write(revision='tag:bzr-upload-1.0.0'),
8- xmloutput.copy_write(revision='revno:149'),
9+ xmloutput.copy_write(revision='revno:150'),
10 qbzr.copy_write(branch='lp:qbzr/0.20', revision='tag:release-0.20.1'),
11 ],
12

Subscribers

People subscribed via source and target branches