Skip to content

Commit ececd06

Browse files
author
Morgan Haskel
committed
Merge pull request #292 from bmjen/release-prep-1.2.1
Updates CHANGELOG and metadata for 1.2.1 release
2 parents 15ecb98 + 8198296 commit ececd06

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
##2015-04-14 - Supported Release 1.2.1
2+
###Summary
3+
4+
This release includes bugfixes, test improvements, and a rewritten README.
5+
6+
####Bugfixes
7+
8+
- Verifies existence of $is_pe before using it.
9+
- Adds validation for $order param to not allow restricted characters.
10+
- Sets the group id on Fragments for versions of Facter that contain the $gid fact.
11+
- Sets the script group to 0 if the script is owned by root.
12+
- Explicitly sets script and concat directories to the same owner and group.
13+
- Re-adds support for fragment backup, so that static compiler can work with filebucket (MODULES-1700).
14+
115
##2015-02-17 - Supported Release 1.2.0
216
###Summary
317

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-concat",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"author": "Puppet Labs",
55
"summary": "Construct files from multiple fragments.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)