forked from RexOps/Rex
-
Notifications
You must be signed in to change notification settings - Fork 0
New0.29
krimdomu edited this page Jun 1, 2012
·
3 revisions
These functions are new in (R)?ex Version 0.29. Download (R)?ex here: http://rexify.org/.
-
Added dumpxml command.
-
Default listening on all ip's for vnc
-
Added iflist and blklist command
-
Added vncdisplay command
-
Updates Documentation
-
Added more colorized output options
-
Fixed a logging bug
-
Enhanced -Tv cli parameter to display more information
-
Fixed error messages
-
Fixed a bug with hooks and packages
-
Refactores Task module
-
Added experimental feature: shared variables
BEGIN { use Rex::Shared::Var; share(qw($scalar @array %hash)); }
These variables get shared across the tasks.
For this version i will specially thank the following people for their great help! (alphabetical order)
-
Jean Charles Passard
-
Samuele Tognini
-
Sven Dowideit