Prepare -rc4 release.
This commit is contained in:
parent
f03da2c8e6
commit
dfc85a8bec
3 changed files with 20 additions and 7 deletions
13
CHANGELOG
13
CHANGELOG
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue