| 1 | Revision history for Sys-Syslog
|
|---|
| 2 |
|
|---|
| 3 | 0.13 2006.01.11
|
|---|
| 4 | [CODE] Merged blead@26768: If getservbyname fails tell what service
|
|---|
| 5 | the lookup attempt tried to use.
|
|---|
| 6 | [CODE] Merged blead@26769: suppress Sys::Hostname usage and directly
|
|---|
| 7 | use INADDR_LOOPBACK.
|
|---|
| 8 | [CODE] Merged blead@26772: $host needs to stay in case the user sets it.
|
|---|
| 9 | [CODE] Merged blead@26773: check that $syslog_path is a socket.
|
|---|
| 10 | [TESTS] RT#16980 (Alan Burlison): Sys::Syslog blows up rather
|
|---|
| 11 | spectacularly on Solaris. Corrected by previous patches.
|
|---|
| 12 | [TESTS] Applied Gisle Aas patch for a better handling of error messages,
|
|---|
| 13 | then optimized it.
|
|---|
| 14 | [TESTS] RT#16974: Failed test in t/podspell. This test is now skipped.
|
|---|
| 15 |
|
|---|
| 16 | 0.12 2006.01.07
|
|---|
| 17 | [CODE] Merged some modifications from bleadperl.
|
|---|
| 18 | [DOC] Added a link to an article about Sys::Syslog.
|
|---|
| 19 | [TESTS] Removed optional dependency on Test::Exception.
|
|---|
| 20 | [TESTS] Improved t/constant.t
|
|---|
| 21 | [TESTS] Rewrote t/constants.t because future versions of
|
|---|
| 22 | ExtUtils::Constant will prevent the constant() function from
|
|---|
| 23 | being directly called.
|
|---|
| 24 |
|
|---|
| 25 | 0.11 2005.12.28
|
|---|
| 26 | [BUGFIX] setlogmask() now behaves like its C counterpart.
|
|---|
| 27 | [CODE] Can now export and use the macros.
|
|---|
| 28 | [CODE] Support for three Exporter tags.
|
|---|
| 29 | [CODE] XSLoader is now optional.
|
|---|
| 30 | [CODE] No longer "use"s Sys::Hostname as it was "require"d where needed.
|
|---|
| 31 | [CODE] RT#16604: Use local timestamp.
|
|---|
| 32 | [DIST] Merged change from blead@26343
|
|---|
| 33 | [DOC] Improved documentation.
|
|---|
| 34 | [TESTS] Added more tests to t/syslog.t in order to increase code coverage.
|
|---|
| 35 |
|
|---|
| 36 | 0.10 2005.12.08
|
|---|
| 37 | [DOC] Improved documentation.
|
|---|
| 38 | [TESTS] Added -T to t/syslog.t
|
|---|
| 39 | [TESTS] Added t/constants.t to check the macros.
|
|---|
| 40 | [TESTS] Added t/distchk.t, t/podspell.t, t/podcover.t, t/portfs.t
|
|---|
| 41 |
|
|---|
| 42 | 0.09 2005.12.06
|
|---|
| 43 | [CODE] Now setlogsock() really croak(), as documented.
|
|---|
| 44 | [DIST] CPANized from blead@26281.
|
|---|
| 45 | [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionaly
|
|---|
| 46 | used, with a fallback in the case it's not available.
|
|---|
| 47 | [DIST] Bumped version to 0.09
|
|---|
| 48 | [DOC] Added support and license information.
|
|---|
| 49 | [TESTS] Rewrote and ported t/syslog.t to Test::More
|
|---|
| 50 |
|
|---|