File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ =======
2+ ##2015 -06-02 - Supported Release 2.0.1
3+ ###Summary
4+
5+ This is a bugfix release.
6+
7+ ####Bugfixes
8+ - Fixes dependency graphing with concurrent modification of the same file.
9+ - Fixes handling fragment target.
10+ - Fixes the defaulted force behavior to handle empty concats correctly.
11+
112=======
213##2015 -05-12 - Supported Release 2.0.0
314###Summary
@@ -10,6 +21,15 @@ This is a major release. Includes re-implementation of concat to use native Type
1021####Bugfixes
1122- Fixes a bug in alpha ordering of fragments.
1223
24+ =======
25+ ##2015 -06-02 - Supported Release 1.2.3
26+ ###Summary
27+
28+ This release includes a README fix to document correct behavior of fragment target parameter.
29+
30+ ####Bugfixes
31+
32+ - README Fix to correctly document how a fragment $target param should work.
1333
1434##2015 -05-12 - Supported Release 1.2.2
1535###Summary
Original file line number Diff line number Diff line change 11{
22 "name" : " puppetlabs-concat" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "author" : " Puppet Labs" ,
55 "summary" : " Construct files from multiple fragments." ,
66 "license" : " Apache-2.0" ,
77 "source" : " https://github.com/puppetlabs/puppetlabs-concat" ,
88 "project_page" : " https://github.com/puppetlabs/puppetlabs-concat" ,
99 "issues_url" : " https://tickets.puppetlabs.com/browse/MODULES" ,
10- "dependencies" : [
11- {"name" :" puppetlabs/stdlib" ,"version_requirement" :" >= 4.5.0 < 5.0.0" }
12- ],
1310 "operatingsystem_support" : [
1411 {
1512 "operatingsystem" : " RedHat" ,
106103 "name" : " puppet" ,
107104 "version_requirement" : " 3.x"
108105 }
106+ ],
107+ "dependencies" : [
108+ {"name" :" puppetlabs/stdlib" ,"version_requirement" :" >= 3.2.0 < 5.0.0" }
109109 ]
110110}
You can’t perform that action at this time.
0 commit comments