chiark / gitweb /
changelog: Document NAK logging changes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 17:33:07 +0000 (18:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 18:16:17 +0000 (19:16 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog

index 438be85f8ee2cf7de2d7f4803e930da1d38e2fd4..4e493169e18649fcbcc5aa951809225aa82e6883 100644 (file)
@@ -20,9 +20,12 @@ secnet (0.5.0) unstable; urgency=medium
   * Bad address syntax error does not wrongly mention IPv6 scopes.
   * Minor refactoring to support forthcoming work.  [Mark Wooding]
 
-  other bugfixes:
+  other bugfixes, improvements and changes to secnet itself:
+  * Better logging of why we are sending NAK messages.
   * Correctly use the verified copy of the peer remote capabilities
     from MSG3.  (Bug is not a vulnerability.)    [Mark Wooding]
+  * Significant internal rearrangements and refactorings, to support
+    forthcoming key management work.  [Mark Wooding and Ian Jackson]
 
   build system etc.:
   * Completely overhaul release checklist; drop dist target.
@@ -30,8 +33,6 @@ secnet (0.5.0) unstable; urgency=medium
   * polypath.c: Fix missing include of <limits.h>.  [Mark Wooding]
   * Add a Wireshark dissector `secnet-wireshark.lua'.  It is not
     installed anywhere right now.  [Mark Wooding]
-  * Significant internal rearrangements and refactorings, to support
-    forthcoming key management work.  [Mark Wooding and Ian Jackson]
 
   documentation:
   * Improve documentation of capability negotiation in NOTES, secnet(8)