From e1f2a932883c71038d78938efd46cdb30c01da6d Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Wed, 28 Nov 2012 14:44:27 -0800 Subject: Update Modulefile, CHANGELOG for 3.2.0 --- CHANGELOG | 54 +++++++++++++++++++++++++++--------------------------- Modulefile | 2 +- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bce9ae2..313b83c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,30 @@ +2012-11-28 - Peter Meier - 3.2.0 + * Add reject() function (a79b2cd) + +2012-09-18 - Chad Metcalf - 3.2.0 + * Add an ensure_packages function. (8a8c09e) + +2012-11-23 - Erik Dalén - 3.2.0 + * (#17797) min() and max() functions (9954133) + +2012-05-23 - Peter Meier - 3.2.0 + * (#14670) autorequire a file_line resource's path (dfcee63) + +2012-11-19 - Joshua Harlan Lifton - 3.2.0 + * Add join_keys_to_values function (ee0f2b3) + +2012-11-17 - Joshua Harlan Lifton - 3.2.0 + * Extend delete function for strings and hashes (7322e4d) + +2012-08-03 - Gary Larizza - 3.2.0 + * Add the pick() function (ba6dd13) + +2012-03-20 - Wil Cooley - 3.2.0 + * (#13974) Add predicate functions for interface facts (f819417) + +2012-11-06 - Joe Julian - 3.2.0 + * Add function, uriescape, to URI.escape strings. Redmine #17459 (70f4a0e) + 2012-10-25 - Jeff McCune - 3.1.1 * (maint) Fix spec failures resulting from Facter API changes (97f836f) @@ -20,33 +47,6 @@ 2012-04-10 - Chris Price - 3.0.0 * (#13693) moving logic from local spec_helper to puppetlabs_spec_helper (85f96df) -2012-11-28 - Peter Meier - 2.6.0 - * Add reject() function (a79b2cd) - -2012-09-18 - Chad Metcalf - 2.6.0 - * Add an ensure_packages function. (8a8c09e) - -2012-11-23 - Erik Dalén - 2.6.0 - * (#17797) min() and max() functions (9954133) - -2012-05-23 - Peter Meier - 2.6.0 - * (#14670) autorequire a file_line resource's path (dfcee63) - -2012-11-19 - Joshua Harlan Lifton - 2.6.0 - * Add join_keys_to_values function (ee0f2b3) - -2012-11-17 - Joshua Harlan Lifton - 2.6.0 - * Extend delete function for strings and hashes (7322e4d) - -2012-08-03 - Gary Larizza - 2.6.0 - * Add the pick() function (ba6dd13) - -2012-03-20 - Wil Cooley - 2.6.0 - * (#13974) Add predicate functions for interface facts (f819417) - -2012-11-06 - Joe Julian - 2.6.0 - * Add function, uriescape, to URI.escape strings. Redmine #17459 (70f4a0e) - 2012-10-25 - Jeff McCune - 2.5.1 * (maint) Fix spec failures resulting from Facter API changes (97f836f) diff --git a/Modulefile b/Modulefile index b72eeba..34564fa 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '3.1.1' +version '3.2.0' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0' -- cgit v1.2.3