root/psad/tags/psad-2.1.2/Unix-Syslog/Changes

Revision 634, 3.1 kB (checked in by mbr, 6 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 -*- mode: text -*-
2
3 Revision history for Perl extension Unix::Syslog.
4 0.100 Wed Aug 28 17:09:37 2002
5         - (test.pl) Major changes due to complete misunderstanding of
6            eval()
7
8         - (Syslog.pm) Updated version number
9
10         - (Makefile.PL) Cleanup
11
12 0.99 Wed Aug 14 21:05:43 2002
13         - Added functions priorityname() and facilityname().
14
15         - Updated docs.
16
17 0.98 Tue Jan 22 22:24:39 2002
18         - (Syslog.pm) Instead of quoting percent-signs in
19           syslog()-wrapper, simply pass the string to libc-syslog() as
20           string argument via %s.  Reported by Gisle Aas
21           <gisle@ActiveState.com>.
22        
23         - (Syslog.xs) When calling libc-syslog() internally, pass
24           message as string argument, not as format string.
25        
26           Copy ident-argument using some Perl-API functions. Just
27           using a reference counter had unwanted
28           side-effects. Reported by Gisle Aas <gisle@ActiveState.com>.
29        
30         - (TODO) Declared only plan for extending Unix::Syslog for
31           unfeasable with current versions of Perl.
32
33         - Renamed distribution archive to Unix-Syslog-<version>. I
34           just discovered the `tardist' target in the Makefile :^)
35
36 0.97 Wed Dec 12 03:39:15 2001
37         - (Syslog.pm) Updated version number.
38
39         - (Syslog.xs) Increase openlog()'s ident argument reference
40           counter, in order to achieve correct behaviour in case
41           openlog()'s first argument is a function call. Reported by
42           David Landgren.
43
44         - (test.pl) Check that the changes to Syslog.xs actually work.
45
46 0.96  Tue Sep 25  01:17:00 2001
47         - (test.pl) Add tests to clarify meaning of LOG_MASK and
48           LOG_UPTO.
49
50 0.95  Wed Feb 07 21:43:00 2001
51         - (Syslog.pm) Fixed a message formatting bug in the syslog()
52           wrapper (reported by Eric Kuzniar <kuzniar@server.airchek.com>
53           and partly fixed by Mike DeVaynes
54           <mike@radon.com>). Multiple expansion (sprintf,syslog) of
55           format string and arguments, in some cases resulted in
56           malformed messages.
57
58         - (test.pl) Added some tests related to that bug fix
59
60         - (README) Added some details about the test suite.
61
62 0.94  Sun Aug 20 23:25:00 2000
63         - (Makefile.PL) Added '-lc' to LIBS which seems to be
64           necessary to compile Unix::Syslog on NEC EWS4800 machines
65           (reported by Oota Toshiya <oota@ppd.fc.nec.co.jp>).
66
67         - (Syslog.pm) Fixed severe bug in documentation of
68           setlogmask() and the according macros.
69
70         - (README) FAQ synched with pod section in Syslog.pm
71
72 0.93  Wed Mar 15 19:20:40 2000
73         - Changed author's e-mail address to <marcus.harnisch@gmx.net>
74
75         - Synched the version number of the module with the actual
76           version of Unix::Syslog
77
78         - Fixed some typos in the documentation
79
80 0.92  Sun Nov 28 15:24:15 1999
81         - (README): Corrected a big howler and some other stuff
82
83 0.91  Sun Oct 24 17:47:03 1999
84         - (README): Minor corrections
85
86 0.90  Sun Feb 20 19:32:34 1999
87         - Finally finished documentation
88
89 0.01  Thu Aug  6 20:51:16 1998
90         - original version; created by h2xs 1.18
91
Note: See TracBrowser for help on using the browser.