1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
  
     | 
    
      Revision history for Perl extension Net::Syslogd.
0.16  Thu Mar 19 20:30:00 2015
      - Updated bin/syslogd-simple.pl server.
0.15  Thu Mar 19 20:30:00 2015
      - SKIPPED
0.14  Wed Mar 18 16:30:00 2015
      - Fixed v6Only tag when selecting IPv6 to account for Windows issues.
0.13  Mon Mar  2 09:30:00 2015
      - Updated v6Only tag when selecting IPv6 to account for Linux issues.
0.12  Thu Nov 20 21:30:00 2014
      - Updated Socket requirements for IPv6.
      - Updated bin/syslogd-sendtest.pl error when no priority value 
        provided.
0.11  Mon Aug  4 21:30:00 2014
      - Top down order for Changes.
      - Added LICENSE to Makefile.PL.
      - Cleanup code (remove Exporter).
0.10  Fri Aug 22 21:30:00 2013
      - Fixed bug in hostname detection
      - Added --list to bin\syslogd-simple.pl
0.09  Sun Oct  7 21:30:00 2012
      - Require Socket 1.87.
0.08  Thu Oct  4 23:59:00 2012
      - Make IO::Socket::IP optional with failback to IP::Socket::INET
        with SUPER.
      - Changed peeraddr(), peerport() accessors to remoteaddr(),
        remoteport() to remove conflict with IO::Socket::*.
0.07  Tue Sep  4 12:00:00 2012
      - Timeout on advanced tests with EU::MM prompt().
0.06  Fri Aug 24 12:00:00 2012
      - Added server() accessor.
0.05  Wed Aug 22 22:00:00 2012
      - Changed to IO::Socket::IP and enabled IPv6 support.
      - Updated tests.
0.04  Fri Oct 15 23:30:00 2010
      - Added PDU size and timeout options to get_message() method.
      - Updated regex in process_message() and added regex for user
        defined regex to be passed in.
      - Updated bin/ scripts.
0.03  Mon Jan 18 16:29:48 2010
      - Allowed legacy and case insensitive calling of switches.
0.02  Wed Jan 13 19:29:48 2010
      - Updated dependences to include IO::Socket and Test::Simple
      - Updated test plan to not fail if sockets can't be opened.
        Instead, print error message about Syslog already on UDP 514
        and exit gracefully.
      - Corrected POD documentation inconsistencies and spelling.
      - Updated process_message() to allow calling as subroutine.
0.01  Fri Jan  8 18:29:48 2010
      - original version; created by h2xs 1.23 with options
            -b 5.6.1 -v 0.01 -XAn Net::Syslogd
 
     |