Skip to content
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/.

Virtualization/LibVirt

  • Added dumpxml command.

  • Default listening on all ip's for vnc

  • Added iflist and blklist command

  • Added vncdisplay command

General

  • 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.

THANKS

For this version i will specially thank the following people for their great help! (alphabetical order)

  • Jean Charles Passard

  • Samuele Tognini

  • Sven Dowideit

Clone this wiki locally