From 8b91b58e2dc1fe59eebc41937d7cffaa2e26f2f3 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sun, 10 Mar 2013 17:33:16 +1100 Subject: [PATCH 1/2] add corresponding ChangeLog entry --- DEVELOP | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOP b/DEVELOP index bce9e64e..25369830 100644 --- a/DEVELOP +++ b/DEVELOP @@ -247,6 +247,8 @@ Releasing Ensure the version is correct in ./common/version.py +Add/finalize the corresponding entry in the ChangeLog + # update man pages (cd man ; ./generate-man ) From d0d89b43217ff889269b7c1f87a6b3af147e4993 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sun, 10 Mar 2013 17:33:32 +1100 Subject: [PATCH 2/2] TODO: test filters/examples files --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index fc43dc2c..933134e9 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,9 @@ Legend: # partially done * done +- Run tests though all filters/examples files - (see sshd example file) as unit + test + - Removed relative imports - Cleanup fail2ban-client and fail2ban-server. Move code to server/ and client/