forked from ungleich-public/cdist
Merge branch 'master' into better-remote-err-reporting
This commit is contained in:
commit
194f5af7b2
30 changed files with 856 additions and 6 deletions
7
docs/2016-06-06.org
Normal file
7
docs/2016-06-06.org
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
* Enhance cdist speed
|
||||
** Start separate server with own option
|
||||
** Reconfigure normal sshd with appropriate options
|
||||
** Start various own daemons
|
||||
** Use custom multiplexing protocol
|
||||
** Support native Python code
|
||||
*** Use manifest.py instead of manifest if available
|
||||
|
|
@ -3,6 +3,9 @@ Changelog
|
|||
|
||||
next:
|
||||
* Core: Improve error reporting for local and remote run command (Darko Poljak)
|
||||
* 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue