Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/08/02 11:43:02 1.9 +++ ChangeLog 2002/08/14 07:53:24 1.10 @@ -8,6 +8,16 @@ CHANGELOG + Changes between 1.0.1 and 1.0.2 (02-Aug-2002 to 14-Aug-2002) + + *) Various source tree cleanups, polishing, version support and + documentation updates in OSSP cfg. + [Ralf S. Engelschall ] + + *) Fixed a bug in OSSP l2 where %N nodename expansion did not work + causing the default of "localhost" to be returned on Solaris. + [Thomas Lotterer ] + Changes between 1.0.0 and 1.0.1 (01-Aug-2002 to 02-Aug-2002) *) Change building of fsl_version.c from direct inclusion Index: ossp-pkg/fsl/README RCS File: /v/ossp/cvs/ossp-pkg/fsl/README,v rcsdiff -q -kk '-r1.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/fsl/README,v' 2>/dev/null --- README 2002/08/02 11:43:02 1.21 +++ README 2002/08/14 07:53:24 1.22 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |_| |___/_| OSSP fsl - Faking/Flexible Syslog Library - Version 1.0.1 (02-Aug-2002) + Version 1.0.2 (14-Aug-2002) ABSTRACT Index: ossp-pkg/fsl/fsl_version.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v' 2>/dev/null --- fsl_version.c 2002/08/02 11:43:17 1.6 +++ fsl_version.c 2002/08/14 07:53:24 1.7 @@ -8,7 +8,7 @@ #ifndef _FSL_VERSION_C_ #define _FSL_VERSION_C_ -#define FSL_VERSION 0x100201 +#define FSL_VERSION 0x100202 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _FSL_VERSION_C_AS_HEADER_ fsl_version_t fsl_version = { - 0x100201, - "1.0.1", - "1.0.1 (02-Aug-2002)", - "This is OSSP fsl, Version 1.0.1 (02-Aug-2002)", - "OSSP fsl 1.0.1 (02-Aug-2002)", - "OSSP fsl/1.0.1", - "@(#)OSSP fsl 1.0.1 (02-Aug-2002)", + 0x100202, + "1.0.2", + "1.0.2 (14-Aug-2002)", + "This is OSSP fsl, Version 1.0.2 (14-Aug-2002)", + "OSSP fsl 1.0.2 (14-Aug-2002)", + "OSSP fsl/1.0.2", + "@(#)OSSP fsl 1.0.2 (14-Aug-2002)", "$Id$" };