Home
last modified time | relevance | path

Searched refs:release (Results 1 – 14 of 14) sorted by relevance

/iperf/docs/
H A Dnews.rst9 iperf 3.11 is principally a bugfix release. Also GitHub
32 these new features can be found in the release notes.
44 features can be found in the release notes.
72 be found in the release notes.
76 release.
139 otherwise identical to the prior release.
161 review the release notes for this version.
170 This release fixes a few minor bugs, including a
216 This release fixes a few minor bugs.
309 This maintenance release includes the following bug fixes:
[all …]
H A Ddev.rst137 2. Compose a release announcement. Most of the release announcement
145 vi RELEASE_NOTES # update version number and release date
162 The result will be a release artifact that should be used for
168 5. From another host, test the link in the release announcement by
180 8. Plug the SHA256 checksum into the release announcement.
182 9. PGP-sign the release announcement text using ``gpg --clearsign``.
188 10. At this point, the release can and should be considered
189 finalized. To commit the release-engineering-related changes to
195 11. Send the PGP-signed release announcement to the following
209 Note: Thunderbird sometimes mangles the PGP-signed release
[all …]
H A D2017-06-06.txt7 branch in shape to cut a new release, which will be the first of the
18 tarballs will be produced until the official 3.2 release, although I'd
19 say we're basically in "release candidate" stage now.)
21 There is a mostly-final set of release notes in the RELEASE_NOTES file
24 Assuming no serious problems, we're aiming for an official release in
H A Dobtaining.rst25 release in Vivid and newer.
39 **Note:** Due to a software packaging error, the 3.0.2 release
46 created during the release engineering process to mark the exact
47 version of files making up a release.
H A D2017-04-27.txt79 In the near-term, we're planning another iperf3 release that will
81 rather large, we're considering basing this release off the mainline
82 which would make it the first 3.2 release, rather than try to backport
83 these changes and make another "bugfix" 3.1 release. No decisions
H A Dconf.py58 release = '3.10.1' variable
/iperf/
H A Dconfigure11336 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
11476 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
11531 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
11592 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
11613 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
11667 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
11822 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
11836 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
11859 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
11893 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$sha…
[all …]
H A Daclocal.m42547 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
2687 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
2742 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
2803 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
2824 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
2878 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
2944 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
2953 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
3011 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libna…
3082 …library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$sha…
[all …]
H A DRELNOTES.md405 deprecated in favor of pScheduler since the release of perfSONAR
430 The release notes for iperf 3.1.6 describe changes, including bug
446 The release notes for iperf 3.1.5 describe changes, including bug
503 The release notes for iperf 3.1.4 describe changes, including bug
528 The release notes for iperf 3.1.3 describe changes, including bug
567 The release notes for iperf 3.1.2 describe changes, including bug
586 The release notes for iperf 3.1.1 describe changes and new
608 The release notes for iperf 3.1 describe changes and new
610 3.0.x release.
800 release generation procedure has been changed to avoid this
[all …]
H A Diperf3.spec.in10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
H A DINSTALL33 be considered for the next release. If you are using the cache, and at
/iperf/config/
H A Dltmain.sh6811 release=
7072 release)
7073 release=-$arg
7407 -release)
7408 prev=release
8989 test -n "$release" && \
9063 test -n "$release" && \
9432 release_save=$release
9438 release=
9717 release=$release_save
[all …]
H A Dconfig.guess259 release='-gnu'
262 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
268 GUESS=$machine-${os}${release}${abi-}
/iperf/src/
H A Diperf_util.c236 uts.release, uts.version, uts.machine); in get_system_info()