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
|
Epylog-1.0.7
* Re-apply a fix to not return an error with a 0-length log file.
* Remove unmaintained spec file.
Epylog-1.0.6
* Back out the unfinished work to support timestamped rotation
(will be implemented fully in 1.1). Fixes the cron-run problem
in 1.0.5.
Epylog-1.0.5
* Add systemd-logind support
* Add support for GPG encrypting and signing email reports.
Epylog-1.0.4
* Be more lenient about syslog format (FC7 changes) (ticket #4)
* Add a "save_rawlogs" option to file publisher, and don't save them
by default, since that's a tad too paranoid (via Seth Vidal) (ticket #2)
Epylog-1.0.3
* Preparing for the submission to Fedora Extras
* Ignore "su" performed by crond to cut down on noise
* Add a few extra ignore rules for newer OSes
* Require python-abi instead of python. NOTE: This will not
work on systems with python-2.2 (el3), so change the specfile
to Require /usr/bin/python%(%{__python} -c....) or just use my
packages.
Epylog-1.0.2
* Small modification to collapse login reports
* Fix monthmap on python-2.4
Epylog-1.0.1
* Tiny fixes with Cyrus handling routines in logins, which made them
not work.
* Automatically detect python version during .spec building.
* Cleaned up trojans.list so it's less ugly
Epylog-1.0
* Out with 1.0 already!
* Handle ::ffff: fake ipv6 addresses for hostname resolution
* Do not depend on elinks in RPM.
* Default setting is to send html-only (so we don't depend on lynx)
* Packets module can now sort by port, system, and source.
Epylog-0.9.7
* Accepted Makefile patches from Will Newton
* Accepted patches for missing logs from Will Newton (#135)
* Fixes for bugs/RFEs: #136, #146, #148, #210, and others.
* Riabitsev->Ryabitsev. Sigh.
Epylog-0.9.6
* Small bugfix in repeated line lookup routines
* Switched xml handling code from pyxml to libxml2
* Added pam_krb5 handling for logins module
* Added dovecot imap handling
* Added courier imap handling
* Only load our mytempfile if mkdtemp not available (python < 2.3)
Epylog-0.9.5
* Fix for quasi-bug #6 (docstrings added)
* Fix for bug #57
* Fix for bug #53
* Cron mode of operation added -- checks for a lockfile (bug #79)
Epylog-0.9.4
* Fix for bug #38 (incorrect offsets were causing backtrace)
* Normalized logger calls (bug #9)
* Enhancements to mail and packets modules
Epylog-0.9.3
* Autoconf now used to configure and build epylog.
* Mail module now supports qmail.
* Additions to weed_dist rules
* Perl module removed into a separate RPM package.
Epylog-0.9.2
* Notices module reworked to support custom notifications.
* Weeder module now supports 'ALL' for enable
* Some changes to epylog core to return matched regex as part of
linemap.
Epylog-0.9.1
* Bugfixes for errors/warnings found by pychecker.
* Added doc/INSTALL for those installing not from RPM.
Epylog-0.9.0
* Killing old DULog-related changelog settings
* Support for internal modules
* Threading support
* Rewrite of all modules in python
* File Publisher support
|