Skip to content

Commit 97cb759

Browse files
author
Jeff McCune
committed
Merge branch '3.x' into 4.x
* 3.x: Update Modulefile, CHANGELOG for 3.2.0
2 parents 2abf64a + e1f2a93 commit 97cb759

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

CHANGELOG

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2012-11-28 - Peter Meier <[email protected]> - 3.2.0
2+
* Add reject() function (a79b2cd)
3+
4+
2012-09-18 - Chad Metcalf <[email protected]> - 3.2.0
5+
* Add an ensure_packages function. (8a8c09e)
6+
7+
2012-11-23 - Erik Dalén <[email protected]> - 3.2.0
8+
* (#17797) min() and max() functions (9954133)
9+
10+
2012-05-23 - Peter Meier <[email protected]> - 3.2.0
11+
* (#14670) autorequire a file_line resource's path (dfcee63)
12+
13+
2012-11-19 - Joshua Harlan Lifton <[email protected]> - 3.2.0
14+
* Add join_keys_to_values function (ee0f2b3)
15+
16+
2012-11-17 - Joshua Harlan Lifton <[email protected]> - 3.2.0
17+
* Extend delete function for strings and hashes (7322e4d)
18+
19+
2012-08-03 - Gary Larizza <[email protected]> - 3.2.0
20+
* Add the pick() function (ba6dd13)
21+
22+
2012-03-20 - Wil Cooley <[email protected]> - 3.2.0
23+
* (#13974) Add predicate functions for interface facts (f819417)
24+
25+
2012-11-06 - Joe Julian <[email protected]> - 3.2.0
26+
* Add function, uriescape, to URI.escape strings. Redmine #17459 (70f4a0e)
27+
128
2012-10-25 - Jeff McCune <[email protected]> - 3.1.1
229
* (maint) Fix spec failures resulting from Facter API changes (97f836f)
330

@@ -20,33 +47,6 @@
2047
2012-04-10 - Chris Price <[email protected]> - 3.0.0
2148
* (#13693) moving logic from local spec_helper to puppetlabs_spec_helper (85f96df)
2249

23-
2012-11-28 - Peter Meier <[email protected]> - 2.6.0
24-
* Add reject() function (a79b2cd)
25-
26-
2012-09-18 - Chad Metcalf <[email protected]> - 2.6.0
27-
* Add an ensure_packages function. (8a8c09e)
28-
29-
2012-11-23 - Erik Dalén <[email protected]> - 2.6.0
30-
* (#17797) min() and max() functions (9954133)
31-
32-
2012-05-23 - Peter Meier <[email protected]> - 2.6.0
33-
* (#14670) autorequire a file_line resource's path (dfcee63)
34-
35-
2012-11-19 - Joshua Harlan Lifton <[email protected]> - 2.6.0
36-
* Add join_keys_to_values function (ee0f2b3)
37-
38-
2012-11-17 - Joshua Harlan Lifton <[email protected]> - 2.6.0
39-
* Extend delete function for strings and hashes (7322e4d)
40-
41-
2012-08-03 - Gary Larizza <[email protected]> - 2.6.0
42-
* Add the pick() function (ba6dd13)
43-
44-
2012-03-20 - Wil Cooley <[email protected]> - 2.6.0
45-
* (#13974) Add predicate functions for interface facts (f819417)
46-
47-
2012-11-06 - Joe Julian <[email protected]> - 2.6.0
48-
* Add function, uriescape, to URI.escape strings. Redmine #17459 (70f4a0e)
49-
5050
2012-10-25 - Jeff McCune <[email protected]> - 2.5.1
5151
* (maint) Fix spec failures resulting from Facter API changes (97f836f)
5252

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-stdlib'
2-
version '3.1.1'
2+
version '3.2.0'
33
source 'git://github.com/puppetlabs/puppetlabs-stdlib'
44
author 'puppetlabs'
55
license 'Apache 2.0'

0 commit comments

Comments
 (0)