summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2012-11-07 09:44:35 -0800
committerJeff McCune <jeff@puppetlabs.com>2012-11-07 09:44:35 -0800
commit0b3e8f59a915fe4536a571234c1eea031b4ad6bb (patch)
tree611f21f881341b3ac8167111869e6f0c57f666a8
parent20f4811a9eb1359cb752d41b7a63cbdb709092e9 (diff)
parentbe71219f128b62ddc61c07d47b0b6dd9ccd6d523 (diff)
Merge branch '3.x' into 4.x
* 3.x: Add function, uriescape, to URI.escape strings. Redmine #17459 Add function, uriescape, to URI.escape strings. Redmine #17459 Update CHANGELOG, Modulefile for 3.1.1
-rw-r--r--CHANGELOG3
-rw-r--r--Modulefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8777c2d..4578026 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+2012-10-25 - Jeff McCune <jeff@puppetlabs.com> - 3.1.1
+ * (maint) Fix spec failures resulting from Facter API changes (97f836f)
+
2012-10-23 - Matthaus Owens <matthaus@puppetlabs.com> - 3.1.0
* Add PE facts to stdlib (cdf3b05)
diff --git a/Modulefile b/Modulefile
index a83b44e..b72eeba 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,5 +1,5 @@
name 'puppetlabs-stdlib'
-version '3.1.0'
+version '3.1.1'
source 'git://github.com/puppetlabs/puppetlabs-stdlib'
author 'puppetlabs'
license 'Apache 2.0'