For tied file handle calls, use PUSH* when we know that the stack has space.
[p5sagit/p5-mst-13.2.git] / cpan / Sys-Syslog / Changes
CommitLineData
8168e71f 1Revision history for Sys-Syslog
2
df6b13ce 30.27 -- 2008.09.21 -- Sebastien Aperghis-Tramoni (SAPER)
4 [BUGFIX] Fixed compilation on Win32, thanks to Serguei Trouchelle.
5 Also added stubs so calling the XS functions will never fail.
6 [TESTS] t/pod.t now also uses Pod::Checker.
7
2605937c 80.26 -- 2008.06.16 -- Sebastien Aperghis-Tramoni (SAPER)
9 [BUGFIX] Make Sys::Syslog works with Perl 5.10.0 (because of
10 ExtUtils::Constant::ProxySubs).
11 [CODE] setlogsock() is now a little more strict about its arguments.
12
f93f88eb 130.25 -- 2008.05.17 -- Sebastien Aperghis-Tramoni (SAPER)
14 [BUGFIX] CPAN-RT#34691: Fixed an incorrect call to sysopen() which
15 prevented Sys::Syslog from working on some Solaris systems.
16 Thanks to Paul Townsend.
17 [BUGFIX] CPAN-RT#34753: Fixed a slowness introduced in v0.19 (which
18 was to work around OSX syslog own slowness). Thanks to Alex Efros.
19 [BUGFIX] CPAN-RT#35952: Fixed a bug with the "nofatal" option.
2605937c 20 [BUGFIX] CPAN-RT#35189: Fixed a bug in xlate().
f93f88eb 21 [BUGFIX] Fixed build on Win32, thanks to Adam Kennedy.
22 [FEATURE] setlogsock() now interprets the second argument as the
23 hostname for network mechanisms.
24 [DIST] Add AUTHOR to WriteMakefile() in order to fix the META.yml
25 generated by ExtUtils::MakeMaker.
26 [TESTS] Improved t/pod.t with Pod::Checker.
27
280.24 -- 2007.12.31 -- Sebastien Aperghis-Tramoni (SAPER)
29 [BUGFIX] CPANT-RT#32001: Skip the setlogsock('stream') tests when
30 /dev/log is unavailable (Brendan O'Dea).
31
320.23 -- 2007.11.12 -- Sebastien Aperghis-Tramoni (SAPER)
33 [BUGFIX] Fixed a too liberal test in the "pipe" mechanism, thanks
34 to Jan Dubois.
35 [DIST] fallback/syslog.h was missing from MANIFEST (thanks to CPAN
36 Tester Matthew Musgrove).
37 [TESTS] Better handling of Perl 5.005, thanks to CPAN Tester Slaven Rezic.
38
46eb16f1 390.22 -- 2007.11.08 -- Sebastien Aperghis-Tramoni (SAPER)
26f266f7 40 [BUGFIX] CPAN-RT#29875: Added workaround SpamAssassin overzealous
41 logging features.
35a209d1 42 [FEATURE] Added support for PERROR option.
43 [FEATURE] Support for SYSLOG on z/OS, thanks to Chun Bing Ge.
44 [CODE] Prevent $@ from being visible outside the module, in trying
45 to address the problem reported in CPAN-RT#29875.
46 [DOC] CPAN-RT#29451: Add Copyright notice. Thanks to Allison Randal
47 for her advice.
48 [DOC] New speaking about Win32 API instead of Win32 operating system.
49
d329efa2 500.21 -- 2007.09.14 -- Sebastien Aperghis-Tramoni (SAPER)
51 [BUGFIX] setlogsock(eventlog) returned true even when it shouldn't have.
35a209d1 52 [BUGFIX] CPAN-RT#24431: Added workaround for Mac OS X syslogd.
d329efa2 53 [FEATURE] Added "pipe" mechanism in order to support HP-UX named pipe.
54 Thanks to H.Merijn Brand and PROCURA.
55 [CODE] Sys::Syslog works again on Perl 5.005, thanks to Nicholas Clark.
56
47ebfcbb 570.20 -- 2007.09.05 -- Sebastien Aperghis-Tramoni (SAPER)
58 [DOC] Added README.win32 which was missing in MANIFEST.
59
600.19 -- 2007.09.05 -- Sebastien Aperghis-Tramoni (SAPER)
a650b841 61 [BUGFIX] CPAN-RT#20635: Fix tests to avoid problems related to the
62 "stream" mechanism which occured on Debian and Cygwin.
63 [BUGFIX] CPAN-RT#20780: Facility could not be temporarily changed.
64 Also fixes the syslog() before openlog() bug.
65 [BUGFIX] CPAN-RT#21333: Makefile.PL now creates a typemap for Perl 5.6.1
66 [BUGFIX] CPAN-RT#21516: disconnect_log() now correctly calls closelog_xs().
67 [BUGFIX] CPAN-RT#21866: Silence warnings in openlog().
68 [BUGFIX] CPAN-RT#25488: Silence warnings in disconnect_log().
69 via syslog().
70 [BUGFIX] Rewrote the constants generation code in order to provide
71 fallback value for non-standard macros.
f93f88eb 72 [BUGFIX] Mark Blackman and Edmund von der Burg identified and fixed the
73 random failures appearing on OSX, caused by a UDP timeout.
a650b841 74 [FEATURE] Added Win32 event log support thanks to Yves Orton.
75 [FEATURE] Added new macros from modern BSD and IRIX.
76 [FEATURE] Each non-standard macro now fall backs to a standard macro.
77 [CODE] Merged changes from Jerry D. Hedden to use ppport.h only when not
78 built from core distribution (blead@30657).
79 [TESTS] t/syslog.t now generates a more detailled TAP output.
80 [TESTS] Merged change blead@29176: suppress taint mode from t/constants.t
81 [TESTS] Added regression tests for CPAN-RT#21866 and #25488.
82 [EG] Added example script eg/syslog.pl
d329efa2 83 [DOC] CPAN-RT#26097: man pages were not installed.
a650b841 84 [DOC] Added the Sys::Syslog Rules.
85
07b7e4bc 860.18 -- 2006.08.28 -- Sebastien Aperghis-Tramoni (SAPER)
87 [BUGFIX] Rewrote the way the default identifiant is constructed.
88 [TESTS] CPAN-RT#20946: Removed the console mechanism from the main
89 test loop because writing to the console hangs on several systems.
90 [DOC] Added a note discouraging the use of setlogsock().
91
74c4de31 920.17 -- 2006.07.23 -- Sebastien Aperghis-Tramoni (SAPER)
93 [BUGFIX] CPAN-RT#20622, #20164: Fixed path handling in connect_unix().
94 [CODE] Renamed some variables ($that is not a valid name), and removed
95 some dead code.
07b7e4bc 96 [CODE] Actually added the macros from Mac OS X that were announced in
74c4de31 97 the 0.14 version.
a650b841 98 [DOC] CPAN-RT#20545: Rewrote the documentation about setlogsock().
74c4de31 99
8edeb3ad 1000.16 -- 2006.06.20 -- Sebastien Aperghis-Tramoni (SAPER)
101 [BUGFIX] Perl-RT#20557: Save errno before trying to connect.
102 [FEATURE] Perl-RT#35406: Applied the patch proposed by Keisuke Hirata
103 for a more lax handling of "stream" or "unix" path.
104 [FEATURE] Now try the "native" mechanism first.
105 [TESTS] Silence warnings generated by t/syslog.t in Perl 5.8.8 and
106 later.
107 [DOC] Added documentation about the "native" mechanism.
108 [DOC] Now indicates whether tickets are from CPAN or Perl RT.
109
89c3c464 1100.15 -- 2006.06.10 -- Sebastien Aperghis-Tramoni (SAPER)
8edeb3ad 111 [FEATURE] CPAN-RT#17316: Added a "nofatal" option to openlog().
89c3c464 112 [FEATURE] Sys::Syslog warnings can now be controled by the warnings
113 category of the same name.
114 [FEATURE] Added support for using the native C syslog(3) functions.
115 [CODE] Removed most "our" variables.
116 [CODE] Improved readability by removing cargo-cult brackets and
117 parentheses.
118
6e4ef777 1190.14 -- 2006.05.25 -- Sebastien Aperghis-Tramoni (SAPER)
8edeb3ad 120 [BUGFIX] CPAN-RT#19259, #17518: Now allowing all levels and facilities.
6e4ef777 121 [CODE] Removed useless "&".
122 [CODE] Improved readability by adding empty lines and reworking the
123 code here and there.
124 [CODE] Added new macros from Mac OS X.
125 [TESTS] Added more tests in order to increase coverage.
8edeb3ad 126 [DOC] CPAN-RT#19085: Corrected errors in the documentation for setlogmask().
6e4ef777 127 [DOC] Added several links to online manual pages, RFCs and articles.
128 [DOC] Corrected minor things in Changes.
129
1300.13 -- 2006.01.11 -- Sebastien Aperghis-Tramoni (SAPER)
131 [CODE] Applied Gisle Aas patch for a better handling of error messages,
132 then optimized it.
5f9a320f 133 [CODE] Merged blead@26768: If getservbyname fails tell what service
134 the lookup attempt tried to use.
135 [CODE] Merged blead@26769: suppress Sys::Hostname usage and directly
136 use INADDR_LOOPBACK.
137 [CODE] Merged blead@26772: $host needs to stay in case the user sets it.
138 [CODE] Merged blead@26773: check that $syslog_path is a socket.
74c4de31 139 [TESTS] CPAN-RT#16980: Sys::Syslog blows up rather spectacularly on
140 Solaris. Corrected by previous patches.
8edeb3ad 141 [TESTS] CPAN-RT#16974: Failed test in t/podspell. This test is now skipped.
5f9a320f 142
6e4ef777 1430.12 -- 2006.01.07 -- Sebastien Aperghis-Tramoni (SAPER)
04f98b29 144 [DOC] Added a link to an article about Sys::Syslog.
6e4ef777 145 [TESTS] Merged some modifications from bleadperl.
04f98b29 146 [TESTS] Removed optional dependency on Test::Exception.
147 [TESTS] Improved t/constant.t
148 [TESTS] Rewrote t/constants.t because future versions of
149 ExtUtils::Constant will prevent the constant() function from
150 being directly called.
151
6e4ef777 1520.11 -- 2005.12.28 -- Sebastien Aperghis-Tramoni (SAPER)
04f98b29 153 [BUGFIX] setlogmask() now behaves like its C counterpart.
6e4ef777 154 [FEATURE] Can now export and use the macros.
155 [FEATURE] Support for three Exporter tags.
156 [FEATURE] XSLoader is now optional.
942974c1 157 [CODE] No longer "use"s Sys::Hostname as it was "require"d where needed.
8edeb3ad 158 [CODE] CPAN-RT#16604: Use local timestamp.
6e4ef777 159 [DIST] Merged blead@26343: Fix realclean target.
942974c1 160 [DOC] Improved documentation.
161 [TESTS] Added more tests to t/syslog.t in order to increase code coverage.
162
6e4ef777 1630.10 -- 2005.12.08 -- Sebastien Aperghis-Tramoni (SAPER)
8168e71f 164 [DOC] Improved documentation.
165 [TESTS] Added -T to t/syslog.t
166 [TESTS] Added t/constants.t to check the macros.
167 [TESTS] Added t/distchk.t, t/podspell.t, t/podcover.t, t/portfs.t
168
6e4ef777 1690.09 -- 2005.12.06 -- Sebastien Aperghis-Tramoni (SAPER)
8168e71f 170 [CODE] Now setlogsock() really croak(), as documented.
171 [DIST] CPANized from blead@26281.
172 [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionaly
173 used, with a fallback in the case it's not available.
174 [DIST] Bumped version to 0.09
175 [DOC] Added support and license information.
176 [TESTS] Rewrote and ported t/syslog.t to Test::More
177