From 39e8c944acc71c4e3deaa48d55c09279fd80d81f Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 11 Nov 2008 15:42:34 +0100 Subject: [PATCH] pfixtools 0.5. Signed-off-by: Florent Bruneau --- ChangeLog | 3 +++ pfix-srsd/main-srsd.c | 2 +- postlicyd/main-postlicyd.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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" -- 2.20.1