Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/09/25 13:57:23 1.21 +++ ChangeLog 2003/09/25 15:18:04 1.22 @@ -9,17 +9,18 @@ CHANGELOG Changes between 1.2.1 and 1.2.2 (25-Sep-2003) + *) change jitter option in file channel from flag to count. - [Thomas Lotterer ] *) add monitor option to file channel. - [Thomas Lotterer ] Changes between 1.2.0 and 1.2.1 (15-Sep-2003) *) include updated lib_l2 v0.9.3 to make sure prefix channel does atomar downstream writes. - [Thomas Lotterer ] Changes between 1.1.0 and 1.2.0 (30-Jun-2003) @@ -31,7 +32,7 @@ *) fix array too small by one element bug in fd and file channels. *) add jitter option to file channel. - [Thomas Lotterer ] Changes between 1.0.8 and 1.1.0 (22-May-2003) @@ -64,7 +65,7 @@ *) for flexibility reasons but still to stay away from the process environment the logmask is configured by reading the content of a symlink. - [Thomas Lotterer ] Changes between 1.0.7 and 1.0.8 (13-Feb-2003) @@ -85,7 +86,7 @@ data. All other implementations seem to keep the data and l2_channel_downstream() traversed through still valid pointers in unmalloc(3)ed areas. - [Thomas Lotterer ] *) memory handling cleanups in lib_cfg [Ralf S. Engelschall ] Index: ossp-pkg/fsl/README RCS File: /v/ossp/cvs/ossp-pkg/fsl/README,v rcsdiff -q -kk '-r1.35' '-r1.36' -u '/v/ossp/cvs/ossp-pkg/fsl/README,v' 2>/dev/null --- README 2003/09/15 08:24:02 1.35 +++ README 2003/09/25 15:18:04 1.36 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |_| |___/_| OSSP fsl - Faking/Flexible Syslog Library - Version 1.2.1 (15-Sep-2003) + Version 1.2b2 (25-Sep-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.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v' 2>/dev/null --- fsl_version.c 2003/09/15 08:24:02 1.21 +++ fsl_version.c 2003/09/25 15:18:04 1.22 @@ -8,7 +8,7 @@ #ifndef _FSL_VERSION_C_ #define _FSL_VERSION_C_ -#define FSL_VERSION 0x102201 +#define FSL_VERSION 0x102102 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _FSL_VERSION_C_AS_HEADER_ fsl_version_t fsl_version = { - 0x102201, - "1.2.1", - "1.2.1 (15-Sep-2003)", - "This is OSSP fsl, Version 1.2.1 (15-Sep-2003)", - "OSSP fsl 1.2.1 (15-Sep-2003)", - "OSSP fsl/1.2.1", - "@(#)OSSP fsl 1.2.1 (15-Sep-2003)", + 0x102102, + "1.2b2", + "1.2b2 (25-Sep-2003)", + "This is OSSP fsl, Version 1.2b2 (25-Sep-2003)", + "OSSP fsl 1.2b2 (25-Sep-2003)", + "OSSP fsl/1.2b2", + "@(#)OSSP fsl 1.2b2 (25-Sep-2003)", "$Id$" };