Revision history for Perl extension Log::Syslog::Fast.
0.36 Sat Aug 21 16:49:20 PDT 2010
- Don't test against OS- and locale-specific strerror(3) strings
0.35 Fri Aug 20 17:40:31 PDT 2010
- Overhaul tests to be more readable and comprehensive
- Support fallback to SOCK_DGRAM with LOG_UNIX should SOCK_STREAM fail
(thanks to tim.esselens)
- Add additional tests and docs for LOG_UNIX
0.34 Mon Aug 16 18:53:09 PDT 2010
- Test that unreachable server fails on connect for TCP/UNIX, or 2nd
connect for UDP
- Document that behavior (thanks to Adam Kennedy)
0.33 Wed Jun 9 18:08:47 PDT 2010
- Bail early if g++ is missing
0.32 Thu May 27 16:37:28 PDT 2010
- Extra error checking
0.31_01 Mon May 24 14:38:33 PDT 2010
- Bump version to push test verbosity change to cpan
0.31 Sun May 23 15:07:04 PDT 2010
- Compute socket(2) length parameter correctly for BSDs
0.30 Sat May 22 17:57:39 PDT 2010
- s/AF_FILE/AF_UNIX/ to make FreeBSD happy
0.29 Mon May 17 16:19:45 PDT 2010
- Additional testing of payload
0.28 Mon Jan 11 13:15:10 PST 2010
- Move syslogconstants into Log::Syslog::Constants
0.27 Fri Jan 8 18:03:41 PST 2010
- Support unix sockets (e.g. /dev/log)
- Throw, don't crash on failure in setReceiver
- Better error reporting
0.26 Fri Jan 8 13:08:43 PST 2010
- Add get_facility/get_severity for getting constants by name
- Fix swapped :facilities/:severities
0.25 Thu Nov 19 12:40:03 PST 2009
- Make log socket be close-on-exec
0.24 Thu Oct 15 22:20:07 PDT 2009
- Fix porting bug in Log::Syslog::Fast::Simple;
https://rt.cpan.org/Ticket/Display.html?id=50548
0.23 Thu Jul 2 16:23:09 PST 2009
- Add shipit config
0.22 Thu Jul 2 16:03:33 PST 2009
- Clarify newline (non)-handling
0.21 Thu Jul 2 12:00:35 PST 2009
- Document emit alias
0.20 Tue Jun 30 19:26:33 PST 2009
- Fix tests to account for variable payload length
0.15 Thu Jun 18 15:18:01 PST 2009
- Copied from Log::Syslog::UDP
- Add support for blocking TCP transport