From 5bfea97d7b3c6f4fcaa56c24d6f3591b1862b86b Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 19 May 2025 19:14:11 +0200 Subject: Release 3.1.0 --- CMakeLists.txt | 2 +- debian/changelog | 44 ++++++++++++++++++++++++++++++++++++++++++++ doc/apt-verbatim.ent | 2 +- doc/apt.8.xml | 2 +- doc/apt_preferences.5.xml | 2 +- doc/sources.list.5.xml | 2 +- 6 files changed, 49 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b07678b67..9b4773d63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "3.0.1") +set(PACKAGE_VERSION "3.1.0") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) 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 Mon, 19 May 2025 19:13:54 +0200 + apt (3.0.1) unstable; urgency=medium [ Laurent Bigonville ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 3d31f9270..3e77070fb 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> - + diff --git a/doc/apt.8.xml b/doc/apt.8.xml index 8dd1d019b..2c1256dce 100644 --- a/doc/apt.8.xml +++ b/doc/apt.8.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; - 2024-03-12T00:00:00Z + 2025-05-19T00:00:00Z diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml index 6e4e321cd..ec2a9c531 100644 --- a/doc/apt_preferences.5.xml +++ b/doc/apt_preferences.5.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; - 2024-08-22T00:00:00Z + 2024-12-24T00:00:00Z diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index c55cdbd1c..3d06f75ec 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; - 2025-03-14T00:00:00Z + 2024-12-24T00:00:00Z -- cgit v1.2.3-70-g09d2