summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-05-19 19:14:11 +0200
committerJulian Andres Klode <jak@debian.org>2025-05-19 19:14:52 +0200
commit5bfea97d7b3c6f4fcaa56c24d6f3591b1862b86b (patch)
tree7bec338e4234232207da2e2513f24630ed5dc177 /debian/changelog
parent6025ea158c7635d7f990e63dbf7c9e309fc188ff (diff)
Release 3.1.03.1.0
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog44
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e0de44b90..9055aeed0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,47 @@
+apt (3.1.0) experimental; urgency=medium
+
+ [ Julian Andres Klode ]
+ * debian/NEWS: Document new requirements on trusted.gpg.d (Closes: #1104320)
+ * test: Fix test-skipped regression in 3.0.1
+ * test: Do not use host's sequoia config
+ * Pass --check to msgfmt and fix broken format strings
+ * Add 'Include'/'Exclude' options to limit packages used from a repository
+ 'Include' allows limiting a repository to a allowlist of packages,
+ 'Exclude' allows removing packages from a repository.
+ * Introduce apt why, apt why-not
+ * Update translation templates and merge translations
+ * Ubuntu: Enable 3.0 solver by default in apt CLI tools
+
+ [ Herman Semenov ]
+ * apt-pkg: fixed type comparison in 64bit systems using memsize cast
+
+ [ Walter Lozano ]
+ * Fix error handling with getline
+
+ [ Guillem Jover ]
+ * dselect: Add https support
+ * dselect: Pass available file from stdin to dpkg --update-avail
+ * dselect: Refactor bold printing into its own function
+ * dselect: Use strict and warnings pragmas
+ * dselect: Use Term::ANSIColor instead of forking setterm
+ * dselect: Use qw() instead of lists of quoted strings
+ * dselect: Replaces obsolete file comment header with copyright and SPDX marker
+
+ [ Simon McVittie ]
+ * apt_preferences(5): Specify the order in which files are parsed
+ * sources.list(5): Explicitly say what the precedence order is
+
+ [ Max Coplan ]
+ * 💬 Recommend use of `apt update` over `apt-get update`
+
+ [ David Kalnischkies ]
+ * Include everything in our pkg-config autopkgtest
+
+ [ Demi M. Obenour ]
+ * Fail on stdio errors
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 19 May 2025 19:13:54 +0200
+
apt (3.0.1) unstable; urgency=medium
[ Laurent Bigonville ]