(#14221) Update Modulefile and CHANGELOG for next release

This commit is contained in:
Branan Purvine-Riley 2012-05-03 14:56:51 -07:00
parent 22f59f0b5d
commit 5185cf422c
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'