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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
syslog-summary (1.11) unstable; urgency=low
* Use re instead the obsolete regex library. This changes all
ignore-file regexps from Emacs-style to Perl-style. See
http://py-howto.sourceforge.net/regex-to-re/node4.html
for help on converting. (Closes: #126727, #124129)
* Support "last message repeated n times" messages, count them
in the total times seen. Lines processed still shows physical
lines of log. (Closes: #67608)
* Optimized: analyzing 10000 lines goes from 9 seconds
to <1 second. Use python2.1 explicitly due to xreadlines.
-- Tommi Virtanen <tv@debian.org> Fri, 28 Dec 2001 23:13:08 +0200
syslog-summary (1.10.2) unstable; urgency=low
* debian/control: Follow the new Python policy.
-- Tommi Virtanen <tv@debian.org> Mon, 5 Nov 2001 20:02:14 +0200
syslog-summary (1.10.1) unstable; urgency=low
* Adopted the package.
* Lintian clean, up-to-date Standards-Version, and
no more debhelper.
-- Tommi Virtanen <tv@debian.org> Mon, 17 Sep 2001 18:14:33 +0300
syslog-summary (1.10) unstable; urgency=low
* Updated to standards version 3.1.1.1.
* Added sample-ignore file in examples directory.
* Section and Priority fields added to .deb.
-- Lars Wirzenius <liw@iki.fi> Wed, 3 May 2000 09:39:52 +0300
syslog-summary (1.9) unstable; urgency=low
* Added support for "Ddd Mmm DD HH:MM:SS" -style dates, which seem to be
the format in which iplogger outputs them. Suggestion from Tomas Ogren.
* Rewrote debian/rules to use debhelper.
-- Lars Wirzenius <liw@iki.fi> Sat, 29 Apr 2000 16:39:43 +0300
syslog-summary (1.8) unstable; urgency=low
* Added support for "Ddd Mmm DD HH:MM" -style dates, which seem to be
the format in which ippl outputs them. This fixes bug #35366.
-- Lars Wirzenius <liw@iki.fi> Sat, 7 Aug 1999 22:33:17 +0300
syslog-summary (1.7) unstable; urgency=low
* Made sure md5obj was defined when not using states.
-- Lars Wirzenius <liw@iki.fi> Fri, 30 Oct 1998 14:51:04 +0200
syslog-summary (1.6) unstable; urgency=low
* Fixed --state so that it actually works: bug caused the beginning of
the file to be ignored when computing the md5 of the file, and the
beginning matched the saved state.
-- Lars Wirzenius <liw@iki.fi> Thu, 29 Oct 1998 13:31:20 +0200
syslog-summary (1.5) unstable; urgency=low
* Manual page is now compressed.
* Fixed name of changelog in /usr/doc.
* Fixed so that it works without --state.
-- Lars Wirzenius <liw@iki.fi> Wed, 28 Oct 1998 18:49:28 +0200
syslog-summary (1.4) unstable; urgency=low
* Added --state option to allow syslog-summary to only report lines once.
-- Lars Wirzenius <liw@iki.fi> Mon, 19 Oct 1998 12:52:06 +0300
syslog-summary (1.3.1) unstable; urgency=low
* Manual page actually installed into the .deb.
-- Lars Wirzenius <liw@iki.fi> Sun, 9 Aug 1998 22:36:04 +0300
syslog-summary (1.3) unstable; urgency=low
* Added options --quiet and --ignore, to make it less painful to run
syslog-summary every hour via cron.
* Added a manual page.
-- Lars Wirzenius <liw@iki.fi> Sat, 8 Aug 1998 17:41:51 +0300
syslog-summary (1.2) unstable; urgency=low
* Fixed the regular expression for matching the name of a month.
-- Lars Wirzenius <liw@iki.fi> Tue, 7 Apr 1998 16:29:16 +0300
syslog-summary (1.0) unstable; urgency=low
* First release.
-- Lars Wirzenius <liw@iki.fi> Mon, 23 Feb 1998 16:03:54 +0200
|