Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink authored and Dominic Cleal committed May 5, 2014
1 parent 947dc31 commit 009b3b9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 1.1.0

- General
* add augeasproviders::instances class, fixes #78
* add development doc
* test actual versions of Augeas in Travis CI
* improve errors when loading and saving files
* reorganize unit tests
* workaround Puppet 3.5 type loading bug, fixes #96

- API
* share an Augeas handler on Puppet 3.4+ for performance
* add parsed_as? method
* add aug_version method
* add supported? method
* add rm_node to accessors

- Providers
* apache_directive: new type/provider
* pam: new type/provider
* shellvar: add unset and exported values for 'ensure'
* shellvar: add an 'uncomment' param
* shellvar: add an 'array_append' parameter
* sshd_config: support case_insensitive entries
* sshd_config: ensure that Port is inserted before ListenAddress, fixes #68
* sshd_config_subsystem: support case_insensitive entries
* do not confine providers to the existence of target files


## 1.0.2
* no change, re-release for bad tarball checksum

Expand Down

0 comments on commit 009b3b9

Please sign in to comment.