From 7f1da8e62596d8c120e1484bab98e95d6f08ca04 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 15 Dec 2014 22:34:22 -0500 Subject: [PATCH] bumped version to 2.6.5 --- ChangeLog | 2 +- VERSION | 2 +- configure.ac | 2 +- fwknop.spec | 5 ++++- win32/config.h | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7a09fbf..446c0f75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -fwknop-2.6.5 (11//2014): +fwknop-2.6.5 (12/17/2014): - [server] (Grant Pannell) Added a new access.conf variable "DESTINATION" to define the destination address for which an SPA packet will be accepted. The string "ANY" is also accepted if a valid SPA packet should diff --git a/VERSION b/VERSION index 2714f531..57cf282e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.4 +2.6.5 diff --git a/configure.ac b/configure.ac index b4276e91..ded020e9 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.4]) +m4_define(my_version, [2.6.5]) 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 72129d4f..b6d5d858 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -13,7 +13,7 @@ %define _mandir /usr/share/man Name: fwknop -Version: 2.6.4 +Version: 2.6.5 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 Dec 16 2014 - 2.6.5 +- fwknop-2.6.5 release. + * Sun Nov 16 2014 - 2.6.4 - fwknop-2.6.4 release. diff --git a/win32/config.h b/win32/config.h index c12da588..7f7b7fc0 100644 --- a/win32/config.h +++ b/win32/config.h @@ -178,7 +178,7 @@ #undef TIME_WITH_SYS_TIME /* Version number of package */ -#define VERSION "2.6.4" +#define VERSION "2.6.5" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */