a spelling nit
[p5sagit/p5-mst-13.2.git] / ext / Sys / Syslog / Changes
CommitLineData
8168e71f 1Revision history for Sys-Syslog
2
47ebfcbb 30.20 -- 2007.09.05 -- Sebastien Aperghis-Tramoni (SAPER)
4 [DOC] Added README.win32 which was missing in MANIFEST.
5
60.19 -- 2007.09.05 -- Sebastien Aperghis-Tramoni (SAPER)
a650b841 7 [BUGFIX] CPAN-RT#20635: Fix tests to avoid problems related to the
8 "stream" mechanism which occured on Debian and Cygwin.
9 [BUGFIX] CPAN-RT#20780: Facility could not be temporarily changed.
10 Also fixes the syslog() before openlog() bug.
11 [BUGFIX] CPAN-RT#21333: Makefile.PL now creates a typemap for Perl 5.6.1
12 [BUGFIX] CPAN-RT#21516: disconnect_log() now correctly calls closelog_xs().
13 [BUGFIX] CPAN-RT#21866: Silence warnings in openlog().
14 [BUGFIX] CPAN-RT#25488: Silence warnings in disconnect_log().
15 via syslog().
16 [BUGFIX] Rewrote the constants generation code in order to provide
17 fallback value for non-standard macros.
18 [FEATURE] Added Win32 event log support thanks to Yves Orton.
19 [FEATURE] Added new macros from modern BSD and IRIX.
20 [FEATURE] Each non-standard macro now fall backs to a standard macro.
21 [CODE] Merged changes from Jerry D. Hedden to use ppport.h only when not
22 built from core distribution (blead@30657).
23 [TESTS] t/syslog.t now generates a more detailled TAP output.
24 [TESTS] Merged change blead@29176: suppress taint mode from t/constants.t
25 [TESTS] Added regression tests for CPAN-RT#21866 and #25488.
26 [EG] Added example script eg/syslog.pl
27 [DOC] Added the Sys::Syslog Rules.
28
07b7e4bc 290.18 -- 2006.08.28 -- Sebastien Aperghis-Tramoni (SAPER)
30 [BUGFIX] Rewrote the way the default identifiant is constructed.
31 [TESTS] CPAN-RT#20946: Removed the console mechanism from the main
32 test loop because writing to the console hangs on several systems.
33 [DOC] Added a note discouraging the use of setlogsock().
34
74c4de31 350.17 -- 2006.07.23 -- Sebastien Aperghis-Tramoni (SAPER)
36 [BUGFIX] CPAN-RT#20622, #20164: Fixed path handling in connect_unix().
37 [CODE] Renamed some variables ($that is not a valid name), and removed
38 some dead code.
07b7e4bc 39 [CODE] Actually added the macros from Mac OS X that were announced in
74c4de31 40 the 0.14 version.
a650b841 41 [DOC] CPAN-RT#20545: Rewrote the documentation about setlogsock().
74c4de31 42
8edeb3ad 430.16 -- 2006.06.20 -- Sebastien Aperghis-Tramoni (SAPER)
44 [BUGFIX] Perl-RT#20557: Save errno before trying to connect.
45 [FEATURE] Perl-RT#35406: Applied the patch proposed by Keisuke Hirata
46 for a more lax handling of "stream" or "unix" path.
47 [FEATURE] Now try the "native" mechanism first.
48 [TESTS] Silence warnings generated by t/syslog.t in Perl 5.8.8 and
49 later.
50 [DOC] Added documentation about the "native" mechanism.
51 [DOC] Now indicates whether tickets are from CPAN or Perl RT.
52
89c3c464 530.15 -- 2006.06.10 -- Sebastien Aperghis-Tramoni (SAPER)
8edeb3ad 54 [FEATURE] CPAN-RT#17316: Added a "nofatal" option to openlog().
89c3c464 55 [FEATURE] Sys::Syslog warnings can now be controled by the warnings
56 category of the same name.
57 [FEATURE] Added support for using the native C syslog(3) functions.
58 [CODE] Removed most "our" variables.
59 [CODE] Improved readability by removing cargo-cult brackets and
60 parentheses.
61
6e4ef777 620.14 -- 2006.05.25 -- Sebastien Aperghis-Tramoni (SAPER)
8edeb3ad 63 [BUGFIX] CPAN-RT#19259, #17518: Now allowing all levels and facilities.
6e4ef777 64 [CODE] Removed useless "&".
65 [CODE] Improved readability by adding empty lines and reworking the
66 code here and there.
67 [CODE] Added new macros from Mac OS X.
68 [TESTS] Added more tests in order to increase coverage.
8edeb3ad 69 [DOC] CPAN-RT#19085: Corrected errors in the documentation for setlogmask().
6e4ef777 70 [DOC] Added several links to online manual pages, RFCs and articles.
71 [DOC] Corrected minor things in Changes.
72
730.13 -- 2006.01.11 -- Sebastien Aperghis-Tramoni (SAPER)
74 [CODE] Applied Gisle Aas patch for a better handling of error messages,
75 then optimized it.
5f9a320f 76 [CODE] Merged blead@26768: If getservbyname fails tell what service
77 the lookup attempt tried to use.
78 [CODE] Merged blead@26769: suppress Sys::Hostname usage and directly
79 use INADDR_LOOPBACK.
80 [CODE] Merged blead@26772: $host needs to stay in case the user sets it.
81 [CODE] Merged blead@26773: check that $syslog_path is a socket.
74c4de31 82 [TESTS] CPAN-RT#16980: Sys::Syslog blows up rather spectacularly on
83 Solaris. Corrected by previous patches.
8edeb3ad 84 [TESTS] CPAN-RT#16974: Failed test in t/podspell. This test is now skipped.
5f9a320f 85
6e4ef777 860.12 -- 2006.01.07 -- Sebastien Aperghis-Tramoni (SAPER)
04f98b29 87 [DOC] Added a link to an article about Sys::Syslog.
6e4ef777 88 [TESTS] Merged some modifications from bleadperl.
04f98b29 89 [TESTS] Removed optional dependency on Test::Exception.
90 [TESTS] Improved t/constant.t
91 [TESTS] Rewrote t/constants.t because future versions of
92 ExtUtils::Constant will prevent the constant() function from
93 being directly called.
94
6e4ef777 950.11 -- 2005.12.28 -- Sebastien Aperghis-Tramoni (SAPER)
04f98b29 96 [BUGFIX] setlogmask() now behaves like its C counterpart.
6e4ef777 97 [FEATURE] Can now export and use the macros.
98 [FEATURE] Support for three Exporter tags.
99 [FEATURE] XSLoader is now optional.
942974c1 100 [CODE] No longer "use"s Sys::Hostname as it was "require"d where needed.
8edeb3ad 101 [CODE] CPAN-RT#16604: Use local timestamp.
6e4ef777 102 [DIST] Merged blead@26343: Fix realclean target.
942974c1 103 [DOC] Improved documentation.
104 [TESTS] Added more tests to t/syslog.t in order to increase code coverage.
105
6e4ef777 1060.10 -- 2005.12.08 -- Sebastien Aperghis-Tramoni (SAPER)
8168e71f 107 [DOC] Improved documentation.
108 [TESTS] Added -T to t/syslog.t
109 [TESTS] Added t/constants.t to check the macros.
110 [TESTS] Added t/distchk.t, t/podspell.t, t/podcover.t, t/portfs.t
111
6e4ef777 1120.09 -- 2005.12.06 -- Sebastien Aperghis-Tramoni (SAPER)
8168e71f 113 [CODE] Now setlogsock() really croak(), as documented.
114 [DIST] CPANized from blead@26281.
115 [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionaly
116 used, with a fallback in the case it's not available.
117 [DIST] Bumped version to 0.09
118 [DOC] Added support and license information.
119 [TESTS] Rewrote and ported t/syslog.t to Test::More
120