bump version to 2.6.1

This commit is contained in:
Michael Rash
2014-04-11 22:41:00 -04:00
parent b97484734e
commit 2cafdad968
4 changed files with 10 additions and 6 deletions
+4 -3
View File
@@ -1,4 +1,4 @@
fwknop-2.6.1 (//2014):
fwknop-2.6.1 (04/12//2014):
- Updated copyright and authorship information to include a standard
header which references both the AUTHORS and CREDITS files. The
specific language in this header was created by the Debian legal team at
@@ -45,8 +45,9 @@ fwknop-2.6.1 (//2014):
length field of the UDP header.
- [test suite] Added valgrind suppressions for gpgme library function
calls.
- [test suite] Added Rijndael+HMAC command execution test.
- [test suite] Added Rijndael+HMAC NAT rand port via client rc file test.
- [test suite] Added the ability to run the 'lcov' tool against fwknop
when compiled in --enable-profile-coverage mode. This enabled lots of
new tests to be developed for better code coverage.
fwknop-2.6.0 (01/12/2014):
- (Radostan Riedel) Added an AppArmor policy for fwknopd that is known to
+1 -1
View File
@@ -1 +1 @@
2.6.0
2.6.1
+1 -1
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.0])
m4_define(my_version, [2.6.1])
m4_define(my_bug_email, [dstuart@dstuart.org])
AC_INIT(my_package, my_version, my_bug_email)
+4 -1
View File
@@ -13,7 +13,7 @@
%define _mandir /usr/share/man
Name: fwknop
Version: 2.6.0
Version: 2.6.1
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
* Sat Apr 12 2014 <mbr@cipherdyne.org> - 2.6.1
- fwknop-2.6.1 release.
* Sun Jan 12 2014 <mbr@cipherdyne.org> - 2.6.0
- Bumped libfko and libfko-devel version to 2.0.1.
- fwknop-2.6.0 release.