-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# limitations under the License. | ||
|
||
AC_PREREQ(2.64) | ||
AC_INIT([dnsperf], [2.11.0], [[email protected]], [dnsperf], [https://github.com/DNS-OARC/dnsperf/issues]) | ||
AC_INIT([dnsperf], [2.11.1], [[email protected]], [dnsperf], [https://github.com/DNS-OARC/dnsperf/issues]) | ||
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) | ||
AC_CONFIG_SRCDIR([src/dnsperf.c]) | ||
AC_CONFIG_HEADER([src/config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
dnsperf (2.11.1-1~unstable+1) unstable; urgency=low | ||
|
||
* Release 2.11.1 | ||
|
||
Fixed long option argument handling that broke in v2.11.0 and enhanced | ||
long option help text, now includes argument type. | ||
|
||
034e893 Long opt | ||
|
||
-- Jerry Lundström <[email protected]> Fri, 10 Mar 2023 09:55:35 +0100 | ||
|
||
dnsperf (2.11.0-1~unstable+1) unstable; urgency=low | ||
|
||
* Release 2.11.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: dnsperf | ||
Version: 2.11.0 | ||
Version: 2.11.1 | ||
Release: 1%{?dist} | ||
Summary: DNS Performance Testing Tool | ||
Group: Productivity/Networking/DNS/Utilities | ||
|
@@ -95,6 +95,12 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Fri Mar 10 2023 Jerry Lundström <[email protected]> 2.11.1-1 | ||
- Release 2.11.1 | ||
* Fixed long option argument handling that broke in v2.11.0 and enhanced | ||
long option help text, now includes argument type. | ||
* Commits: | ||
034e893 Long opt | ||
* Wed Feb 08 2023 Jerry Lundström <[email protected]> 2.11.0-1 | ||
- Release 2.11.0 | ||
* A couple of new features this release courtesy of Petr Špaček | ||
|