-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version numbers in preparation for 2.6.9 release
- Loading branch information
Showing
6 changed files
with
15 additions
and
9 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 |
---|---|---|
@@ -1 +1 @@ | ||
2.6.8 | ||
2.6.9 |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ AC_PREREQ(2.62) | |
|
||
dnl Define our name, version and email. | ||
m4_define(my_package, [fwknop]) | ||
m4_define(my_version, [2.6.8]) | ||
m4_define(my_version, [2.6.9]) | ||
m4_define(my_bug_email, [[email protected]]) | ||
|
||
AC_INIT(my_package, my_version, my_bug_email) | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
%define _mandir /usr/share/man | ||
|
||
Name: fwknop | ||
Version: 2.6.8 | ||
Version: 2.6.9 | ||
Epoch: 1 | ||
Release: 1%{?dist} | ||
Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization. | ||
|
@@ -142,6 +142,12 @@ fi | |
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf | ||
|
||
%changelog | ||
* Wed Jun 08 2016 <[email protected]> - 2.6.9 | ||
- fwknop-2.6.9 release. | ||
- Bumped libfko version to 3.0.0 to account for SHA3 hash support. This | ||
conforms to libtool convensions, e.g. | ||
http://www.delorie.com/gnu/docs/libtool/libtool_35.html | ||
|
||
* Wed Dec 23 2015 <[email protected]> - 2.6.8 | ||
- fwknop-2.6.8 release. | ||
- Bumped libfko version to 2.0.4 to account for fko_set_username() crash | ||
|
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