OSSP CVS Repository

ossp - Check-in [2638]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2638
Date: 2002-Oct-21 14:51:23 (local)
2002-Oct-21 12:51:23 (UTC)
User:thl
Branch:
Comment: flush pending changes before tagging
Tickets:
Inspections:
Files:
ossp-pkg/fsl/README      1.23 -> 1.24     1 inserted, 1 deleted
ossp-pkg/fsl/fsl.c      1.51 -> 1.52     1 inserted, 1 deleted
ossp-pkg/fsl/fsl_version.c      1.8 -> 1.9     9 inserted, 9 deleted

ossp-pkg/fsl/README 1.23 -> 1.24

--- README       2002/09/07 20:12:49     1.23
+++ README       2002/10/21 12:51:23     1.24
@@ -5,7 +5,7 @@
   |_|_|_|  \___/|____/____/|_|     |_| |___/_|
  
   OSSP fsl - Faking/Flexible Syslog Library
-  Version 1.0.3 (07-Sep-2002)
+  Version 1.0.4 (21-Oct-2002)
 
   ABSTRACT
 


ossp-pkg/fsl/fsl.c 1.51 -> 1.52

--- fsl.c        2002/10/21 12:45:55     1.51
+++ fsl.c        2002/10/21 12:51:23     1.52
@@ -798,7 +798,7 @@
         free(cpISF);
     if (cpIdent != NULL)
         free(cpIdent);
-#if 0 /* FIXME */
+#if 1 /* FIXME */
     if (cfg != NULL)
         if ((cfgrv = cfg_destroy(cfg)) != CFG_OK) {
             (void)cfg_error(cfg, cfgrv, &cp); fsldebug(L2_LEVEL_ERROR, "openlog: cfg_destroy() failed with error %s (%d)", cp, cfgrv); CU(1); }


ossp-pkg/fsl/fsl_version.c 1.8 -> 1.9

--- fsl_version.c        2002/09/07 20:12:49     1.8
+++ fsl_version.c        2002/10/21 12:51:23     1.9
@@ -8,7 +8,7 @@
 #ifndef _FSL_VERSION_C_
 #define _FSL_VERSION_C_
 
-#define FSL_VERSION 0x100203
+#define FSL_VERSION 0x100204
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _FSL_VERSION_C_AS_HEADER_
 
 fsl_version_t fsl_version = {
-    0x100203,
-    "1.0.3",
-    "1.0.3 (07-Sep-2002)",
-    "This is OSSP fsl, Version 1.0.3 (07-Sep-2002)",
-    "OSSP fsl 1.0.3 (07-Sep-2002)",
-    "OSSP fsl/1.0.3",
-    "@(#)OSSP fsl 1.0.3 (07-Sep-2002)",
-    "$Id: fsl_version.c,v 1.8 2002/09/07 20:12:49 rse Exp $"
+    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)",
+    "$Id: fsl_version.c,v 1.9 2002/10/21 12:51:23 thl Exp $"
 };
 
 #endif /* _FSL_VERSION_C_AS_HEADER_ */

CVSTrac 2.0.1