diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 44 | ||||
| -rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
| -rw-r--r-- | doc/apt.8.xml | 2 | ||||
| -rw-r--r-- | doc/apt_preferences.5.xml | 2 | ||||
| -rw-r--r-- | 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 <deity@lists.debian.org>") -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 <jak@debian.org> 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 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "3.0.1"> +<!ENTITY apt-product-version "3.1.0"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bookworm"> 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; <!-- The last update date --> - <date>2024-03-12T00:00:00Z</date> + <date>2025-05-19T00:00:00Z</date> </refentryinfo> <refmeta> 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; <!-- The last update date --> - <date>2024-08-22T00:00:00Z</date> + <date>2024-12-24T00:00:00Z</date> </refentryinfo> <refmeta> 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; <!-- The last update date --> - <date>2025-03-14T00:00:00Z</date> + <date>2024-12-24T00:00:00Z</date> </refentryinfo> <refmeta> |
