Merge pull request #180 from mhaskel/1.0.3-prep

1.0.3 prep
This commit is contained in:
Ashley Penney 2014-05-14 16:42:44 -04:00
commit c4695b6d5f
3 changed files with 28 additions and 6 deletions

View file

@ -1,3 +1,17 @@
## - Supported Release 1.0.3
###Summary
This is a supported release. No functional changes were made from 1.0.2.
####Features
- Added test support for Ubuntu Trusty.
####Bugfixes
####Known bugs
*Not supported on Windows.
##2014-03-04 - Supported Release 1.0.2
###Summary

View file

@ -1,5 +1,5 @@
name 'puppetlabs-concat'
version '1.0.2'
version '1.0.3'
source 'git://github.com/puppetlabs/puppetlabs-concat.git'
author 'Puppetlabs'
license 'Apache 2.0'

View file

@ -11,28 +11,35 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{
@ -52,7 +59,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04"
"12.04",
"14.04"
]
},
{