From 6e6269b6914779c47727070fed459ad009bd7082 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Tue, 4 Mar 2014 16:39:37 +0000 Subject: [PATCH] Prepare a 2.2.3 supported release. --- CHANGELOG.md | 12 ++++++++++++ Modulefile | 2 +- metadata.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d615a7b..8349998f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +##2014-03-04 - Supported Release 2.2.3 +###Summary + +This is a supported release. This release removes a testing symlink that can +cause trouble on systems where /var is on a seperate filesystem from the +modulepath. + +####Features +####Bugfixes +####Known Bugs +* No known bugs + ##2014-03-04 - Supported Release 2.2.2 ###Summary This is a supported release. Mostly comprised of enhanced testing, plus a diff --git a/Modulefile b/Modulefile index 143a45dd4..e89be88ec 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-mysql' -version '2.2.2' +version '2.2.3' source 'git://github.com/puppetlabs/puppetlabs-mysql.git' author 'Puppet Labs' license 'Apache 2.0' diff --git a/metadata.json b/metadata.json index 85e99b377..e1a8c7905 100644 --- a/metadata.json +++ b/metadata.json @@ -60,7 +60,7 @@ } ], "name": "puppetlabs-mysql", - "version": "2.2.2", + "version": "2.2.3", "source": "git://github.com/puppetlabs/puppetlabs-mysql.git", "author": "Puppet Labs", "license": "Apache 2.0",