ChangeLog entries for the last fix (cherry pick from 0.10)

pull/1502/merge
sebres 2016-08-01 18:04:00 +02:00
parent 0083036b5f
commit eb6e3c52ae
1 changed files with 19 additions and 1 deletions

View File

@ -6,13 +6,31 @@
Fail2Ban: Changelog Fail2Ban: Changelog
=================== ===================
ver. 0.9.5 (2016/07/15) - old-not-obsolete ver. 0.9.6 (2016/XX/XX) - wanna-be-released
----------- -----------
0.9.x line is no longer heavily developed. If you are interested in 0.9.x line is no longer heavily developed. If you are interested in
new features (e.g. IPv6 support), please consider 0.10 branch and its new features (e.g. IPv6 support), please consider 0.10 branch and its
releases. releases.
### Fixes
* Misleading add resp. enable of (already available) jail in database, that
induced a subsequent error: last position of log file will be never retrieved (gh-795)
* Fixed a distribution related bug within testReadStockJailConfForceEnabled
(e.g. test-cases faults on Fedora, see gh-1353)
### New Features
### Enhancements
* Several test cases rewritten using new methods assertIn, assertNotIn
* New forward compatibility method assertRaisesRegexp (normally python >= 2.7).
Methods assertIn, assertNotIn, assertRaisesRegexp, assertLogged, assertNotLogged
are test covered now
ver. 0.9.5 (2016/07/15) - old-not-obsolete
-----------
### 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)