Merge branch 'master' of github.com:ungleich/cdist

This commit is contained in:
Nico Schottelius 2019-04-15 16:20:31 +02:00
commit c7a9e60de0
6 changed files with 22 additions and 29 deletions

View file

@ -2,11 +2,15 @@ Changelog
---------
next:
* Type __package: Add __package_apk support (Nico Schottelius)
* New type: __package_apk (Nico Schottelius)
4.10.11: 2019-04-13
* Core: Fix broken quiet mode (Darko Poljak)
* Build: Add version.py into generated raw source archive (Darko Poljak)
* Explorer disks: Fix detecting disks, fix/add support for BSDs (Ander Punnar)
* Type __package: Add __package_apk support (Nico Schottelius)
* New type: __package_apk (Nico Schottelius)
* Type __file: Fix stat explorer for BSDs (Ander Punnar)
* Type __directory: Fix stat explorer for BSDs (Ander Punnar)
4.10.10: 2019-04-11
* New types: __ufw and __ufw_rule (Mark Polyakov)