From 17c60d2728be2e052351c0903316d28b61e72055 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Thu, 22 Nov 2018 20:56:33 +0100 Subject: [PATCH] Fix CHANGELOG for 2.1.2 --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index edbfe47e..5f797e77 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,22 @@ HISTORY * [Enter new changes just after this line - do not remove this line] +(STABLE-2.1.2): + + ++ Bugfixes: + + 2018-11-21: Jens Nielsen + * netbiosns.c: fix expecting too large packet (bug #55069) + + 2018-11-19: Dirk Ziegelmeier + * smtp.c: fix compiling with strict C compatibility because of strnlen (bug #55034) + + 2018-11-12: Simon Goldschmidt + * tcp.c: fix overflow check in tcp_recved triggering invalid assertion (bug #55015) + + 2018-11-12: Simon Goldschmidt + * tcp.c: fix a bug in sending RST segments (sent from port 0) + (STABLE-2.1.1): ++ Bugfixes: