removed empty lines

pull/3/head debian/0.7.6-1
Yaroslav Halchenko 2007-01-04 20:34:41 +00:00
parent 36b1833e31
commit 85d8604209
1 changed files with 1 additions and 11 deletions

12
debian/changelog vendored
View File

@ -4,36 +4,26 @@ fail2ban (0.7.6-1) unstable; urgency=low
non-released versions (which were suggested to the users to overcome non-released versions (which were suggested to the users to overcome
problems reported in bug reports). In particular attention should be paid problems reported in bug reports). In particular attention should be paid
to upstream changelog entries to upstream changelog entries
- Several "failregex" and "ignoreregex" are now accepted. - Several "failregex" and "ignoreregex" are now accepted.
Creation of rules should be easier now. Creation of rules should be easier now.
This is an alternative solution to 'multiple <HOST>' entries fix, This is an alternative solution to 'multiple <HOST>' entries fix,
which is not applied to this shipped version - pay cautios if upgrading which is not applied to this shipped version - pay caution if upgrading
from 0.7.5-3~pre? from 0.7.5-3~pre?
- Allow comma in action options. The value of the option must - Allow comma in action options. The value of the option must
be escaped with " or '. be escaped with " or '.
That allowed to implement requested ability to ban multiple ports That allowed to implement requested ability to ban multiple ports
at once (See 373592). README.Debian and jail.conf adjusted to reflect at once (See 373592). README.Debian and jail.conf adjusted to reflect
possible use of iptables-mport possible use of iptables-mport
- Now Fail2ban goes in /usr/share/fail2ban instead of - Now Fail2ban goes in /usr/share/fail2ban instead of
/usr/lib/fail2ban. This is more compliant with FHS. /usr/lib/fail2ban. This is more compliant with FHS.
Patch 00_share_insteadof_lib no longer applied Patch 00_share_insteadof_lib no longer applied
* Refactored installed by debian package jail.conf: * Refactored installed by debian package jail.conf:
- Added option banaction which is to incorporate banning agent - Added option banaction which is to incorporate banning agent
(usually some flavor of iptables rule), which can then be easily (usually some flavor of iptables rule), which can then be easily
overriden globally or per section overriden globally or per section
- Multiple actions are defined as action_* to serve as shortcuts - Multiple actions are defined as action_* to serve as shortcuts
* Initd script was modified to inform about present socket file which * Initd script was modified to inform about present socket file which
would forbid fail2ban-server from starting would forbid fail2ban-server from starting
* Adjusted default log file for postfix to be /var/log/mail.log * Adjusted default log file for postfix to be /var/log/mail.log
(Closes: #404921) (Closes: #404921)