commit
cf366e26a8
3 changed files with 22 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
##2014-06-25 - Supported Release 1.0.4
|
||||||
|
###Summary
|
||||||
|
|
||||||
|
This release has test fixes.
|
||||||
|
|
||||||
|
####Features
|
||||||
|
- Added test support for OSX.
|
||||||
|
|
||||||
|
####Bugfixes
|
||||||
|
|
||||||
|
####Known bugs
|
||||||
|
|
||||||
|
* Not supported on Windows.
|
||||||
|
|
||||||
##2014-06-04 - Release 1.0.3
|
##2014-06-04 - Release 1.0.3
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name 'puppetlabs-concat'
|
name 'puppetlabs-concat'
|
||||||
version '1.0.3'
|
version '1.0.4'
|
||||||
source 'git://github.com/puppetlabs/puppetlabs-concat.git'
|
source 'git://github.com/puppetlabs/puppetlabs-concat.git'
|
||||||
author 'Puppetlabs'
|
author 'Puppetlabs'
|
||||||
license 'Apache 2.0'
|
license 'Apache 2.0'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs-concat",
|
"name": "puppetlabs-concat",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"source": "https://github.com/puppetlabs/puppetlabs-concat",
|
"source": "https://github.com/puppetlabs/puppetlabs-concat",
|
||||||
"author": "Puppet Labs",
|
"author": "Puppet Labs",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -77,6 +77,12 @@
|
||||||
"6.1",
|
"6.1",
|
||||||
"7.1"
|
"7.1"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"operatingsystem": "OSX",
|
||||||
|
"operatingsystemrelease": [
|
||||||
|
"10.9"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
|
|
Loading…
Reference in a new issue