chiark / gitweb /
When printing version (eg during startup), use value from git-describe
[secnet.git] / debian / changelog
index 6ab03169c5318ceb1d7cdb10cdadaee271b0f6a0..43b771f94a374f57eb6754d03d86126548d7478f 100644 (file)
@@ -2,6 +2,8 @@ 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.