Prepare 2.2.1 release.
This commit is contained in:
parent
64163dbd1d
commit
4628f3557c
3 changed files with 12 additions and 2 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
2014-02-19 - Version 2.2.1
|
||||
|
||||
Summary:
|
||||
|
||||
Minor release that repairs mysql_database{} so that it sees the correct
|
||||
collation settings (it was only checking the global mysql ones, not the
|
||||
actual database and constantly setting it over and over since January 22nd).
|
||||
|
||||
Also fixes a bunch of tests on various platforms.
|
||||
|
||||
2014-02-13 - Version 2.2.0
|
||||
|
||||
Summary:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-mysql'
|
||||
version '2.2.0'
|
||||
version '2.2.1'
|
||||
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
|
||||
author 'Puppet Labs'
|
||||
license 'Apache 2.0'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs/mysql",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"summary": "Manage MySQL, includes types/providers",
|
||||
"source": "git@github.com/puppetlabs/puppetlabs-mysql.git",
|
||||
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
||||
|
|
Loading…
Reference in a new issue