Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.33' '-r1.34' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/04/23 10:29:56 1.33 +++ ChangeLog 2004/04/26 12:35:43 1.34 @@ -8,6 +8,17 @@ CHANGELOG + Changes between 1.5a3 and 1.5 (26-Apr-2004) + + *) None. OpenPKG build farm succeeded on FreeBSD 4.9-STABLE, FreeBSD + 5.2-CURRENT, Debian GNU/Linux 2.2, Debian GNU/Linux 3.0, Debian + GNU/Linux 3.1-pre, RedHat Linux 9, RedHat Fedora Core 1, RedHat + Enterprise Linux 3 ES, SuSE Linux 8.2, SuSE Linux 9.0, Gentoo + 1.4, Sun Solaris 8, Sun Solaris 10/x86 and Sun Solaris 2.6. Also + successful build was reported for Tru64 V5.1. In the past three + days 150 real life deployments of 1.5a3 did not report a single + problem. + Changes between 1.5a2 and 1.5a3 (23-Apr-2004) *) Use updated OSSP lib_cfg 0.9.3 to remove dependency to external Index: ossp-pkg/fsl/README RCS File: /v/ossp/cvs/ossp-pkg/fsl/README,v rcsdiff -q -kk '-r1.44' '-r1.45' -u '/v/ossp/cvs/ossp-pkg/fsl/README,v' 2>/dev/null --- README 2004/04/23 10:29:56 1.44 +++ README 2004/04/26 12:35:44 1.45 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |_| |___/_| OSSP fsl - Faking/Flexible Syslog Library - Version 1.5a3 (23-Apr-2004) + Version 1.5.0 (26-Apr-2004) ABSTRACT Index: ossp-pkg/fsl/fsl_version.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v rcsdiff -q -kk '-r1.31' '-r1.32' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v' 2>/dev/null --- fsl_version.c 2004/04/23 10:29:56 1.31 +++ fsl_version.c 2004/04/26 12:35:44 1.32 @@ -8,7 +8,7 @@ #ifndef _FSL_VERSION_C_ #define _FSL_VERSION_C_ -#define FSL_VERSION 0x105003 +#define FSL_VERSION 0x105200 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _FSL_VERSION_C_AS_HEADER_ fsl_version_t fsl_version = { - 0x105003, - "1.5a3", - "1.5a3 (23-Apr-2004)", - "This is OSSP fsl, Version 1.5a3 (23-Apr-2004)", - "OSSP fsl 1.5a3 (23-Apr-2004)", - "OSSP fsl/1.5a3", - "@(#)OSSP fsl 1.5a3 (23-Apr-2004)", + 0x105200, + "1.5.0", + "1.5.0 (26-Apr-2004)", + "This is OSSP fsl, Version 1.5.0 (26-Apr-2004)", + "OSSP fsl 1.5.0 (26-Apr-2004)", + "OSSP fsl/1.5.0", + "@(#)OSSP fsl 1.5.0 (26-Apr-2004)", "$Id$" };