Updated changelog for jail types

This commit is contained in:
Jake Guffey 2016-06-06 18:01:14 -04:00
parent bcd5e9827b
commit 35bf9aeaa5
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
Changelog
---------
4.1.1: 2016-06-06
* New type: __jail_freebsd9: Handle jail management on FreeBSD <= 9.X (Jake Guffey)
* New type: __jail_freebsd10: Handle jail management on FreeBSD >= 10.0 (Jake Guffey)
* Type __jail: Dynamically select the correct jail subtype based on target host OS (Jake Guffey)
4.1.0: 2016-05-27
* Documentation: Migrate to reStructuredText format and sphinx (Darko Poljak)
* Core: Add -f option to read additional hosts from file/stdin (Darko Poljak)