Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/09/07 20:12:24 1.11 +++ ChangeLog 2002/10/21 15:21:00 1.12 @@ -8,6 +8,20 @@ CHANGELOG + Changes between 1.0.4 and 1.0.5 (21-Oct-2002) + + *) added support for Solaris 2.6 + [Ralf S. Engelschall ] + + Changes between 1.0.3 and 1.0.4 (07-Sep-2002 to 21-Oct-2002) + + *) Fixed problem reported by martin.konold@erfrakon.de: In fsl's + vsyslog() when handling delayed open and "If the log file is not + writable by fsl the application using fsl segfaults." The error + condition was checked and logged but operation unintentionally + continued + [Thomas Lotterer ] + Changes between 1.0.2 and 1.0.3 (14-Aug-2002 to 07-Sep-2002) *) Fixed build procedure in PCRE part in order to get rid Index: ossp-pkg/fsl/README RCS File: /v/ossp/cvs/ossp-pkg/fsl/README,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/fsl/README,v' 2>/dev/null --- README 2002/10/21 12:51:23 1.24 +++ README 2002/10/21 15:21:00 1.25 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |_| |___/_| OSSP fsl - Faking/Flexible Syslog Library - Version 1.0.4 (21-Oct-2002) + Version 1.0.5 (21-Oct-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.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v' 2>/dev/null --- fsl_version.c 2002/10/21 13:22:14 1.11 +++ fsl_version.c 2002/10/21 15:21:00 1.12 @@ -8,7 +8,7 @@ #ifndef _FSL_VERSION_C_ #define _FSL_VERSION_C_ -#define FSL_VERSION 0x100204 +#define FSL_VERSION 0x100205 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _FSL_VERSION_C_AS_HEADER_ fsl_version_t fsl_version = { - 0x100204, - "1.0.4", - "1.0.4 (21-Oct-2002)", - "This is OSSP fsl, Version 1.0.4 (21-Oct-2002)", - "OSSP fsl 1.0.4 (21-Oct-2002)", - "OSSP fsl/1.0.4", - "@(#)OSSP fsl 1.0.4 (21-Oct-2002)", + 0x100205, + "1.0.5", + "1.0.5 (21-Oct-2002)", + "This is OSSP fsl, Version 1.0.5 (21-Oct-2002)", + "OSSP fsl 1.0.5 (21-Oct-2002)", + "OSSP fsl/1.0.5", + "@(#)OSSP fsl 1.0.5 (21-Oct-2002)", "$Id$" };