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:
parent
0aba159bc9
commit
42e69cfee7
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue