===========
:release date: 2012-12-05
* changed license from MIT to Apache 2.0
* support for ``vsphere`` cloud provider for deploying to vmware clusters
* various performance improvements
* added ``--exclude PATTERN`` support for many commands: allows skipping nodes
that match a pattern when e.g. running a remote command over multiple nodes
* optimization: internal cache for loaded plugin modules
* ``add_file()`` supports ``owner=uid`` and ``group=gid`` optional args
* AWS security groups can be set via ``cloud.security_group``
**(thanks, Lakshmi!)**
* ``cloud ip`` command for assigning an AWS Elastic IP for a node
**(thanks, Lakshmi!)**
* remote operations support ``pseudo_tty=True`` for allocating a ptty for
the operation **(thanks, Lauri!)**
* control command node logs include the ``BEGIN`` and ``END`` tags
* render also ``source_path`` as a template
* bugfix: ``poni script`` handles files with multi-line commands with comments
in the middle
* bugfix: fixed listing settings from a root-level node
* bugfix: fixed "poni control" dependency ops being added multiple times (fixes
huge memory usage when running complex operations over tens of servers)