From 8be4569d51350728446e7a92c8027f73e116afc8 Mon Sep 17 00:00:00 2001 From: "Serg G. Brester" Date: Fri, 8 Sep 2017 11:32:08 +0200 Subject: [PATCH] Update ChangeLog several fixes of 0.10th branch --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5bdb9be4..c56ca6ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,10 +35,25 @@ ver. 0.10.1-dev-1 (2016/??/??) - development edition ----------- ### Fixes +* jail "pass2allow-ftp" supply blocktype and returntype parameters to the action (gh-1884) +* avoid using "ANSI_X3.4-1968" as preferred encoding (if missing environment variables + 'LANGUAGE', 'LC_ALL', 'LC_CTYPE', and 'LANG', see gh-1587). +* action.d/pf.conf: several fixes for pf-action like anchoring, etc. (see gh-1866, gh-1867); +* fixed ignorself issue "Retrieving own IPs of localhost failed: inet_pton() argument 2 must be string, not int" (see gh-1865); +* fixed tags `` and ``, could be used without ticket (a. g. in `actionstart` etc., gh-1859). + +* setup.py: fixed several setup facilities (gh-1874): + - don't check return code by dry-run: returns 256 on some python/setuptool versions; + - `files/fail2ban.service` renamed as template to `files/fail2ban.service.in`; + - setup process generates `build/fail2ban.service` from `files/fail2ban.service.in` using distribution related bin-path; + - bug-fixing by running setup with option `--dry-run`; ### New Features +* introduced new command-line options `--dp`, `--dump-pretty` to dump the configuration using more + human readable representation (opposite to `-d`); ### Enhancements +* filter.d/dovecot.conf: introduced mode `aggressive` for cases like "disconnected before auth was ready" (gh-1880) ver. 0.10.0 (2017/08/09) - long-awaited 0.10th version