chiark / gitweb /
changelog: Document changes and finalise 0.6.9 master v0.6.9
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 9 Apr 2026 22:09:57 +0000 (23:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 9 Apr 2026 22:15:10 +0000 (23:15 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Dir.sd.mk
debian/changelog

index 3b24d627560f45c176b8d3a0adc79b741cbbb309..d987eec3ca28ef7225206b540acef88432ebd62d 100644 (file)
--- a/Dir.sd.mk
+++ b/Dir.sd.mk
@@ -20,7 +20,7 @@
 .PHONY:        all clean realclean distclean dist install
 
 PACKAGE:=secnet
-VERSION=0.6.7
+VERSION=0.6.9
 
 VPATH:=@srcdir@
 srcdir:=@srcdir@
index 10335de26ce57cf58fe10eec118925aa0ec64120..7c62a01e55d8401613bbb685f74da5823396bbf1 100644 (file)
@@ -1,8 +1,19 @@
-secnet (0.6.9~) unstable; urgency=medium
+secnet (0.6.9) unstable; urgency=medium
 
-  * 
+  * Upstream release of changes since 0.6.7.  (0.6.8 was Debian-only.)
 
- --
+  Packaging:
+  * Arrange for log rotation.  Closes: #1053571.
+    Users may need to set USER in /etc/default/secnet.  See NEWS.Debian.
+  * Prebuilt binaries are now built for current Debian stable ("trixie").
+
+  Build fixes:
+  * Remove a spurious const; fixes build with new glibc.
+    [Report from Aurelien Jarno]  Closes: #1128749.
+  * Fixes and workarounds for building with Clang (21).
+    [Richard Kettlewell]
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 09 Apr 2026 23:15:08 +0100
 
 secnet (0.6.8) unstable; urgency=medium