summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Price <chris@puppetlabs.com>2012-11-02 12:45:11 -0700
committerChris Price <chris@puppetlabs.com>2012-11-02 12:45:11 -0700
commit6a5323008e015c031b86a62dc35caf780082e77c (patch)
tree0002f4c3e210d87b2b3eaa1ee69c40ef64d0ae23
parent85afa277bcbe14ff9c56719268bfd6fc2508b086 (diff)
downloadpuppet-inifile-6a5323008e015c031b86a62dc35caf780082e77c.tar.gz
puppet-inifile-6a5323008e015c031b86a62dc35caf780082e77c.tar.bz2
Update Modulefile/CHANGELOG ; final commit for v0.9.0 release
-rw-r--r--CHANGELOG33
-rw-r--r--Modulefile2
2 files changed, 34 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index babdc4b..d6a475f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,36 @@
+2012-11-02 - Chris Price <chris@puppetlabs.com> - 0.9.0
+ * Version 0.9.0 released
+
+2012-10-26 - Chris Price <chris@puppetlabs.com> - 0.9.0
+ * Add detection for commented versions of settings (a45ab65)
+
+2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
+ * Refactor to clarify implementation of `save` (f0d443f)
+
+2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
+ * Add example for `ensure=absent` (e517148)
+
+2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
+ * Better handling of whitespace lines at ends of sections (845fa70)
+
+2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
+ * Respect indentation / spacing for existing sections and settings (c2c26de)
+
+2012-10-17 - Chris Price <chris@puppetlabs.com> - 0.9.0
+ * Minor tweaks to handling of removing settings (cda30a6)
+
+2012-10-10 - Dan Bode <dan@puppetlabs.com> - 0.9.0
+ * Add support for removing lines (1106d70)
+
+2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
+ * Make value a property (cbc90d3)
+
+2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
+ * Make ruby provider a better parent. (1564c47)
+
+2012-09-29 - Reid Vandewiele <reid@puppetlabs.com> - 0.9.0
+ * Allow values with spaces to be parsed and set (3829e20)
+
2012-09-24 - Chris Price <chris@pupppetlabs.com> - 0.0.3
* Version 0.0.3 released
diff --git a/Modulefile b/Modulefile
index ae5222a..57c1d4e 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,5 +1,5 @@
name 'cprice404-inifile'
-version '0.0.3'
+version '0.9.0'
source 'git://github.com/cprice-puppet/puppetlabs-inifile.git'
author 'Chris Price'
description 'Resource types for managing settings in INI files'