From: Ian Jackson Date: Sun, 18 May 2014 10:48:29 +0000 (+0100) Subject: changelog: Document logging and security fix X-Git-Tag: debian/0.3.2_beta1~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=f09b395529c3b73d5f3cc5420512927f430f1efd changelog: Document logging and security fix --- diff --git a/debian/changelog b/debian/changelog index b51b541..6ab0316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ secnet (0.3.2~~) unstable; urgency=low + * SECURITY: Properly update peer address array when it is full. + * Log peer addresses on key exchange timeout. * Updates to release checklist in Makefile.in. * Use C99 _Bool for bool_t.