Upgrade to Sys::Syslog 0.18
[p5sagit/p5-mst-13.2.git] / ext / Sys / Syslog / Changes
1 Revision history for Sys-Syslog
2
3 0.18 -- 2006.08.28 -- Sebastien Aperghis-Tramoni (SAPER)
4         [BUGFIX] Rewrote the way the default identifiant is constructed.
5         [TESTS] CPAN-RT#20946: Removed the console mechanism from the main 
6         test loop because writing to the console hangs on several systems.
7         [DOC] Added a note discouraging the use of setlogsock().
8
9 0.17 -- 2006.07.23 -- Sebastien Aperghis-Tramoni (SAPER)
10         [BUGFIX] CPAN-RT#20622, #20164: Fixed path handling in connect_unix().
11         [CODE] Renamed some variables ($that is not a valid name), and removed 
12         some dead code. 
13         [CODE] Actually added the macros from Mac OS X that were announced in 
14         the 0.14 version.
15         [DOC] CPAN-RT#20545: Rewrote the documentation about setlogksock().
16
17 0.16 -- 2006.06.20 -- Sebastien Aperghis-Tramoni (SAPER)
18         [BUGFIX] Perl-RT#20557: Save errno before trying to connect.
19         [FEATURE] Perl-RT#35406: Applied the patch proposed by Keisuke Hirata 
20         for a more lax handling of "stream" or "unix" path.
21         [FEATURE] Now try the "native" mechanism first.
22         [TESTS] Silence warnings generated by t/syslog.t in Perl 5.8.8 and 
23         later.
24         [DOC] Added documentation about the "native" mechanism.
25         [DOC] Now indicates whether tickets are from CPAN or Perl RT.
26
27
28 0.15 -- 2006.06.10 -- Sebastien Aperghis-Tramoni (SAPER)
29         [FEATURE] CPAN-RT#17316: Added a "nofatal" option to openlog().
30         [FEATURE] Sys::Syslog warnings can now be controled by the warnings
31         category of the same name.
32         [FEATURE] Added support for using the native C syslog(3) functions.
33         [CODE] Removed most "our" variables.
34         [CODE] Improved readability by removing cargo-cult brackets and 
35         parentheses.
36
37 0.14 -- 2006.05.25 -- Sebastien Aperghis-Tramoni (SAPER)
38         [BUGFIX] CPAN-RT#19259, #17518: Now allowing all levels and facilities.
39         [CODE] Removed useless "&".
40         [CODE] Improved readability by adding empty lines and reworking the 
41         code here and there.
42         [CODE] Added new macros from Mac OS X.
43         [TESTS] Added more tests in order to increase coverage.
44         [DOC] CPAN-RT#19085: Corrected errors in the documentation for setlogmask().
45         [DOC] Added several links to online manual pages, RFCs and articles.
46         [DOC] Corrected minor things in Changes.
47
48 0.13 -- 2006.01.11 -- Sebastien Aperghis-Tramoni (SAPER)
49         [CODE] Applied Gisle Aas patch for a better handling of error messages,
50         then optimized it. 
51         [CODE] Merged blead@26768: If getservbyname fails tell what service 
52         the lookup attempt tried to use.
53         [CODE] Merged blead@26769: suppress Sys::Hostname usage and directly 
54         use INADDR_LOOPBACK.
55         [CODE] Merged blead@26772: $host needs to stay in case the user sets it.
56         [CODE] Merged blead@26773: check that $syslog_path is a socket.
57         [TESTS] CPAN-RT#16980: Sys::Syslog blows up rather spectacularly on 
58         Solaris. Corrected by previous patches. 
59         [TESTS] CPAN-RT#16974: Failed test in t/podspell. This test is now skipped.
60
61 0.12 -- 2006.01.07 -- Sebastien Aperghis-Tramoni (SAPER)
62         [DOC] Added a link to an article about Sys::Syslog.
63         [TESTS] Merged some modifications from bleadperl.
64         [TESTS] Removed optional dependency on Test::Exception.
65         [TESTS] Improved t/constant.t
66         [TESTS] Rewrote t/constants.t because future versions of 
67         ExtUtils::Constant will prevent the constant() function from 
68         being directly called.
69
70 0.11 -- 2005.12.28 -- Sebastien Aperghis-Tramoni (SAPER)
71         [BUGFIX] setlogmask() now behaves like its C counterpart.
72         [FEATURE] Can now export and use the macros. 
73         [FEATURE] Support for three Exporter tags.
74         [FEATURE] XSLoader is now optional.
75         [CODE] No longer "use"s Sys::Hostname as it was "require"d where needed.
76         [CODE] CPAN-RT#16604: Use local timestamp.
77         [DIST] Merged blead@26343: Fix realclean target.
78         [DOC] Improved documentation.
79         [TESTS] Added more tests to t/syslog.t in order to increase code coverage.
80
81 0.10 -- 2005.12.08 -- Sebastien Aperghis-Tramoni (SAPER)
82         [DOC] Improved documentation.
83         [TESTS] Added -T to t/syslog.t
84         [TESTS] Added t/constants.t to check the macros.
85         [TESTS] Added t/distchk.t, t/podspell.t, t/podcover.t, t/portfs.t
86
87 0.09 -- 2005.12.06 -- Sebastien Aperghis-Tramoni (SAPER)
88         [CODE] Now setlogsock() really croak(), as documented.
89         [DIST] CPANized from blead@26281.
90         [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionaly 
91         used, with a fallback in the case it's not available.
92         [DIST] Bumped version to 0.09
93         [DOC] Added support and license information.
94         [TESTS] Rewrote and ported t/syslog.t to Test::More
95