Commit graph

4 commits

Author SHA1 Message Date
Hunter Haugen
521b2873ec Release 1.1.0
This is a compatibility and feature release.  This release adds one new
feature, the ability to control the quote character used.  This allows you to
do things like:

```puppet
  ini_subsetting { '-Xms':
    ensure     => present,
    path       => '/some/config/file',
    section    => '',
    setting    => 'JAVA_ARGS',
    quote_char => '"',
    subsetting => '-Xms'
    value      => '256m',
  }
```

Which builds:

```
JAVA_ARGS="-Xmx256m -Xms256m"
```
2014-06-04 13:32:32 -07:00
Ashley Penney
027b7bc7c5 Prepare a 1.1.x release. 2014-05-19 08:42:42 -07:00
Ashley Penney
40217456b3 Prepare supported module 1.0.3. 2014-03-03 19:43:12 +00:00
Lauren Rother
f7915215aa Adds "Release Notes/Known Bugs" to Changelog, updates file format to markdown, standardizes the format of previous entries
Per a request to have initial release notes that specifically listed known issues for this PE 3.2 release, and barred by time constraints from automating a pull from open issues in JIRA, this commit adds a Release Note and Known Bug section to the Changelog for the imminent 3.2 release. As it will display on the Forge, updates file type to markdown and standardizes previous entries. Adds template for release notes to be filled in later.
2014-03-02 09:58:27 -08:00
Renamed from CHANGELOG (Browse further)