From d6807e0688d5c96920b1b2ebcfe08857f063ace3 Mon Sep 17 00:00:00 2001 From: Rupak Ganguly Date: Thu, 2 Feb 2012 12:11:51 -0500 Subject: [PATCH] Bump version and update changelog. --- CHANGELOG.hp | 10 ++++++++++ fog.gemspec | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.hp b/CHANGELOG.hp index fb5e69f97..92ed71bbe 100644 --- a/CHANGELOG.hp +++ b/CHANGELOG.hp @@ -1,3 +1,13 @@ +0.0.12 02/02/2012 +================= + - integrate CS authentication + - refactor HP provider to work with legacy v1 authentication as well + - integrate CDN to work with Storage provider + - add additional attributes for CDN provider + - remove bits and add cores as alias to vcpus in flavor model + - update inline documentation + - update README wih copyright message + 0.0.11 01/09/2012 ================= - add ability to customize various connection timeouts options diff --git a/fog.gemspec b/fog.gemspec index bbcf7e4ac..cd8cdae75 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -6,8 +6,8 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'hpfog' - s.version = '0.0.11' # fog base 1.0.0 - s.date = '2012-01-09' + s.version = '0.0.12' # fog base 1.0.0 + s.date = '2012-02-02' #s.rubyforge_project = 'fog' ## Make sure your summary is short. The description may be as long