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