From 9cdc8a20dd120b275a87638be68d7cca57a302dc Mon Sep 17 00:00:00 2001 From: Rupak Ganguly Date: Wed, 15 Aug 2012 16:46:52 -0400 Subject: [PATCH] Bump version to 0.0.16 and update changelog. --- CHANGELOG.hp | 11 +++++++++++ fog.gemspec | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.hp b/CHANGELOG.hp index 7e59f2700..a0b2c3c08 100644 --- a/CHANGELOG.hp +++ b/CHANGELOG.hp @@ -1,3 +1,14 @@ +0.0.16 08/15/2012 +================= +- add support for User-Agent string in header +- add support for Snapshots API to BlockStorage provider +- add support for Volumes API to BlockStorage provider +- add BlockStorage service to HP provider +- upgrade to excon 0.14.0 to take advantage of instrumentation +- add a head method for the directories collection +- update image model +- update put_object and get_object to accept blocks + 0.0.15 06/08/2012 ================= - add metadata attribute in server and image models to manage metadata diff --git a/fog.gemspec b/fog.gemspec index 39f80ad32..f099bd116 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.15' # fog base 1.0.0 - s.date = '2012-06-08' + s.version = '0.0.16' # fog base 1.0.0 + s.date = '2012-08-15' #s.rubyforge_project = 'fog' ## Make sure your summary is short. The description may be as long