Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/09/25 15:18:04 1.22 +++ ChangeLog 2003/10/06 10:10:38 1.23 @@ -8,7 +8,7 @@ CHANGELOG - Changes between 1.2.1 and 1.2.2 (25-Sep-2003) + Changes between 1.2.1 and 1.3.0 (06-Oct-2003) *) change jitter option in file channel from flag to count. [Thomas Lotterer ] @@ -38,7 +38,7 @@ *) for compatiblity reasons, when debugging is enabled and openlog(2) is called without LOG_NDELAY no filedescriptor is - consumed. Prevously debugging unconditionally took one or more + consumed. Previously debugging unconditionally took one or more filedescriptors which violates POSIX. *) for compatiblity reasons, the library will no longer print any Index: ossp-pkg/fsl/README RCS File: /v/ossp/cvs/ossp-pkg/fsl/README,v rcsdiff -q -kk '-r1.37' '-r1.38' -u '/v/ossp/cvs/ossp-pkg/fsl/README,v' 2>/dev/null --- README 2003/09/25 16:59:37 1.37 +++ README 2003/10/06 10:10:38 1.38 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |_| |___/_| OSSP fsl - Faking/Flexible Syslog Library - Version 1.3b1 (25-Sep-2003) + Version 1.3.0 (06-Oct-2003) ABSTRACT Index: ossp-pkg/fsl/fsl_version.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v' 2>/dev/null --- fsl_version.c 2003/09/25 16:59:37 1.23 +++ fsl_version.c 2003/10/06 10:10:38 1.24 @@ -8,7 +8,7 @@ #ifndef _FSL_VERSION_C_ #define _FSL_VERSION_C_ -#define FSL_VERSION 0x103101 +#define FSL_VERSION 0x103200 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _FSL_VERSION_C_AS_HEADER_ fsl_version_t fsl_version = { - 0x103101, - "1.3b1", - "1.3b1 (25-Sep-2003)", - "This is OSSP fsl, Version 1.3b1 (25-Sep-2003)", - "OSSP fsl 1.3b1 (25-Sep-2003)", - "OSSP fsl/1.3b1", - "@(#)OSSP fsl 1.3b1 (25-Sep-2003)", + 0x103200, + "1.3.0", + "1.3.0 (06-Oct-2003)", + "This is OSSP fsl, Version 1.3.0 (06-Oct-2003)", + "OSSP fsl 1.3.0 (06-Oct-2003)", + "OSSP fsl/1.3.0", + "@(#)OSSP fsl 1.3.0 (06-Oct-2003)", "$Id$" };