chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / debian / changelog
index 14bcb48c15cb9eac4a90e328052b9095d4851c63..611ab03cca12ed2924bd98e20f92f0c333474b62 100644 (file)
@@ -1,3 +1,94 @@
+secnet (0.6.8~) unstable; urgency=medium
+
+  * 
+
+ --
+
+secnet (0.6.7) unstable; urgency=medium
+
+  * Upstream release of changes since 0.6.2.
+    (Versions 0.6.5 and 0.6.6 were Debian-only; 0.6.3 and 0.6.4
+    were not properly released at all and should be disregarded.)
+
+  Packaging bugfix:
+  * Update VERSION in Makefile.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 09 Jan 2023 00:15:21 +0000
+
+secnet (0.6.6) unstable; urgency=medium
+
+  Bugfix:
+  * polypath: Do not separately log xmit failures.
+
+  Tests:
+  * stest: Fix debugging output about spawning secnet
+
+  Packaging:
+  * Add missing build-dependency on netbase.  Closes: #1028102.
+  * Copyright notices and LICENCE (aka debian/copyright) fixes
+    and improvements.  [Requested by Debian ftpmaster]
+  * Add Debian upload step to release checklist.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 08 Jan 2023 18:20:09 +0000
+
+secnet (0.6.5) unstable; urgency=medium
+
+  Copyright and source code notices:
+  * Include notices and licences of all included elements in LICENCE,
+    not just in the files themselvves.
+  * Tidy up a handful of notices to the most recent facts.
+  * Do not claim CC-BY-SA 4.0 is GPL3+ compatible - only GPL3.
+  * Add a README.source.
+  * Update my own copyright year.
+
+  * Versions 0.6.3 and 0.6.4 burned due to failed uploads.
+    (See dgit bug #944855.)
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 12 Nov 2022 18:58:02 +0000
+
+secnet (0.6.2) unstable; urgency=medium
+
+  Bugfixes to code and build system:
+  * site: promote creation of st->scratch, allowing new pubkey scheme
+    to work even when secnet is restarting.
+  * comm-common.h: Remove unused `notify' variable.  [Colin Watson]
+  * Dir.sd.mk: Prevent builtin make rule overwriting conffile.c.
+
+  Documentation:
+  * configure: Correct bug reporting address.  Report from Colin Watson.
+  * example.conf improvements:
+      - Comment out some tuning overrides
+      - Improve syntax by deleting one of the two map examples
+      - Add a commented-out mobile site setting
+      - Add mtu-target
+  * OLD-NEWS, OLD-BUGS: Rename from NEWS and BUGS, and don't ship OLD-BUGS.
+
+  Debian packaging changes:
+  * debian/rules: Use dh sequencer.  Resulting changes:
+      - We now provide debug symbols in the new Debian way.
+      - The way the prerm stops secnet accords with modern practice.
+  * init script: source /lib/lsb/init-functions.
+  * init script: make "restart" work if secnet is not running.
+  * Expand Description.
+  * debhelper compat: bump to 12 (stretch-backports).
+  * debian/rules: Use dh_prep instead of deprecated dh_clean -k.
+  * Adjust Priority (as per modern policy and lintian).
+  * Add some lintian overrides.
+  * Add missing Pre-Depends on init-system-helpers.
+
+  Credits and legal documentation improvements:
+  * Add missing credits for base91 and python argparse extension.
+    ensure some packaging credits exist in all the places they should be.
+  * Add copyright/credits notices to many files which were missing them.
+  * Move and centralise legal information into its own file, LICENCE.
+
+  Testing improvements:
+  * comprehensive-test: Actually allow OLD_SECNET_DIR set to ''
+  * test-example/common.conf: Fix a reference to the sites file.
+  * test-example/null-fake-userv: New test utility script.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 30 Dec 2021 15:10:12 +0000
+
 secnet (0.6.1) unstable; urgency=medium
 
   Logging bugfixes: