CHANGES
=======

* Fixes for multiple physnets in HyperV compute
* Removes deleted port from Hyper-V Security Groups Driver cache
* Reraise exception raised by security groups driver

1.0.4
-----

* Switch to post-versioning
* Adds security_group_updated method in HyperVSecurityGroupDriver
* Update .gitreview to point to stable/liberty
* Manual global-requirements sync
* Fixes bug: AttributeError when trying to use local_network_vswitch
* Fixes IPv6 Security Group rules with 128 prefix length
* Update .gitreview for new namespace
* Avoid wmi query while creating an acl
* Caches Security Group Rule ACLs
* Caches switch port, VLAN, VSID setting data WMI objects
* Avoids rebinding the same security group rules
* Updates requirements.txt and test-requirements.txt
* Caches VirtualSystemManagementService and MetricService
* Assures that security group rules are added first
* Removes useless field initialisation
* Small cleanup after py3 compatibility integration
* Adds Python 3 compatibility
* Change ignore-errors to ignore_errors
* Adds Hyper-V NVGRE support
* Adds Hyper-V Neutron Agent NVGRE tunnel type spec
* Hyper-V: Removes extra cases for ingress ICMP rule
* Replaces oslo.i18n with oslo_i18n
* Hyper-V: Makes sure empty array rules are not processed
* Hyper-V: Fixes Security Group Driver ICMPv6 rules
* Update requirements.txt and test-requirements.txt
* Bump version to 2015.2.0

2015.1.0
--------

* Bump version to 2015.1.0
* Hyper-V: Adds multiple security group rules
* Refactors Hyper-V Security Groups
* Adds SecurityGroupRule and Generator
* Bump version to 1.0.4
* Hyper-V: Fixes unsupported 'TRUNK' endpoint mode
* Hyperv agent does not respect remoteIpPrefix

1.0.3
-----

* Fixes the port_delete call of inexistent port issue
* Fixes Hyper-V Agent state reporting under scale scenarios
* Hyper-V daemon_loop() Exception: Skip performed ports
* Replaces neutron logging with oslo_log
* Fixes oslo import notations
* Fixes Hyper-V agent stateful security group rules
* Bump version to 1.0.2
* Adds Hyper-V Agent configurations getter
* Hyper-V: Cleanup in TestHyperVUtilsV2
* Hyper-V: Skips already performed actions
* Removes unused argument from disconnect_switch_port
* Fixes unorderered network mappings issue
* Adds cookiecutter template
* Adds Ml2 Hyper-V Mechanism Driver
* Rename project to networking-hyperv
* Fixes Hyper-V agent port disconnect issue
* Fixes Hyper-V 2008 R2 agent VLAN Settings issue
* Adds setup.py files
* Updates README
* Adds logging implementation
* Adds i18n implementation
* Decouples HyperVException fron neutron
* Decouples HyperVSecurityGroupsDriver fron Neutron
* Decouples HyperVNeutronAgent from Neutron
* Removes main from hyperv_neutron_agent.py
* Adds constant Network Types
* Fixes local project imports
* Adds unit tests base class
* Adds Neutron Hyper-V Agent implementation
* Initial commit
