summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog53
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e1567a7..f0693d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,56 @@
+ucspi-tcp (1:0.88-8) unstable; 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:57:42 +0200
+
+ucspi-tcp (1:0.88-7) unstable; urgency=medium
+
+ [ Dmitry Bogatov ]
+ * Add Gitlab CI config file
+ * Do not run tests under Gitlab CI
+
+ [ Peter Pentchev ]
+ * New maintainer. Closes: #983804
+ * Declare compliance with Policy 4.6.2 with no changes.
+ * Set the debhelper compat level to 13 with no changes.
+ * Add an EditorConfig definitions file.
+ * Run a custom test suite at build-time and as an autopkgtest.
+ * Clean up after a build.
+ * Show the compiler and linker invocations unless "terse" is requested.
+ * Do not use "tee" to generate the config files.
+ * Add Rules-Requires-Root: no to the source control stanza.
+ * Remove leading slashes from debian/*.install.
+ * No longer mention ucspi-tcp-doc, no such package for a long time.
+
+ -- Peter Pentchev <roam@debian.org> Thu, 05 Jan 2023 04:05:08 +0200
+
+ucspi-tcp (1:0.88-6) unstable; urgency=medium
+
+ * Remove references to patched-out `rbl.maps.vix.com' host from manpage
+ (Closes: #681739)
+ * Install example http server, serving log file with chunked transfer
+ encoding (Closes: #772209)
+
+ -- Dmitry Bogatov <KAction@debian.org> Thu, 17 Jan 2019 06:30:43 +0000
+
ucspi-tcp (1:0.88-5) unstable; urgency=medium
* Do not include build path into resulting scripts (Closes: #915511)