diff -Nru keystone-2012.1.1+git201207310702~precise/ChangeLog keystone-2012.1.3+git201208152100~precise/ChangeLog --- keystone-2012.1.1+git201207310702~precise/ChangeLog 2012-07-31 11:04:11.000000000 +0000 +++ keystone-2012.1.3+git201208152100~precise/ChangeLog 2012-08-16 01:02:41.000000000 +0000 @@ -1,3 +1,35 @@ +commit 359c426f3009b6088efc364c035d104b089eb37a +Author: Mark McLoughlin +Date: Fri Aug 10 06:54:48 2012 +0100 + + Open 2012.1.3 development + + Bump version to 2012.1.3 to formally open development of the next + Essex stable update release. + + See http://wiki.openstack.org/StableBranchRelease + + Change-Id: Ie3a82ed9b26d25a83b284d57e3d58ab6f4c31b30 + + setup.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit afc37aeb10638807c9839fcc6f403b34029662a5 +Author: Mark McLoughlin +Date: Wed Aug 8 00:45:22 2012 +0100 + + Open 2012.1.2 development + + Bump version to 2012.1.2 to formally open development of the next + Essex stable update release. + + See http://wiki.openstack.org/StableBranchRelease + + Change-Id: Id20de09f981f5389afbb9622ade9de7d4f3fd015 + + setup.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit f65604db7b504709fcb9aba2bcfd34a2aebffed3 Merge: 46b3722 5373601 Author: Jenkins diff -Nru keystone-2012.1.1+git201207310702~precise/debian/changelog keystone-2012.1.3+git201208152100~precise/debian/changelog --- keystone-2012.1.1+git201207310702~precise/debian/changelog 2012-07-31 11:04:22.000000000 +0000 +++ keystone-2012.1.3+git201208152100~precise/debian/changelog 2012-08-16 01:02:55.000000000 +0000 @@ -1,3 +1,35 @@ +keystone (2012.1.3+git201208152100~precise-0ubuntu1) precise; urgency=low + + * Automated Ubuntu testing build: [708c80e] fix variable names to + coincide with the ones in common.ldap + + -- Openstack Ubuntu Testing Bot Wed, 15 Aug 2012 21:02:54 -0400 + +keystone (2012.1.3+git201208152100~precise-0ubuntu1) precise; urgency=low + + * Automated Ubuntu testing build: [d56a3fb] Import ec2 credentials + from old keystone db + + -- Openstack Ubuntu Testing Bot Wed, 15 Aug 2012 21:02:53 -0400 + +keystone (2012.1.3+git201208152100~precise-0ubuntu1) precise; urgency=low + + * Automated Ubuntu testing build: [afc37ae] Open 2012.1.2 development + + -- Openstack Ubuntu Testing Bot Wed, 15 Aug 2012 21:02:53 -0400 + +keystone (2012.1.3+git201208152100~precise-0ubuntu1) precise; urgency=low + + * Automated Ubuntu testing build: [359c426] Open 2012.1.3 development + + -- Openstack Ubuntu Testing Bot Wed, 15 Aug 2012 21:02:53 -0400 + +keystone (2012.1.3+git201208152100~precise-0ubuntu1) precise; urgency=low + + * Automated Ubuntu testing build: + + -- Openstack Ubuntu Testing Bot Wed, 15 Aug 2012 21:02:52 -0400 + keystone (2012.1.1+git201207310702~precise-0ubuntu1) precise; urgency=low * Automated Ubuntu testing build: [708c80e] fix variable names to diff -Nru keystone-2012.1.1+git201207310702~precise/keystone.egg-info/PKG-INFO keystone-2012.1.3+git201208152100~precise/keystone.egg-info/PKG-INFO --- keystone-2012.1.1+git201207310702~precise/keystone.egg-info/PKG-INFO 2012-07-31 11:04:11.000000000 +0000 +++ keystone-2012.1.3+git201208152100~precise/keystone.egg-info/PKG-INFO 2012-08-16 01:02:41.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: keystone -Version: 2012.1.1 +Version: 2012.1.3 Summary: Authentication service for OpenStack Home-page: http://www.openstack.org Author: OpenStack, LLC. diff -Nru keystone-2012.1.1+git201207310702~precise/PKG-INFO keystone-2012.1.3+git201208152100~precise/PKG-INFO --- keystone-2012.1.1+git201207310702~precise/PKG-INFO 2012-07-31 11:04:11.000000000 +0000 +++ keystone-2012.1.3+git201208152100~precise/PKG-INFO 2012-08-16 01:02:41.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: keystone -Version: 2012.1.1 +Version: 2012.1.3 Summary: Authentication service for OpenStack Home-page: http://www.openstack.org Author: OpenStack, LLC. diff -Nru keystone-2012.1.1+git201207310702~precise/setup.py keystone-2012.1.3+git201208152100~precise/setup.py --- keystone-2012.1.1+git201207310702~precise/setup.py 2012-07-31 11:02:01.000000000 +0000 +++ keystone-2012.1.3+git201208152100~precise/setup.py 2012-08-16 01:00:33.000000000 +0000 @@ -56,7 +56,7 @@ write_requirements() setup(name='keystone', - version='2012.1.1', + version='2012.1.3', description="Authentication service for OpenStack", license='Apache License (2.0)', author='OpenStack, LLC.',