Bumped working version to 2.0.0-alpha-pre2 to differentiate from the tagged 2.0.0-alpha-pre1. Updated Changelog.

git-svn-id: file:///home/mbr/svn/fwknop/trunk@204 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart 2010-01-31 01:42:49 +00:00
parent e3bd3b703e
commit 02e5d45bf0
2 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,14 @@
2010-01-30 Damien Stuart <dstuart@dstuart.org>
* Set working version to 2.0.0-alpha-pre2.
* Added additional sanity checks and clean-up of access.conf processing
and functionality.
* Fixed REQUIRE_SOURCE and added check for REQUIRE_USERNAME.
* Added fallback to use GPG_DECRYPT_PW if it was set and the normal KEY
failed with a decyption error.
* Fixed packet count checks to allow a limit of 0 to mean unlimited
number of packets.
* Minor libfko documentation updates.
2010-01-02 Michael Rash <mbr@cipherdyne.org>
* Added a new command line argument "--last-cmd" to run the fwknop client
with the same command line arguments as the previous time it was
@ -10,10 +21,11 @@
2010-01-03 Damien Stuart <dstuart@dstuart.org>
* Added access.conf file, parsing, and processing.
* Added a new acces.conf parameter, RESTRICT_PORTS for specifying 1 or more
proto/ports that are explicitly not allowed.
* Upon startup, fwknopd will now create the path to the configured run direcory
and/or the basename of the digest cache file if they do not already exist.
* Added a new acces.conf parameter, RESTRICT_PORTS for specifying 1 or
more proto/ports that are explicitly not allowed.
* Upon startup, fwknopd will now create the path to the configured run
direcory and/or the basename of the digest cache file if they do not
already exist.
2010-01-02 Michael Rash <mbr@cipherdyne.org>
* Added --packet-limit to fwknopd so that the number of incoming candidate
@ -91,7 +103,7 @@
2008-05-24 Damien Stuart <dstuart@dstuart.org>
* Added win32 direcory with Visual Studio 2008 solution and project files
for buildin on the Windows platform.
for building on the Windows platform.
2008-12-21 Damien Stuart <dstuart@dstuart.org>

View File

@ -11,7 +11,7 @@ AC_PREREQ(2.61)
dnl Define our name, version and email.
m4_define(my_package, [fwknop])
m4_define(my_version, [2.0.0-alpha-pre1])
m4_define(my_version, [2.0.0-alpha-pre2])
m4_define(my_bug_email, [dstuart@dstuart.org])
AC_INIT(my_package, my_version, my_bug_email)