summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 27910f4..e50274b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+ucspi-tcp (1:0.88-8) UNRELEASED; urgency=medium
+
+ * Declare dpkg-build-api v1, drop the implied Rules-Requires-Root: no
+ declaration.
+ * Use dh-package-notes to record ELF package metadata.
+ * autopkgtest:
+ - fix a server/client mismatch in a log message
+ - only pass "-R" if supported, do not pass "--"
+ - support verbose logs to the standard output stream
+ - run {proto}server with line-buffered stdout and stderr
+ - dynamic version, bump it to 0.2.0
+ - read all the data from the socket
+ * autopkgtest internal test suite:
+ - tox.ini: add tags for running tox-stages
+ - do not pass the python_version option to mypy, let it check against
+ the Python interpreter that it is being run with
+ - use hatchling for the PEP517 build
+ - convert tox.ini to the Tox 4.x format
+ - use Ruff instead of black, flake8, and pylint
+ - reformat and refactor the source code according to Ruff's suggestions
+
+ -- Peter Pentchev <roam@debian.org> Tue, 27 Feb 2024 11:53:35 +0200
+
ucspi-tcp (1:0.88-7) unstable; urgency=medium
[ Dmitry Bogatov ]