From 3c4910a3e219a7d77d8bb99b1987bc78e12898e3 Mon Sep 17 00:00:00 2001 From: sebres Date: Tue, 17 Oct 2017 16:06:39 +0200 Subject: [PATCH] ChangeLog entry + note for possible incompatibility. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7c9319a0..4e3560b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,7 +34,14 @@ Incompatibility list (compared to v.0.9): ver. 0.10.2-dev-1 (2017/??/??) - development edition ----------- +### Incompatibility list: +* The configuration for multiport jails using banaction `pf` can be incompatible after upgrade, if + ports are enclosed in curly braces `{ }` in the `jail.local` etc. This may cause a double-brackets now. + ### Fixes +* action.d/pf.conf: + - fixed syntax error in achnor definition (documentation, see gh-1919); + - enclose ports in braces for multiport jails (see gh-1925); ### New Features