diff --git a/CHANGELOG b/CHANGELOG index 74d13d6..d16259c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +2012-05-03 - Version 0.3.0 +* #14218 Query the database for available privileges +* Add mysql::java class for java connector installation +* Use correct error log location on different distros +* Fix set_mysql_rootpw to properly depend on my.cnf + 2012-04-11 - Version 0.2.0 2012-03-19 - William Van Hevelingen diff --git a/Modulefile b/Modulefile index 7ebf37e..ccb4813 100644 --- a/Modulefile +++ b/Modulefile @@ -1,9 +1,8 @@ name 'puppetlabs-mysql' -version '0.2.0' +version '0.3.0' source 'git://github.com/puppetlabs/puppetlabs-mysql.git' author 'Puppet Labs' -license 'Apache' +license 'Apache 2.0' summary 'Mysql module' description 'Mysql module' project_page 'http://github.com/puppetlabs/puppetlabs-mysql' -# dependency 'puppetlabs/create_resources', '>= 1.2.0'