]> gitweb.fluxo.info Git - puppet-inifile.git/commitdiff
Add CHANGELOG and update README; final commit for 0.0.2 release
authorChris Price <chris@puppetlabs.com>
Mon, 20 Aug 2012 21:10:39 +0000 (14:10 -0700)
committerChris Price <chris@puppetlabs.com>
Mon, 20 Aug 2012 21:13:37 +0000 (14:13 -0700)
CHANGELOG [new file with mode: 0644]
Modulefile
README.markdown

diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644 (file)
index 0000000..cc1ff9a
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,2 @@
+2012-08-17 - Chris Price <chris@pupppetlabs.com> - 0.0.2
+ * Add support for "global" section at beginning of file (c57dab4)
index d909ee199ac5f5483db80461b21d1b2dd8634942..2f3f25dbb303ba67878427a50435e1feaaa2137a 100644 (file)
@@ -1,5 +1,5 @@
 name 'cprice404-inifile'
-version '0.0.1'
+version '0.0.2'
 source 'git://github.com/cprice-puppet/puppetlabs-inifile.git'
 author 'Chris Price'
 description 'Resource types for managing settings in INI files'
index 3e6532ee391dc921dbcc8ea25a2ade4dde7e7155..53769e07eb47e42827c2be1628abdc5af41d985b 100644 (file)
@@ -19,4 +19,6 @@ A few noteworthy features:
    etc. perfectly intact.
  * Supports comments starting with either '#' or ';'.
  * Will add missing sections if they don't exist.
+ * Supports a "global" section (settings that go at the beginning of the file,
+   before any named sections) by specifying a section name of "".