1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Bump version and update changelog.

This commit is contained in:
Rupak Ganguly 2012-02-02 12:11:51 -05:00
parent 6dcf98d7e3
commit d6807e0688
2 changed files with 12 additions and 2 deletions

View file

@ -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 0.0.11 01/09/2012
================= =================
- add ability to customize various connection timeouts options - add ability to customize various connection timeouts options

View file

@ -6,8 +6,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out ## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile ## the sub! line in the Rakefile
s.name = 'hpfog' s.name = 'hpfog'
s.version = '0.0.11' # fog base 1.0.0 s.version = '0.0.12' # fog base 1.0.0
s.date = '2012-01-09' s.date = '2012-02-02'
#s.rubyforge_project = 'fog' #s.rubyforge_project = 'fog'
## Make sure your summary is short. The description may be as long ## Make sure your summary is short. The description may be as long