From 2cafdad9686c319c374f54ebf64293127ea0c0cb Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Fri, 11 Apr 2014 22:41:00 -0400 Subject: [PATCH] bump version to 2.6.1 --- ChangeLog | 7 ++++--- VERSION | 2 +- configure.ac | 2 +- fwknop.spec | 5 ++++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8eeecb20..9de2bdfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/VERSION b/VERSION index e70b4523..6a6a3d8e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.0 +2.6.1 diff --git a/configure.ac b/configure.ac index c2634f07..ec0bc905 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/fwknop.spec b/fwknop.spec index 5ca76843..72ef0972 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -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 - 2.6.1 +- fwknop-2.6.1 release. + * Sun Jan 12 2014 - 2.6.0 - Bumped libfko and libfko-devel version to 2.0.1. - fwknop-2.6.0 release.