Prepare -rc4 release.

This commit is contained in:
Ashley Penney 2013-10-09 13:34:13 -07:00
parent f03da2c8e6
commit dfc85a8bec
3 changed files with 20 additions and 7 deletions

View file

@ -1,3 +1,16 @@
2013-10-09 - Version 2.0.0-rc4
Summary:
Bugfixes to mysql_grant and mysql_user form the bulk of this rc, as well as
ensuring that values in the override_options hash that contain a value of ''
are created as just "key" in the conf rather than "key =" or "key = false".
Fixes:
- Improve mysql_grant to work with IPv6 addresses (both long and short).
- Ensure @host users work as well as user@host users.
- Updated my.cnf template to support items with no values.
2013-10-07 - Version 2.0.0-rc3
Summary:

View file

@ -1,5 +1,5 @@
name 'puppetlabs-mysql'
version '2.0.0-rc3'
version '2.0.0-rc4'
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
author 'Puppet Labs'
license 'Apache 2.0'

View file

@ -1,6 +1,6 @@
{
"name": "puppetlabs/mysql",
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"summary": "Manage MySQL, includes types/providers",
"source": "git@github.com/puppetlabs/puppetlabs-mysql.git",
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
@ -15,11 +15,11 @@
"Ubuntu"
],
"puppet_version": [
2.7,
3.0,
3.1,
3.2,
3.3
"2.7",
"3.0",
"3.1",
"3.2",
"3.3"
],
"dependencies": [
{