Upgrade to Sys-Syslog-0.11
[p5sagit/p5-mst-13.2.git] / ext / Sys / Syslog / Changes
1 Revision history for Sys-Syslog
2
3 0.11    2005.12.28
4         [BUGFIX] setlogmask() now behaves liek its C counterpart.
5         [CODE] Can now export and use the macros. 
6         [CODE] Support for three Exporter tags.
7         [CODE] XSLoader is now optional.
8         [CODE] No longer "use"s Sys::Hostname as it was "require"d where needed.
9         [CODE] RT#16604: Use local timestamp.
10         [DIST] Merged change from blead@26343
11         [DOC] Improved documentation.
12         [TESTS] Added more tests to t/syslog.t in order to increase code coverage.
13
14 0.10    2005.12.08
15         [DOC] Improved documentation.
16         [TESTS] Added -T to t/syslog.t
17         [TESTS] Added t/constants.t to check the macros.
18         [TESTS] Added t/distchk.t, t/podspell.t, t/podcover.t, t/portfs.t
19
20 0.09    2005.12.06
21         [CODE] Now setlogsock() really croak(), as documented.
22         [DIST] CPANized from blead@26281.
23         [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionaly 
24         used, with a fallback in the case it's not available.
25         [DIST] Bumped version to 0.09
26         [DOC] Added support and license information.
27         [TESTS] Rewrote and ported t/syslog.t to Test::More
28