~ubuntu-branches/ubuntu/breezy/vanessa-logger/breezy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Simon Horman
  • Date: 2004-08-29 18:48:47 UTC
  • mfrom: (0.1.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040829184847-cxmqtjoqlv3kpe8j
Tags: 0.0.7-1
Fixed gcc-3.4 build problem. (closes: Bug#262743)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
vanessa_logger
4
4
Generic logging layer
5
 
Copyright (C) 2000  Horms
 
5
Copyright (C) 2000-2004  Horms
 
6
----------------------------------------------------------------------
 
7
 
 
8
29th August 2004
 
9
(horms)
 
10
 
 
11
   * 0.0.7
 
12
   - Set flag to VANESSA_LOGGER_F_NO_IDENT_PID when opening a syslog
 
13
     logger to avoid duplicate perdition[PID] in log entries.
 
14
     This value was previously uninitialised for syslog loggers,
 
15
     so the behaviour varied. Brendan O'Dea
 
16
   - Fixed gcc-3.4 build problem
 
17
 
 
18
----------------------------------------------------------------------
 
19
 
 
20
22nd March 2004
 
21
(Horms)
 
22
 
 
23
   * 0.0.6
 
24
   - Added VANESSA_LOGGER_F_TIMESTAMP and VANESSA_LOGGER_F_CONS flags
 
25
     for vanessa_logger_openlog_filename() and vanessa_logger_openlog_fh()
 
26
 
 
27
----------------------------------------------------------------------
 
28
 
 
29
15th December 2003
 
30
(Horms)
 
31
 
 
32
   * 0.0.5
 
33
   - Added logging messages for h_error which is set by
 
34
     gethopstbyname() and gethostbyaddr()
 
35
   - Make vargs use in MACROS C99 complant. Mark D. Roth
 
36
   - Added VANESSA_LOGGER_F_NO_IDENT_PID flag for use
 
37
     with filename and filehandle loggers
 
38
   - Added function to set and get flags
 
39
   - Fixed logic bug in __vanessa_logger_str_dump_oct()
 
40
     
 
41
 
 
42
----------------------------------------------------------------------
 
43
 
 
44
6th June 2003
 
45
(Horms)
 
46
 
 
47
    * 0.0.4
 
48
    - No Change
 
49
 
 
50
 
 
51
----------------------------------------------------------------------
 
52
 
 
53
26th March 2003
 
54
(Horms)
 
55
 
 
56
     * 0.0.4beta7
 
57
     - ERR convenience macros do not log the function name.
 
58
 
 
59
 
 
60
----------------------------------------------------------------------
 
61
 
 
62
8th January 2003
 
63
(Horms)
 
64
 
 
65
     * 0.0.4beta2
 
66
     - Packaging fixes
 
67
 
 
68
 
 
69
----------------------------------------------------------------------
 
70
 
 
71
27th December 2002
 
72
(Horms)
 
73
 
 
74
     * 0.0.4beta1
 
75
     - Added vanessa_logger_str_dump
 
76
     - Added convenience macros
 
77
     - Do a configure check for facilitynames rather than
 
78
       checking for OS defines at compile time
 
79
     - Fixed error reporting when a function is the logging target
 
80
     - Don't expect __FUNCTION__ to be a string litereal
 
81
     - Fixed logging to a function, such that the log function expects
 
82
       a va_list rather than a ... The later cannot work with
 
83
       vanessa_logger (any more).
 
84
 
 
85
 
 
86
----------------------------------------------------------------------
 
87
 
 
88
17th March 2002
 
89
(Horms)
 
90
 
 
91
     * 0.0.3
 
92
     - No Change
 
93
 
 
94
 
 
95
----------------------------------------------------------------------
 
96
 
 
97
24th March 2002
 
98
(Horms)
 
99
 
 
100
     * 0.0.3beta2
 
101
     - Flush output if writing to a file descriptor.
 
102
       Fixes weirdness if a file descriptor gets shared between
 
103
       children.
 
104
 
 
105
 
 
106
----------------------------------------------------------------------
 
107
 
 
108
14th March 2002
 
109
(Horms)
 
110
 
 
111
     * 0.0.3beta1
 
112
     - Added ability to log to a function
 
113
     - Fixed minor .spec file errors 
 
114
       Scot W. Hetzel <scot@genroco.com> & Horms
 
115
 
 
116
 
6
117
----------------------------------------------------------------------
7
118
 
8
119
29th June 2001