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