diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 609d60f..00cc8ca 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,15 +1,16 @@ -== iperf 3.0.0 2014-01-?? == +== iperf 3.0.1 2014-01-10 == * Added the following new flags -D, --daemon run server as a daemon -L, --flowlabel set IPv6 flow label (Linux only) -C, --linux-congestion set congestion control algorithm (Linux only) - -k, --blockcount #[KMG] number of blocks (packets) to transmit (instead of -t or -n) + -k, --blockcount #[KMG] number of blocks (packets) to transmit + (instead of -t or -n) * Bug fixes == iperf 3.0-RC5 2013-11-15 == * Added the following new flags -F, --file name xmit/recv the specified file - -A, --affinity n/n,m set CPU affinity + -A, --affinity n/n,m set CPU affinity (Linux only) -J, --json output in JSON format -Z, --zerocopy use a 'zero copy' method of sending data -O, --omit N omit the first n seconds diff --git a/src/version.h b/src/version.h index 4294c73..a8c422e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011, The Regents of the University of California, + * Copyright (c) 2009-2014, The Regents of the University of California, * through Lawrence Berkeley National Laboratory (subject to receipt of any * required approvals from the U.S. Dept. of Energy). All rights reserved. * @@ -7,5 +7,5 @@ * for complete information. */ -#define IPERF_VERSION "3.0-RC5" -#define IPERF_VERSION_DATE "07 November 2013" +#define IPERF_VERSION "3.0.1" +#define IPERF_VERSION_DATE "10 January 2014"