mirror of https://github.com/fail2ban/fail2ban
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@189 a942ae1a-1317-0410-a47c-b1dcaea8d6050.5
parent
c573432e74
commit
c1a86f9e18
|
@ -9,6 +9,13 @@ Fail2Ban (version 0.?.?) 2005/08/??
|
||||||
|
|
||||||
ver. 0.?.? (2005/08/??) - ???
|
ver. 0.?.? (2005/08/??) - ???
|
||||||
----------
|
----------
|
||||||
|
- Fixed a bug when overriding "maxfailures" or "bantime".
|
||||||
|
Thanks to Yaroslav Halchenko
|
||||||
|
- Added more debug output if an error occurs when sending
|
||||||
|
mail. Thanks to Stephen Gildea
|
||||||
|
- Renamed "maxretry" to "maxfailures" and changed default
|
||||||
|
value to 5. Thanks to Stephen Gildea
|
||||||
|
- Hopefully fixed bug #1256075
|
||||||
- Fixed bug #1262345
|
- Fixed bug #1262345
|
||||||
- Fixed exception handling in PIDLock
|
- Fixed exception handling in PIDLock
|
||||||
- Removed warning when using "-V" or "-h" with no config
|
- Removed warning when using "-V" or "-h" with no config
|
||||||
|
|
2
README
2
README
|
@ -122,7 +122,7 @@ Thanks:
|
||||||
|
|
||||||
Kévin Drapel, Marvin Rouge, Sireyessire, Robert Edeker,
|
Kévin Drapel, Marvin Rouge, Sireyessire, Robert Edeker,
|
||||||
Tom Pike, Iain Lea, Andrey G. Grozin, Yaroslav Halchenko,
|
Tom Pike, Iain Lea, Andrey G. Grozin, Yaroslav Halchenko,
|
||||||
Jonathan Kamens
|
Jonathan Kamens, Stephen Gildea
|
||||||
|
|
||||||
License:
|
License:
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in New Issue