5
0
Ответвление 0
Граф коммитов

16 коммитов

Автор SHA1 Сообщение Дата
Hunter Haugen
decebd45d1 Prep 1.5.0 2016-03-03 14:55:36 -08:00
tphoney
5eb4c7a3d5 1.4.3 release prep 2015-11-24 15:25:12 +00:00
tphoney
cda3ccaecc 1.4.2 release prep 2015-08-21 14:58:26 +01:00
Hunter Haugen
c3ce25ad7f Release 1.4.1 2015-07-15 14:53:17 -07:00
Jonathan Tripathy
101519d5e9 Release Prep 1.4.0 2015-07-07 10:37:55 +01:00
Morgan Haskel
30ee205613 Correct the date and metadata ordering 2015-06-09 16:02:10 -07:00
tphoney
461174d8d7 prep 1.3.0 2015-05-29 11:02:19 +01:00
Morgan Haskel
5bc9ebc03a 1.2.0 prep 2014-11-07 14:06:59 -08:00
Morgan Haskel
3d3a2cfbe2 1.1.4-prep 2014-09-30 10:23:21 -05:00
Ashley Penney
62434bb705 Prepare a 1.1.3 release. 2014-07-15 11:35:05 -04:00
Morgan Haskel
33147cbfbd 1.1.2-prep. 2014-07-09 14:27:38 -04:00
Hunter Haugen
f08a394bf0 Release 1.1.1
Summary
This supported bugfix release corrects the inifile section header
detection regex (so you can use more characters in your section titles).

Bugfixes
- Correct section regex to allow anything other than ]
- Correct `exists?` to return a boolean
- Lots of test updates
- Add missing CONTRIBUTING.md
2014-07-07 14:55:52 -07:00
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
Переименован с CHANGELOG (Смотреть далее)