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
=== modified file 'build.py'
--- build.py 2010-08-27 09:07:40 +0000
+++ build.py 2010-08-27 09:07:40 +0000
@@ -3,8 +3,8 @@
3import time3import time
4import feedparser4import feedparser
55
6STABLE_VERSION = "2.1.1"6STABLE_VERSION = "2.1.2"
7TEST_VERSION = "2.2b1"7TEST_VERSION = "2.2b4"
88
99
10PROJECTS = [10PROJECTS = [
1111
=== modified file 'en/index.html'
--- en/index.html 2010-08-27 09:07:40 +0000
+++ en/index.html 2010-08-27 09:07:40 +0000
@@ -78,8 +78,8 @@
78 <div class="grid_4">78 <div class="grid_4">
79 <h1 id="page_title"><a href=".">Bazaar</a></h1>79 <h1 id="page_title"><a href=".">Bazaar</a></h1>
80 <table>80 <table>
81 <tr><th align="left">Stable version:&nbsp;</th><td>2.1.1</td></tr>81 <tr><th align="left">Stable version:&nbsp;</th><td>2.1.2</td></tr>
82 <tr><th align="left">Test version:&nbsp;</th><td>2.2b1</td></tr>82 <tr><th align="left">Test version:&nbsp;</th><td>2.2b4</td></tr>
83 </table>83 </table>
84 </div>84 </div>
85 <div class="grid_4 omega" id="carousel">85 <div class="grid_4 omega" id="carousel">

Subscribers

People subscribed via source and target branches