Re: [PATCH DOC] Three minor fixes related to perlop
[p5sagit/p5-mst-13.2.git] / ext / Sys / Syslog / Changes
CommitLineData
8168e71f 1Revision history for Sys-Syslog
2
6e4ef777 30.14 -- 2006.05.25 -- Sebastien Aperghis-Tramoni (SAPER)
4 [BUGFIX] RT#19259, RT#17518: Now allowing all levels and facilities.
5 [CODE] Removed useless "&".
6 [CODE] Improved readability by adding empty lines and reworking the
7 code here and there.
8 [CODE] Added new macros from Mac OS X.
9 [TESTS] Added more tests in order to increase coverage.
10 [DOC] RT#19085: Corrected errors in the documentation for setlogmask().
11 [DOC] Added several links to online manual pages, RFCs and articles.
12 [DOC] Corrected minor things in Changes.
13
140.13 -- 2006.01.11 -- Sebastien Aperghis-Tramoni (SAPER)
15 [CODE] Applied Gisle Aas patch for a better handling of error messages,
16 then optimized it.
5f9a320f 17 [CODE] Merged blead@26768: If getservbyname fails tell what service
18 the lookup attempt tried to use.
19 [CODE] Merged blead@26769: suppress Sys::Hostname usage and directly
20 use INADDR_LOOPBACK.
21 [CODE] Merged blead@26772: $host needs to stay in case the user sets it.
22 [CODE] Merged blead@26773: check that $syslog_path is a socket.
23 [TESTS] RT#16980 (Alan Burlison): Sys::Syslog blows up rather
24 spectacularly on Solaris. Corrected by previous patches.
5f9a320f 25 [TESTS] RT#16974: Failed test in t/podspell. This test is now skipped.
26
6e4ef777 270.12 -- 2006.01.07 -- Sebastien Aperghis-Tramoni (SAPER)
04f98b29 28 [DOC] Added a link to an article about Sys::Syslog.
6e4ef777 29 [TESTS] Merged some modifications from bleadperl.
04f98b29 30 [TESTS] Removed optional dependency on Test::Exception.
31 [TESTS] Improved t/constant.t
32 [TESTS] Rewrote t/constants.t because future versions of
33 ExtUtils::Constant will prevent the constant() function from
34 being directly called.
35
6e4ef777 360.11 -- 2005.12.28 -- Sebastien Aperghis-Tramoni (SAPER)
04f98b29 37 [BUGFIX] setlogmask() now behaves like its C counterpart.
6e4ef777 38 [FEATURE] Can now export and use the macros.
39 [FEATURE] Support for three Exporter tags.
40 [FEATURE] XSLoader is now optional.
942974c1 41 [CODE] No longer "use"s Sys::Hostname as it was "require"d where needed.
42 [CODE] RT#16604: Use local timestamp.
6e4ef777 43 [DIST] Merged blead@26343: Fix realclean target.
942974c1 44 [DOC] Improved documentation.
45 [TESTS] Added more tests to t/syslog.t in order to increase code coverage.
46
6e4ef777 470.10 -- 2005.12.08 -- Sebastien Aperghis-Tramoni (SAPER)
8168e71f 48 [DOC] Improved documentation.
49 [TESTS] Added -T to t/syslog.t
50 [TESTS] Added t/constants.t to check the macros.
51 [TESTS] Added t/distchk.t, t/podspell.t, t/podcover.t, t/portfs.t
52
6e4ef777 530.09 -- 2005.12.06 -- Sebastien Aperghis-Tramoni (SAPER)
8168e71f 54 [CODE] Now setlogsock() really croak(), as documented.
55 [DIST] CPANized from blead@26281.
56 [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionaly
57 used, with a fallback in the case it's not available.
58 [DIST] Bumped version to 0.09
59 [DOC] Added support and license information.
60 [TESTS] Rewrote and ported t/syslog.t to Test::More
61