From: Jeff McCune Date: Thu, 16 Aug 2012 18:01:09 +0000 (-0700) Subject: Update CHANGELOG, Modulefile for 3.0.0 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cf18f61581234545a20b6cccfa49a32d53ea877e;p=puppet-stdlib.git Update CHANGELOG, Modulefile for 3.0.0 --- diff --git a/CHANGELOG b/CHANGELOG index aa56323..2eacaab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +2012-08-16 - Jeff McCune - 3.0.0 + * stdlib 3.0 drops support with Puppet 2.6 + * stdlib 3.0 preserves support with Puppet 2.7 + +2012-08-07 - Dan Bode - 3.0.0 + * Add function ensure_resource and defined_with_params (ba789de) + +2012-07-10 - Hailee Kenney - 3.0.0 + * (#2157) Remove facter_dot_d for compatibility with external facts (f92574f) + +2012-04-10 - Chris Price - 3.0.0 + * (#13693) moving logic from local spec_helper to puppetlabs_spec_helper (85f96df) + 2012-06-07 - Chris Price - 2.4.0 * Add support for a 'match' parameter to file_line (a06c0d8) diff --git a/Modulefile b/Modulefile index 146dbb9..6291018 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '2.4.0' +version '3.0.0' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0'