diff options
author | Chris Price <chris@puppetlabs.com> | 2012-08-20 14:10:39 -0700 |
---|---|---|
committer | Chris Price <chris@puppetlabs.com> | 2012-08-20 14:13:37 -0700 |
commit | 04e2c5ea3bb53af820d2ef24daac9ef1f1efd299 (patch) | |
tree | 197feec510b3c31a85efcb393c2a90dbc7ac55b7 | |
parent | c57dab4903a6a23fb14dc79c76efea989e694460 (diff) | |
download | puppet-inifile-04e2c5ea3bb53af820d2ef24daac9ef1f1efd299.tar.gz puppet-inifile-04e2c5ea3bb53af820d2ef24daac9ef1f1efd299.tar.bz2 |
Add CHANGELOG and update README; final commit for 0.0.2 release
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | Modulefile | 2 | ||||
-rw-r--r-- | README.markdown | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 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) @@ -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' diff --git a/README.markdown b/README.markdown index 3e6532e..53769e0 100644 --- a/README.markdown +++ b/README.markdown @@ -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 "". |