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