++changes(3.0.0) (really!)

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-12-04 13:37:32 +01:00
parent acd42b259b
commit ccf0f4311d
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@ Changelog
* Changes are always commented with their author in (braces)
* Exception: No braces means author == Nico Schottelius
3.0.0:
* Core: Messaging support added
* Type: __iptables_rule: Use default parameter
* Type __file: Do not generate code if mode is 0xxx
2.3.7: 2013-12-02
* Type __file: Secure the file transfer by using mktemp (Steven Armstrong)
* Type __file: Only remove file when state is absent (Steven Armstrong)