mirror of https://github.com/fail2ban/fail2ban
DOC: tuned up ChangeLog entries for 0.9.5
unified capitalized beginning of each entry no trailing spaces or dots etcpull/1481/head
parent
de5d911fd5
commit
ec9c4a27f3
41
ChangeLog
41
ChangeLog
|
@ -11,27 +11,32 @@ ver. 0.9.5 (2016/XX/XXX) - wanna-be-released
|
||||||
|
|
||||||
- Fixes:
|
- Fixes:
|
||||||
* filter.d/monit.conf
|
* filter.d/monit.conf
|
||||||
- extended failregex with new monit "access denied" version (gh-1355);
|
- Extended failregex with new monit "access denied" version (gh-1355)
|
||||||
- failregex of previous monit version merged as single expression.
|
- failregex of previous monit version merged as single expression
|
||||||
* filter.d/postfix.conf, filter.d/postfix-sasl.conf
|
* filter.d/postfix.conf, filter.d/postfix-sasl.conf
|
||||||
- extended failregex daemon part, matching also `postfix/smtps/smtpd` now (gh-1391)
|
- Extended failregex daemon part, matching also `postfix/smtps/smtpd`
|
||||||
* fixed a grave bug within tags substitutions because of incorrect detection of recursion
|
now (gh-1391)
|
||||||
in case of multiple inline substitutions of the same tag (affected actions: `bsd-ipfw`, etc).
|
* Fixed a grave bug within tags substitutions because of incorrect
|
||||||
Now tracks the actual list of the already substituted tags (per tag instead of single list)
|
detection of recursion in case of multiple inline substitutions
|
||||||
|
of the same tag (affected actions: `bsd-ipfw`, etc). Now tracks
|
||||||
|
the actual list of the already substituted tags (per tag instead
|
||||||
|
of single list)
|
||||||
* filter.d/common.conf
|
* filter.d/common.conf
|
||||||
- unexpected extra regex-space in generic `__prefix_line` (gh-1405)
|
- Unexpected extra regex-space in generic `__prefix_line` (gh-1405)
|
||||||
- all optional spaces normalized in `common.conf`, test covered now
|
- All optional spaces normalized in `common.conf`, test covered now
|
||||||
- generic `__prefix_line` extended with optional brackets for the date ambit (gh-1421),
|
- Generic `__prefix_line` extended with optional brackets for the
|
||||||
added new parameter `__date_ambit`
|
date ambit (gh-1421), added new parameter `__date_ambit`
|
||||||
* gentoo-initd fixed --pidfile bug: `--pidfile` is option of start-stop-daemon,
|
* gentoo-initd fixed --pidfile bug: `--pidfile` is option of
|
||||||
not argument of fail2ban (see gh-1434)
|
start-stop-daemon, not argument of fail2ban (see gh-1434)
|
||||||
* filter.d/asterisk.conf
|
* filter.d/asterisk.conf
|
||||||
- fix security log support for PJSIP and Asterisk 13+ (gh-1456)
|
- Fixed security log support for PJSIP and Asterisk 13+ (gh-1456)
|
||||||
- improved log support for PJSIP and Asterisk 13+ with different callID (gh-1458)
|
- Improved log support for PJSIP and Asterisk 13+ with different
|
||||||
|
callID (gh-1458)
|
||||||
|
|
||||||
- New Features:
|
- New Features:
|
||||||
* New Actions:
|
* New Actions:
|
||||||
- action.d/firewallcmd-rich-rules and action.d/firewallcmd-rich-logging (gh-1367)
|
- action.d/firewallcmd-rich-rules and action.d/firewallcmd-rich-logging
|
||||||
|
(gh-1367)
|
||||||
|
|
||||||
- Enhancements:
|
- Enhancements:
|
||||||
* Extreme speedup of all sqlite database operations (gh-1436),
|
* Extreme speedup of all sqlite database operations (gh-1436),
|
||||||
|
@ -40,10 +45,10 @@ ver. 0.9.5 (2016/XX/XXX) - wanna-be-released
|
||||||
- (journal_mode = MEMORY) use memory for the transaction logging
|
- (journal_mode = MEMORY) use memory for the transaction logging
|
||||||
- (temp_store = MEMORY) temporary tables and indices are kept in memory
|
- (temp_store = MEMORY) temporary tables and indices are kept in memory
|
||||||
* journald journalmatch for pure-ftpd (gh-1362)
|
* journald journalmatch for pure-ftpd (gh-1362)
|
||||||
* Add additional regex filter for dovecot ldap authentication failures (gh-1370)
|
* Added additional regex filter for dovecot ldap authentication failures (gh-1370)
|
||||||
* filter.d/exim*conf
|
* filter.d/exim*conf
|
||||||
- added additional regexes (gh-1371)
|
- Added additional regexes (gh-1371)
|
||||||
- made port entry optional
|
- Made port entry optional
|
||||||
|
|
||||||
|
|
||||||
ver. 0.9.4 (2016/03/08) - for-you-ladies
|
ver. 0.9.4 (2016/03/08) - for-you-ladies
|
||||||
|
|
Loading…
Reference in New Issue