mirror of https://github.com/fail2ban/fail2ban
DOC: Reformatted ChangeLog into legit Markdown (after merge of master to 0.10)
parent
0eea362aa0
commit
f5b7ffeb4b
|
@ -11,7 +11,7 @@ ver. 0.10.0 (2016/XX/XXX) - gonna-be-released-some-time-shining
|
|||
|
||||
TODO: implementing of options resp. other tasks from PR #1346
|
||||
|
||||
- Fixes:
|
||||
### Fixes
|
||||
* [grave] memory leak's fixed (gh-1277, gh-1234)
|
||||
* tricky bug fix: last position of log file will be never retrieved (gh-795),
|
||||
because of CASCADE all log entries will be deleted from logs table together with jail,
|
||||
|
@ -21,7 +21,7 @@ TODO: implementing of options resp. other tasks from PR #1346
|
|||
* testExecuteTimeoutWithNastyChildren: sporadical bug repaired - wait for pid file inside bash,
|
||||
kill tree in any case (gh-1155)
|
||||
|
||||
- New Features:
|
||||
### New Features
|
||||
* IPv6 support:
|
||||
- IP addresses are now handled as objects rather than strings capable for
|
||||
handling both address types IPv4 and IPv6
|
||||
|
@ -34,7 +34,7 @@ TODO: implementing of options resp. other tasks from PR #1346
|
|||
- [Init?family=inet4] - IPv4 qualified hosts only
|
||||
- [Init?family=inet6] - IPv6 qualified hosts only
|
||||
|
||||
- Enhancements:
|
||||
### Enhancements
|
||||
* huge increasing of fail2ban performance and especially test-cases performance (see gh-1109)
|
||||
* datedetector: in-place reordering using hits and last used time:
|
||||
matchTime, template list etc. rewritten because of performance degradation
|
||||
|
@ -63,6 +63,7 @@ TODO: implementing of options resp. other tasks from PR #1346
|
|||
evaluation of parameters for different family qualified hosts,
|
||||
syntax `[Section?family=inet6]` (currently use for IPv6-support only).
|
||||
|
||||
|
||||
ver. 0.9.5 (2016/07/15) - old-not-obsolete
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Reference in New Issue