Prepare 3.3.3 supported release.
This commit is contained in:
parent
fc729b434b
commit
d7a890b4a9
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
##2014-03-04 - Supported Release 3.3.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
|
||||
* SLES is not supported.
|
||||
|
||||
##2014-03-04 - Supported Release 3.3.2
|
||||
###Summary
|
||||
This is a supported release. It fixes a problem with updating passwords on postgresql.org distributed versions of PostgreSQL.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-postgresql'
|
||||
version '3.3.2'
|
||||
version '3.3.3'
|
||||
source 'git://github.com/puppetlabs/puppet-postgresql.git'
|
||||
author 'Inkling/Puppet Labs'
|
||||
description 'PostgreSQL defined resource types'
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
}
|
||||
],
|
||||
"name": "puppetlabs-postgresql",
|
||||
"version": "3.3.2",
|
||||
"version": "3.3.3",
|
||||
"source": "git://github.com/puppetlabs/puppet-postgresql.git",
|
||||
"author": "Inkling/Puppet Labs",
|
||||
"license": "ASL 2.0",
|
||||
|
|
Loading…
Reference in a new issue