From: James Turnbull Date: Tue, 8 Nov 2011 22:16:11 +0000 (-0800) Subject: * v2.x: X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=051764b3a108d362fec3e5ff1772e5e2f5ac9376;p=puppet-stdlib.git * v2.x: Update CHANGELOG and Modulefile for v2.2.0 --- diff --git a/CHANGELOG b/CHANGELOG index 1cbf8af..dff036b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +2011-11-08 Puppet Labs - 2.2.0 +* #10285 - Refactor json to use pson instead. +* Maint - Add watchr autotest script +* Maint - Make rspec tests work with Puppet 2.6.4 +* #9859 - Add root_home fact and tests + 2011-08-18 Puppet Labs - 2.1.1 * Change facts.d paths to match Facter 2.0 paths. * /etc/facter/facts.d diff --git a/Modulefile b/Modulefile index 3353929..20ddad2 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '2.1.1' +version '2.2.0' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0'