CHANGES
=======

0.0.5
-----

* Add method for checking if an iSCSI target exists
* Validate requested new vhd size when performing resizes
* Add SMBUtils class retriever method in utilsfactory
* Port named pipe handler
* Port ioutils classes from compute-hyperv
* Add iSCSI target disk resize method
* Bump version to 0.0.5

0.0.4
-----

* Bump version to 0.0.4
* Fixes wrong vhdutils vhd info attribute

0.0.3
-----

* Fixes OSWinException missing kwargs formatting issue
* Fixes vmutils create_nic method
* Add iSCSI target utils
* Adds RetryDecorator for modify_virt_resource
* Remove deprecated usage of v1 virtualization utils
* Removes pointless constructor
* Rename 'volutils' attribute in iSCSI initiator unit tests
* Fixes failing unit tests related to file opening
* Add share capacity retriever method
* Use Win32 API for the copy method
* Add symlink related functions
* Switch VHDUtils to using virtdisk.dll
* Refactor iscsi initiator utils
* Removes nova specific utils from pathutils
* Move SMB related methods to a separate class
* Refactors and cleans exceptions
* Adds noqa to six.moves.range imports
* Bump version to 0.0.3
* Mock time.sleep in pathutils tests

0.0.2
-----

* Adds vm generation and destroy nic utils
* Bumps version to 0.0.2

0.0.1
-----

* Updates setup.cfg
* Updates requirements.txt
* Change ignore-errors to ignore_errors
* Refactors utils into specific folders
* Fixes Bug "destroy_vm fails with HyperVException"
* Synchronise differences between os_win utils and their source
* Remove duplicated network related utils
* Rename project to os-win
* Fixes project for Jenkins runs
* Renames project to os-windows
* Fixes invalid exception raised in vmutils check_admin_permissions
* Removes unused methods from basevolumeutils
* Removes CONF import from pathutils
* Specializes exception raised during _lookup_vm_check
* Adds usage of jobutils
* Adds jobutils module
* Adds network related utils
* Decouples unit tests
* Updates README.rst
* Fixes requirements.txt
* Fixes local imports unit tests
* Adds block_device_info related helpers
* Adds oslo_windows._utils
* Refactors HyperVException and subclasses
* Adds local i18n translators
* Adds Nova utils classes as is
* Adds oslo cookiecutter template
* Initial commit
