aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog30
1 files changed, 27 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 8660b5e..00d88f9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,25 @@
-vland 0.1
+vland 0.3
- * Initial Release
+ * Massive numbers of bugfixes and code cleanups
+ * Added two new switch drivers:
+ + TP-Link TL-SG2XXX family (TPLinkTLSG2XXX)
+ + Netgear XSM family (NetgearXSM)
+ * Added "debug" option to all the switch drivers to log all interactions
+ * Added internal caching of port modes within the driver core for a large
+ speed-up in normal use
+ * Bug fix to handling of trunk ports in the CiscoCatalyst driver,
+ improving VLAN interop with other switches
+ * Huge changes to the test lab, now using 5 switches and 10 hosts
+ * Big improvements to the test suite:
+ + Match the new test lab layout
+ + Move more of the core test code into the test-common utility library
+ + Massively improved the check-networks test runner for the test hosts
+ + Added parsing of the UP/DOWN results in test-common to give a simple
+ PASS/FAIL result for each test
+ + Added more tests
+ * All logging now in UTC
- -- Steve McIntyre <steve.mcintyre@linaro.org> Wed, 24 Dec 2014 18:31:24 +0000
+ -- Steve McIntyre <steve.mcintyre@linaro.org> Fri, 31 Jul 2015 16:21:50 +0100
vland 0.2
@@ -15,3 +32,10 @@ vland 0.2
environment
-- Steve McIntyre <steve.mcintyre@linaro.org> Fri, 13 Feb 2015 15:42:31 +0800
+
+vland 0.1
+
+ * Initial Release
+
+ -- Steve McIntyre <steve.mcintyre@linaro.org> Wed, 24 Dec 2014 18:31:24 +0000
+