bump version to 2.6.8
This commit is contained in:
parent
b7ccfc08ac
commit
fb65fbe3aa
@ -1,4 +1,4 @@
|
||||
fwknop-2.6.8 (11//2015):
|
||||
fwknop-2.6.8 (12/23/2015):
|
||||
- [server] open/close functionality...
|
||||
- [server] Bug fix to not send the TCP server a TERM signal even when it is
|
||||
not running when fwknopd receives a HUP signal.
|
||||
|
||||
@ -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.7])
|
||||
m4_define(my_version, [2.6.8])
|
||||
m4_define(my_bug_email, [dstuart@dstuart.org])
|
||||
|
||||
AC_INIT(my_package, my_version, my_bug_email)
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
%define _mandir /usr/share/man
|
||||
|
||||
Name: fwknop
|
||||
Version: 2.6.7
|
||||
Version: 2.6.8
|
||||
Epoch: 1
|
||||
Release: 1%{?dist}
|
||||
Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization.
|
||||
@ -142,6 +142,9 @@ fi
|
||||
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf
|
||||
|
||||
%changelog
|
||||
* Wed Dec 23 2015 <mbr@cipherdyne.org> - 2.6.8
|
||||
- fwknop-2.6.8 release.
|
||||
|
||||
* Mon Aug 24 2015 <mbr@cipherdyne.org> - 2.6.7
|
||||
- fwknop-2.6.7 release.
|
||||
|
||||
|
||||
@ -178,7 +178,7 @@
|
||||
#undef TIME_WITH_SYS_TIME
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.6.7"
|
||||
#define VERSION "2.6.8"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user