File: Changes

package info (click to toggle)
libparse-syslog-perl 0.05-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 108 kB
  • ctags: 9
  • sloc: perl: 162; makefile: 53
file content (36 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download
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
Revision history for Perl extension Parse::Syslog.

2002-01-29

     * released 0.05
     * allow space in program name (reported by alian@cpan.org)
     * low-case month names (reported by alian@cpan.org)
     * ignore '-- MARK --'  (reported by alian@cpan.org)

2001-10-30

     * released 0.04
     * repeat "last-message-repeated xx times" for the same host
     * more robust year-increment algorithm
     * implemented arrayref option
     * faster time parsing (cache of timestamp for same day)

2001-08-20

     * released 0.03
     * implemented GMT option (scoobie@PamperedChef.dhs.org)
     * add year specification to test scripts
     * add better test for Solaris 8 message-id
     * add support for File::Tail objects
     * test 'last message repeated xx times' without message to repeat

2001-08-19

     * released 0.02
     * fix 'last message repeated xx times' without message to repeat
     * fix Solaris 8 message-id (include numbers in regex for local0, etc.)

2001-08-12

     * released 0.01
     * created by h2xs 1.21 with options -AX -n Parse::Syslog