bump version to 2.6.6

This commit is contained in:
Michael Rash 2015-04-20 08:47:51 -07:00
parent f18827b002
commit bdc3751a84
4 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
fwknop-2.6.6 (04//2015):
fwknop-2.6.6 (04/21/2015):
- [server] Add the ability for fwknopd to function as an generic SPA
gateway. This allows scenarios such as the fwknopd system providing DHCP
addresses to client systems, but those systems would be blocking by

View File

@ -1 +1 @@
2.6.5
2.6.6

View File

@ -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.5])
m4_define(my_version, [2.6.6])
m4_define(my_bug_email, [dstuart@dstuart.org])
AC_INIT(my_package, my_version, my_bug_email)

View File

@ -13,7 +13,7 @@
%define _mandir /usr/share/man
Name: fwknop
Version: 2.6.5
Version: 2.6.6
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
* Tue Apr 21 2015 <mbr@cipherdyne.org> - 2.6.6
- fwknop-2.6.6 release.
* Tue Dec 16 2014 <mbr@cipherdyne.org> - 2.6.5
- fwknop-2.6.5 release.