mirror of
				https://github.com/fog/fog.git
				synced 2022-11-09 13:51:43 -05:00 
			
		
		
		
	To match the version number increase, there are no real enhancements they are just implementation/supporting file updates.
		
			
				
	
	
	
	
		
			667 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			667 B
		
	
	
	
	
	
	
	
0.0.2 / 2014-04-10
Bug fixes:
- Add CHANGELOG.md to 
fog-brightboxmodule. - Add MiniTest::Specs to project. Use 
rake testto check the code. - Add Gemfile, Rakefile, README and LICENCE to start documenting project.
 - Remove redundant calls to 
Fog.credentials. The code flow was such that the credentials were being passed in toFog::Compute::Brightboxanyway. - Isolate testing from contents of 
~.fogfile which is leaking in throug theFog.credentialsglobal. 
0.0.1 / 2014-02-19
Enhancements:
- Initial release of extracted 
fog-brightboxmodule. This is pretty much the pilot for fog modules so bear with us as we iron out the bugs.