mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #4 from SDK-CLI-Docs/feature/59_release_0.0.16
Bump version to 0.0.16 and update changelog.
This commit is contained in:
commit
3b9795eaec
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.hp
11
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue