From f7e84da340a8f154edc27bcac9bb576bf35c220b Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 18 Aug 2012 15:03:04 -0400 Subject: [PATCH] fwknop-2.0.2 release --- ChangeLog | 2 +- VERSION | 2 +- configure.ac | 2 +- todo.org | 6 ++++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 49e0f7be..1568a1aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -fwknop-2.0.2 (08//2012): +fwknop-2.0.2 (08/18/2012): - [server] For GPG mode, added a new access.conf variable "GPG_ALLOW_NO_PW" to make it possible to leverage a server-side GPG key pair that has no associated password. This comes in handy when a system diff --git a/VERSION b/VERSION index 1b4eb20f..50a5a980 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -fwknop-2.0.2-pre3 +fwknop-2.0.2 diff --git a/configure.ac b/configure.ac index 123ff494..4a2ae3dc 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.0.2-pre3]) +m4_define(my_version, [2.0.2]) m4_define(my_bug_email, [dstuart@dstuart.org]) AC_INIT(my_package, my_version, my_bug_email) diff --git a/todo.org b/todo.org index 192be687..f619582c 100644 --- a/todo.org +++ b/todo.org @@ -6,6 +6,9 @@ :CLOSED: <2012-08-16 Thu> Add a check to ensure that active and expire sets are not the same value in fwknopd.conf, and add a corresponding test in the test suite. +*** Release fwknop-2.0.2 + :CLOSED: <2012-08-18 Sat> + Make the fwknop-2.0.2 release. *** Update fwknopd man page for GPG_ALLOW_NO_PW :CLOSED: <2012-08-14 Tue> *** Preserve existing configs under 'make install' @@ -22,6 +25,9 @@ *** Set restrictive permissions on /etc/fwknop/ directory and /etc/fwknop/* files :CLOSED: <2012-08-12 Sun> Current default permissions on /etc/fwknop/ and /etc/fwknop/* are too lax. +** Add 'enable' to ipfw active set at init time + Currently fwknopd does not do a check to ensure that the active set is + enabled at init time ('ipfw set enable 1'). ** Update fwknopd man page to include IPFW* vars None of the ipfw variables are currently documented in the fwknopd man page.