From cab2ea9083b0124e4dba73b9b3eea267a757a2c0 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 23 Jul 2012 22:40:47 -0400 Subject: [PATCH] bumped version to 2.0.1 --- ChangeLog | 2 +- README | 2 +- android/project/jni/config.h | 6 +++--- extras/fwknop-launcher/fwknop-launcher-lsof.pl | 2 +- fwknop.spec | 2 +- iphone/Classes/config.h | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8e3e1f..5621434 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README b/README index 63d9f27..f2e582f 100644 --- a/README +++ b/README @@ -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. diff --git a/android/project/jni/config.h b/android/project/jni/config.h index 69809c7..785ce21 100644 --- a/android/project/jni/config.h +++ b/android/project/jni/config.h @@ -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). */ diff --git a/extras/fwknop-launcher/fwknop-launcher-lsof.pl b/extras/fwknop-launcher/fwknop-launcher-lsof.pl index 28d6d8d..75ac0d3 100755 --- a/extras/fwknop-launcher/fwknop-launcher-lsof.pl +++ b/extras/fwknop-launcher/fwknop-launcher-lsof.pl @@ -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) # diff --git a/fwknop.spec b/fwknop.spec index f31b9cd..d216c52 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -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. diff --git a/iphone/Classes/config.h b/iphone/Classes/config.h index 5346af5..65925b9 100644 --- a/iphone/Classes/config.h +++ b/iphone/Classes/config.h @@ -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). */ -- 1.7.5.4