From ed1ec54e568764515e203d99053a71d5950893c7 Mon Sep 17 00:00:00 2001 From: Nigel Bowden Date: Fri, 21 Aug 2020 19:37:14 +0100 Subject: [PATCH] Moved to 2.0.0 beta5 --- release_notes.txt | 4 ++++ setup.sh | 4 ++-- version.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/release_notes.txt b/release_notes.txt index 95cb73d..e5b0cba 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,7 @@ +v2.0.0-beta 5 +1. Move to using iperf3 python module to fix ongoing iperf3 test issues +2. Poller module v0.1.24 + v2.0.0-beta 4 1. Added network connectivity files restore during upgrade 2. Added initial ipv6 support for mgt traffic diff --git a/setup.sh b/setup.sh index 988cf45..541fb67 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Installer for wiperf on WLAN Pi & RPi -VERSION='2.0.0-beta 4' -POLLER_VERSION='0.1.22' +VERSION='2.0.0-beta 5' +POLLER_VERSION='0.1.24' # Installation script log file LOG_FILE="/var/log/wiperf_install.log" diff --git a/version.txt b/version.txt index feffd0e..a05ba29 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0-beta4 \ No newline at end of file +2.0.0-beta5 \ No newline at end of file