Merge pull request #70 from branan/14221_forge_update

(#14221) Update Modulefile and CHANGELOG for next release
This commit is contained in:
Nan Liu 2012-05-04 15:09:42 -07:00
commit c2b90348b2
2 changed files with 8 additions and 3 deletions

View file

@ -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 <blkperl@cat.pdx.edu>

View file

@ -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'