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

Bump the version and update the changelog.

This commit is contained in:
Rupak Ganguly 2012-11-15 18:27:09 -05:00
parent 0aba159bc9
commit 42e69cfee7
3 changed files with 10 additions and 4 deletions

View file

@ -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.17' # fog base 1.0.0
s.date = '2012-10-16'
s.version = '0.0.18' # fog base 1.0.0
s.date = '2012-11-15'
#s.rubyforge_project = 'fog'
## Make sure your summary is short. The description may be as long

View file

@ -6,7 +6,7 @@ module Fog
# define a specific version for the HP Provider
unless const_defined?(:VERSION)
VERSION = '0.0.17'
VERSION = '0.0.18'
end
extend Fog::Provider

View file

@ -1,6 +1,12 @@
0.0.18 11/15/2012
=================
- add support for controlled access via cross-tenant ACLs
- add support for creating bootable volumes
- add support for creating persistent server instances using bootable volumes
0.0.17 10/16/2012
=================
- add support for generating temp_url
- add support for generating temporary urls
- add support for retrieving encrypted password for Windows instances
- add support for creating Windows instances