Merge lp:~bialix/bzr-website/2.1.2 into lp:bzr-website

Proposed by Alexander Belchenko
Status: Merged
Approved by: John A Meinel
Approved revision: 170
Merged at revision: 170
Proposed branch: lp:~bialix/bzr-website/2.1.2
Merge into: lp:bzr-website
Prerequisite: lp:~bialix/bzr-website/win32
Diff against target: 29 lines (+4/-4)
2 files modified
build.py (+2/-2)
en/index.html (+2/-2)
To merge this branch: bzr merge lp:~bialix/bzr-website/2.1.2
Reviewer Review Type Date Requested Status
John A Meinel Approve
Review via email: mp+33882@code.launchpad.net

Description of the change

Update the version info on released versions to 2.1.2 / 2.2b4. I know there should be announcement of 2.2 very soon, but right now 2.1.2 is our stable version.

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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 8/27/2010 4:07 AM, Alexander Belchenko wrote:
> Alexander Belchenko has proposed merging lp:~bialix/bzr-website/2.1.2 into lp:bzr-website with lp:~bialix/bzr-website/win32 as a prerequisite.
>
> Requested reviews:
> Bazaar Developers (bzr)
>
>
> Update the version info on released versions to 2.1.2 / 2.2b4. I know there should be announcement of 2.2 very soon, but right now 2.1.2 is our stable version.

Better than it is currently, though I would probably just jump the gun
for 2.2 if I was working on it.

John
=:->
 merge: approve

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkx39ccACgkQJdeBCYSNAAMOSACfdiu+edzNGyrsn/IkZK3pKPkv
/jEAoLxlyBL1vlXyaY5V3RvbPazc42qF
=D0np
-----END PGP SIGNATURE-----

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build.py'
2--- build.py 2010-08-27 09:07:40 +0000
3+++ build.py 2010-08-27 09:07:40 +0000
4@@ -3,8 +3,8 @@
5 import time
6 import feedparser
7
8-STABLE_VERSION = "2.1.1"
9-TEST_VERSION = "2.2b1"
10+STABLE_VERSION = "2.1.2"
11+TEST_VERSION = "2.2b4"
12
13
14 PROJECTS = [
15
16=== modified file 'en/index.html'
17--- en/index.html 2010-08-27 09:07:40 +0000
18+++ en/index.html 2010-08-27 09:07:40 +0000
19@@ -78,8 +78,8 @@
20 <div class="grid_4">
21 <h1 id="page_title"><a href=".">Bazaar</a></h1>
22 <table>
23- <tr><th align="left">Stable version:&nbsp;</th><td>2.1.1</td></tr>
24- <tr><th align="left">Test version:&nbsp;</th><td>2.2b1</td></tr>
25+ <tr><th align="left">Stable version:&nbsp;</th><td>2.1.2</td></tr>
26+ <tr><th align="left">Test version:&nbsp;</th><td>2.2b4</td></tr>
27 </table>
28 </div>
29 <div class="grid_4 omega" id="carousel">

Subscribers

People subscribed via source and target branches