-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
5 changed files
with
27 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
2020-07-23 Jerry Lundström | ||
|
||
Release 1.0.0 | ||
|
||
First release of dnsjit. |
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 |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
# along with dnsjit. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
AC_PREREQ(2.64) | ||
AC_INIT([dnsjit], [0.9.8], [[email protected]], [dnsjit], [https://github.com/DNS-OARC/dnsjit/issues]) | ||
AC_DEFINE([PACKAGE_MAJOR_VERSION], [0], [Define to the major version of this package.]) | ||
AC_DEFINE([PACKAGE_MINOR_VERSION], [9], [Define to the minor version of this package.]) | ||
AC_DEFINE([PACKAGE_PATCH_VERSION], [8], [Define to the patch version of this package.]) | ||
AC_INIT([dnsjit], [1.0.0], [[email protected]], [dnsjit], [https://github.com/DNS-OARC/dnsjit/issues]) | ||
AC_DEFINE([PACKAGE_MAJOR_VERSION], [1], [Define to the major version of this package.]) | ||
AC_DEFINE([PACKAGE_MINOR_VERSION], [0], [Define to the minor version of this package.]) | ||
AC_DEFINE([PACKAGE_PATCH_VERSION], [0], [Define to the patch version of this package.]) | ||
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) | ||
AC_CONFIG_SRCDIR([src/dnsjit.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,9 @@ | ||
dnsjit (1.0.0-1~unstable+1) unstable; urgency=low | ||
|
||
* Release 1.0.0 | ||
|
||
-- Jerry Lundström <[email protected]> Thu, 23 Jul 2020 15:49:04 +0200 | ||
|
||
dnsjit (0.9.8-1~unstable+1) unstable; urgency=low | ||
|
||
* Alpha release 0.9.8 | ||
|
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: dnsjit | ||
Version: 0.9.8 | ||
Version: 1.0.0 | ||
Release: 1%{?dist} | ||
Summary: Engine for capturing, parsing and replaying DNS | ||
Group: Productivity/Networking/DNS/Utilities | ||
|
@@ -72,6 +72,8 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Thu Jul 23 2020 Jerry Lundström <[email protected]> 1.0.0-1 | ||
- Release 1.0.0 | ||
* Tue Jun 04 2019 Jerry Lundström <[email protected]> 0.9.8-1 | ||
- Alpha release 0.9.8 | ||
* Fri Jan 25 2019 Jerry Lundström <[email protected]> 0.9.7-1 | ||
|