chiark / gitweb /
When printing version (eg during startup), use value from git-describe
[secnet.git] / debian / changelog
index b51b541594eb9b41452e2433f8ac7591235921c7..43b771f94a374f57eb6754d03d86126548d7478f 100644 (file)
@@ -1,5 +1,9 @@
 secnet (0.3.2~~) unstable; urgency=low
 
+  * SECURITY: Properly update peer address array when it is full.
+  * Log peer addresses on key exchange timeout.
+  * When printing version (eg during startup), use value from git-describe
+    and thus include git commit id where applicable.
   * Updates to release checklist in Makefile.in.
   * Use C99 _Bool for bool_t.