diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-03 13:45:45 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-03 13:45:45 +0100 |
| commit | 6ee18adb85633afc39bdca25209dcfac0ae5c3c5 (patch) | |
| tree | 5bb9cd71ecbfbf613db468fdb5c63f12a1bc6e7e | |
| parent | 70a325116f002d476bd9bb018f3032ada5da0da2 (diff) | |
Release 2.9.272.9.27
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 31 | ||||
| -rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
| -rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
| -rw-r--r-- | po/apt-all.pot | 4 |
5 files changed, 37 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b6c6ec39..1302955f1 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 "2.9.26") +set(PACKAGE_VERSION "2.9.27") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 9350e55d7..a760ee1e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +apt (2.9.27) unstable; urgency=medium + + [ Julian Andres Klode ] + * Symbols: Update for 2.9.23/2.9.25 + * Updates for the '3.0' solver: + - Soft unit propagation for optional items + - Do not accidentally solve new Recommends before hard dependencies + - Use a propagation queue instead of recursively propagating facts + * Correctly calculate kernel size in /boot (Closes: #1085184) + * Measure BootSize as integer + + [ Boyuan Yang ] + * po/zh_CN.po: Refresh Simplified Chinese translation for apt + + [ Rafael Fontenelle ] + * Brazilian Portuguese program translation update (Closes: #1092563) + + [ David Kalnischkies ] + * Cleanups and fixes for cache counters/size fields: + - Do not overflow ver/desc<->file relation counters + - Drop unused description size info from binary cache + - Drop unused version stanza size info from binary cache + - Do not create descriptions structs for each architecture + - Record all available sources for descriptions + - Include Extra in the size counted for Version struct + + [ Samuel Thibault ] + * Also support debian-ports modernization + + -- Julian Andres Klode <jak@debian.org> Mon, 03 Feb 2025 13:44:58 +0100 + apt (2.9.26) unstable; urgency=medium [ Sam Hartman ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index f5a9832c4..78eddb935 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 "2.9.26"> +<!ENTITY apt-product-version "2.9.27"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bookworm"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 9e21b8602..f98e5d490 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 2.9.26\n" +"Project-Id-Version: apt-doc 2.9.27\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-03 12:45+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/po/apt-all.pot b/po/apt-all.pot index 028b7a414..e523c9cd2 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.26\n" +"Project-Id-Version: apt 2.9.27\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-03 12:45+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |
