bumped version to 2.0.1

This commit is contained in:
Michael Rash
2012-07-23 22:40:47 -04:00
parent 9fe6dc7d6f
commit cab2ea9083
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
fwknop-2.0.1 (07//2012):
fwknop-2.0.1 (07/23/2012):
- [server] Bug fix where the same encryption key used for two stanzas in
the access.conf file would result in access requests that matched the
second stanza to always be treated as a replay attack. This has been
+1 -1
View File
@@ -22,7 +22,7 @@ employ. It also can be used by other programs that need SPA functonality
This first version of the C implementation is planned to be compatible
with legacy Perl-based fwknop version 1.9.x. However, it was decided to
start the version number at 2.0.0 to differentiate it from the current
start the version number at 2.0 to differentiate it from the current
Perl implementation.
+3 -3
View File
@@ -207,13 +207,13 @@
#define PACKAGE_NAME "fwknop"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "fwknop 2.0"
#define PACKAGE_STRING "fwknop 2.0.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "fwknop"
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0"
#define PACKAGE_VERSION "2.0.1"
/* The size of `unsigned int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_INT 4
@@ -247,7 +247,7 @@
/* Version number of package */
#define VERSION "2.0"
#define VERSION "2.0.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
@@ -18,7 +18,7 @@
#
# Author: Michael Rash (mbr@cipherdyne.org)
#
# Version: 2.0
# Version: 2.0.1
#
# Copyright (C) 2011 Michael Rash (mbr@cipherdyne.org)
#
+1 -1
View File
@@ -13,7 +13,7 @@
%define _mandir /usr/share/man
Name: fwknop
Version: 2.0
Version: 2.0.1
Epoch: 1
Release: 1%{?dist}
Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization.
+3 -3
View File
@@ -203,13 +203,13 @@ Copyright (C) Max Kastanas 2010
#define PACKAGE_NAME "fwknop"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "fwknop 2.0.0rc2"
#define PACKAGE_STRING "fwknop 2.0.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "fwknop"
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0.0rc2"
#define PACKAGE_VERSION "2.0.1"
/* The size of `unsigned int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_INT 4
@@ -243,7 +243,7 @@ Copyright (C) Max Kastanas 2010
/* Version number of package */
#define VERSION "2.0.0rc2"
#define VERSION "2.0.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */