From: Florent Bruneau Date: Tue, 11 Nov 2008 14:42:34 +0000 (+0100) Subject: pfixtools 0.5. X-Git-Url: http://git.madism.org/?p=apps%2Fpfixtools.git;a=commitdiff_plain;h=39e8c944acc71c4e3deaa48d55c09279fd80d81f pfixtools 0.5. Signed-off-by: Florent Bruneau --- diff --git a/ChangeLog b/ChangeLog index dd2db90..6a104ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +------------------------------------------------------------------------------ +version 0.5 Nov 11, 2008 + * common: FIX: fix build of the trie from an unsorted string list FRU diff --git a/pfix-srsd/main-srsd.c b/pfix-srsd/main-srsd.c index e271eda..cab13fa 100644 --- a/pfix-srsd/main-srsd.c +++ b/pfix-srsd/main-srsd.c @@ -43,7 +43,7 @@ #include "server.h" #define DAEMON_NAME "pfix-srsd" -#define DAEMON_VERSION "0.4" +#define DAEMON_VERSION "0.5" #define DEFAULT_ENCODER_PORT 10001 #define DEFAULT_DECODER_PORT 10002 #define RUNAS_USER "nobody" diff --git a/postlicyd/main-postlicyd.c b/postlicyd/main-postlicyd.c index b6d3e2d..2019f6c 100644 --- a/postlicyd/main-postlicyd.c +++ b/postlicyd/main-postlicyd.c @@ -44,7 +44,7 @@ #include "query.h" #define DAEMON_NAME "postlicyd" -#define DAEMON_VERSION "0.4" +#define DAEMON_VERSION "0.5" #define DEFAULT_PORT 10000 #define RUNAS_USER "nobody" #define RUNAS_GROUP "nogroup"