diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2012-10-25 15:53:40 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2012-10-25 15:53:40 -0700 |
commit | cc670fb3b1294a348e9afa03b75cbed8eb08ca36 (patch) | |
tree | d12ce301afda40841c92388127e25398a230103f | |
parent | f7baf367508596300d0cc8d3602a3874125b74a1 (diff) | |
parent | 1bb4c7a79ea8eb47e08e859d82ffbb4c4be33592 (diff) |
Merge branch '2.5.x' into 2.x
* 2.5.x:
Update Modulefile, CHANGELOG for 2.5.1
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | Modulefile | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +2012-10-25 - Jeff McCune <jeff@puppetlabs.com> - 2.5.1 + * (maint) Fix spec failures resulting from Facter API changes (97f836f) + 2012-10-23 - Matthaus Owens <matthaus@puppetlabs.com> - 2.5.0 * Add PE facts to stdlib (cdf3b05) @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '2.5.0' +version '2.5.1' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0' |