Merge lp:~mordred/nova/release-0.9.0 into lp:~hudson-openstack/nova/trunk

Proposed by Monty Taylor
Status: Merged
Approved by: Monty Taylor
Approved revision: no longer in the revision history of the source branch.
Merged at revision: 187
Proposed branch: lp:~mordred/nova/release-0.9.0
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 28 lines (+3/-3)
2 files modified
doc/source/conf.py (+2/-2)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~mordred/nova/release-0.9.0
Reviewer Review Type Date Requested Status
Vish Ishaya (community) Approve
Review via email: mp+31168@code.launchpad.net

Commit message

Releaed 0.9.0, now on 0.9.1

Description of the change

Tags 0.9.0 that we used in the new debian packaging branch. Bumps version to 0.9.1

To post a comment you must log in.
lp:~mordred/nova/release-0.9.0 updated
183. By Vish Ishaya

Makes ldap flags work again.

184. By Vish Ishaya

Fixed a typo from the the refactor of auth code

185. By Todd Willey

Create a model for storing session tokens.

Revision history for this message
Vish Ishaya (vishvananda) wrote :

lgtm

review: Approve
lp:~mordred/nova/release-0.9.0 updated
186. By Todd Willey

Removes logging when associating a model to something that isn't a model class.

187. By Monty Taylor

Releaed 0.9.0, now on 0.9.1

Revision history for this message
Soren Hansen (soren) wrote :

Note that due to bug #609284, the tags did not get merged.

Monty, I wouldn't be wildly upset if you cowboyed them onto the trunk *nudge* *nudge* :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/source/conf.py'
--- doc/source/conf.py 2010-07-25 01:06:22 +0000
+++ doc/source/conf.py 2010-07-28 15:33:50 +0000
@@ -47,9 +47,9 @@
47# built documents.47# built documents.
48#48#
49# The short X.Y version.49# The short X.Y version.
50version = '0.42'50version = '0.9'
51# The full version, including alpha/beta/rc tags.51# The full version, including alpha/beta/rc tags.
52release = '0.42'52release = '0.9.1'
5353
54# The language for content autogenerated by Sphinx. Refer to documentation54# The language for content autogenerated by Sphinx. Refer to documentation
55# for a list of supported languages.55# for a list of supported languages.
5656
=== modified file 'setup.py'
--- setup.py 2010-07-28 04:41:07 +0000
+++ setup.py 2010-07-28 15:33:50 +0000
@@ -19,7 +19,7 @@
19from setuptools import setup, find_packages19from setuptools import setup, find_packages
2020
21setup(name='nova',21setup(name='nova',
22 version='0.9.0',22 version='0.9.1',
23 description='cloud computing fabric controller',23 description='cloud computing fabric controller',
24 author='OpenStack',24 author='OpenStack',
25 author_email='nova@lists.launchpad.net',25 author_email='nova@lists.launchpad.net',