Index: ossp-pkg/fsl/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/fsl/Makefile.in,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/fsl/Makefile.in,v' 2>/dev/null --- Makefile.in 2003/05/22 14:01:55 1.16 +++ Makefile.in 2004/01/09 10:48:26 1.17 @@ -1,8 +1,8 @@ ## ## OSSP fsl - Faking/Flexible Syslog Library -## Copyright (c) 2002-2003 Ralf S. Engelschall -## Copyright (c) 2002-2003 The OSSP Project -## Copyright (c) 2002-2003 Cable & Wireless Deutschland +## Copyright (c) 2002-2004 Ralf S. Engelschall +## Copyright (c) 2002-2004 The OSSP Project +## Copyright (c) 2002-2004 Cable & Wireless Deutschland ## ## This file is part of OSSP fsl, a syslog(3) API faking library which ## can be found at http://www.ossp.org/pkg/lib/fsl/. Index: ossp-pkg/fsl/README RCS File: /v/ossp/cvs/ossp-pkg/fsl/README,v rcsdiff -q -kk '-r1.39' '-r1.40' -u '/v/ossp/cvs/ossp-pkg/fsl/README,v' 2>/dev/null --- README 2003/10/28 16:05:32 1.39 +++ README 2004/01/09 10:48:26 1.40 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |_| |___/_| OSSP fsl - Faking/Flexible Syslog Library - Version 1.4a1 (28-Oct-2003) + Version 1.4b1 (09-Jan-2004) ABSTRACT @@ -20,9 +20,9 @@ COPYRIGHT AND LICENSE - Copyright (c) 2002-2003 Ralf S. Engelschall - Copyright (c) 2002-2003 The OSSP Project - Copyright (c) 2002-2003 Cable & Wireless Deutschland + Copyright (c) 2002-2004 Ralf S. Engelschall + Copyright (c) 2002-2004 The OSSP Project + Copyright (c) 2002-2004 Cable & Wireless Deutschland This file is part of OSSP fsl, a syslog(3) API faking library which can be found at http://www.ossp.org/pkg/lib/fsl/. Index: ossp-pkg/fsl/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/fsl/aclocal.m4,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/fsl/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2003/01/06 16:41:21 1.3 +++ aclocal.m4 2004/01/09 10:48:26 1.4 @@ -1,8 +1,8 @@ dnl ## dnl ## OSSP fsl - Faking/Flexible Syslog Library -dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall -dnl ## Copyright (c) 2002-2003 The OSSP Project -dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland +dnl ## Copyright (c) 2002-2004 Ralf S. Engelschall +dnl ## Copyright (c) 2002-2004 The OSSP Project +dnl ## Copyright (c) 2002-2004 Cable & Wireless Deutschland dnl ## dnl ## This file is part of OSSP fsl, a syslog(3) API faking library which dnl ## can be found at http://www.ossp.org/pkg/lib/fsl/. Index: ossp-pkg/fsl/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/fsl/configure.ac,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/fsl/configure.ac,v' 2>/dev/null --- configure.ac 2003/05/22 14:01:55 1.15 +++ configure.ac 2004/01/09 10:48:26 1.16 @@ -1,8 +1,8 @@ dnl ## dnl ## OSSP fsl - Faking/Flexible Syslog Library -dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall -dnl ## Copyright (c) 2002-2003 The OSSP Project -dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland +dnl ## Copyright (c) 2002-2004 Ralf S. Engelschall +dnl ## Copyright (c) 2002-2004 The OSSP Project +dnl ## Copyright (c) 2002-2004 Cable & Wireless Deutschland dnl ## dnl ## This file is part of OSSP fsl, a syslog(3) API faking library which dnl ## can be found at http://www.ossp.org/pkg/lib/fsl/. @@ -34,9 +34,9 @@ dnl # announce our version V=`./shtool version -lc -dlong fsl_version.c` ./shtool echo -e "Configuring %BOSSP fsl%b (Faking/Flexible Syslog Library), Version %B${V}%b" -echo "Copyright (c) 2002-2003 Ralf S. Engelschall " -echo "Copyright (c) 2002-2003 The OSSP Project " -echo "Copyright (c) 2002-2003 Cable & Wireless Deutschland " +echo "Copyright (c) 2002-2004 Ralf S. Engelschall " +echo "Copyright (c) 2002-2004 The OSSP Project " +echo "Copyright (c) 2002-2004 Cable & Wireless Deutschland " AC_PROG_MAKE_SET AC_PROG_CC Index: ossp-pkg/fsl/fsl-config.in RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl-config.in,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl-config.in,v' 2>/dev/null --- fsl-config.in 2003/01/06 16:41:21 1.4 +++ fsl-config.in 2004/01/09 10:48:27 1.5 @@ -1,9 +1,9 @@ #!/bin/sh ## ## OSSP fsl - Faking/Flexible Syslog Library -## Copyright (c) 2002-2003 Ralf S. Engelschall -## Copyright (c) 2002-2003 The OSSP Project -## Copyright (c) 2002-2003 Cable & Wireless Deutschland +## Copyright (c) 2002-2004 Ralf S. Engelschall +## Copyright (c) 2002-2004 The OSSP Project +## Copyright (c) 2002-2004 Cable & Wireless Deutschland ## ## This file is part of OSSP fsl, a syslog(3) API faking library which ## can be found at http://www.ossp.org/pkg/lib/fsl/. Index: ossp-pkg/fsl/fsl.ac RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.ac,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.ac,v' 2>/dev/null --- fsl.ac 2003/10/28 19:47:09 1.8 +++ fsl.ac 2004/01/09 10:48:27 1.9 @@ -1,8 +1,8 @@ dnl ## dnl ## OSSP fsl - Faking/Flexible Syslog Library -dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall -dnl ## Copyright (c) 2002-2003 The OSSP Project -dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland +dnl ## Copyright (c) 2002-2004 Ralf S. Engelschall +dnl ## Copyright (c) 2002-2004 The OSSP Project +dnl ## Copyright (c) 2002-2004 Cable & Wireless Deutschland dnl ## dnl ## This file is part of OSSP fsl, a syslog(3) API faking library which dnl ## can be found at http://www.ossp.org/pkg/lib/fsl/. Index: ossp-pkg/fsl/fsl.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.c,v rcsdiff -q -kk '-r1.65' '-r1.66' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.c,v' 2>/dev/null --- fsl.c 2003/10/13 14:01:38 1.65 +++ fsl.c 2004/01/09 10:48:27 1.66 @@ -1,8 +1,8 @@ /* ** OSSP fsl - Faking/Flexible Syslog Library -** Copyright (c) 2002-2003 Ralf S. Engelschall -** Copyright (c) 2002-2003 The OSSP Project -** Copyright (c) 2002-2003 Cable & Wireless Deutschland +** Copyright (c) 2002-2004 Ralf S. Engelschall +** Copyright (c) 2002-2004 The OSSP Project +** Copyright (c) 2002-2004 Cable & Wireless Deutschland ** ** This file is part of OSSP fsl, a syslog(3) API faking library which ** can be found at http://www.ossp.org/pkg/lib/fsl/. Index: ossp-pkg/fsl/fsl.pod RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v rcsdiff -q -kk '-r1.32' '-r1.33' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v' 2>/dev/null --- fsl.pod 2003/09/25 13:57:23 1.32 +++ fsl.pod 2004/01/09 10:48:27 1.33 @@ -1,8 +1,8 @@ ## ## OSSP fsl - Faking/Flexible Syslog Library -## Copyright (c) 2002-2003 Ralf S. Engelschall -## Copyright (c) 2002-2003 The OSSP Project -## Copyright (c) 2002-2003 Cable & Wireless Deutschland +## Copyright (c) 2002-2004 Ralf S. Engelschall +## Copyright (c) 2002-2004 The OSSP Project +## Copyright (c) 2002-2004 Cable & Wireless Deutschland ## ## This file is part of OSSP fsl, a syslog(3) API faking library which ## can be found at http://www.ossp.org/pkg/lib/fsl/. Index: ossp-pkg/fsl/fsl_version.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v' 2>/dev/null --- fsl_version.c 2003/10/28 16:05:32 1.25 +++ fsl_version.c 2004/01/09 10:48:27 1.26 @@ -8,7 +8,7 @@ #ifndef _FSL_VERSION_C_ #define _FSL_VERSION_C_ -#define FSL_VERSION 0x104001 +#define FSL_VERSION 0x104101 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _FSL_VERSION_C_AS_HEADER_ fsl_version_t fsl_version = { - 0x104001, - "1.4a1", - "1.4a1 (28-Oct-2003)", - "This is OSSP fsl, Version 1.4a1 (28-Oct-2003)", - "OSSP fsl 1.4a1 (28-Oct-2003)", - "OSSP fsl/1.4a1", - "@(#)OSSP fsl 1.4a1 (28-Oct-2003)", + 0x104101, + "1.4b1", + "1.4b1 (09-Jan-2004)", + "This is OSSP fsl, Version 1.4b1 (09-Jan-2004)", + "OSSP fsl 1.4b1 (09-Jan-2004)", + "OSSP fsl/1.4b1", + "@(#)OSSP fsl 1.4b1 (09-Jan-2004)", "$Id$" };