diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 39 | ||||
| -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, 45 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 30759926a..16aa70f56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,7 +207,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.13") +set(PACKAGE_VERSION "2.9.14") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index a6b45afeb..fe0d7f1e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +apt (2.9.14) unstable; urgency=medium + + [ Julian Andres Klode ] + * test: Do not fail if valgrind is not available + * test: Handle gpgv-sq differeces and test with it + * apt-key: Prefer gpgv-sq if installed + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: #1087458) + * Dutch manpages translation update (Closes: #1087461) + + [ Алексей Шилин ] + * Russian program translation update (Closes: #1087804) + + [ Luca Vercelli ] + * Italian program translation update (Closes: #1081992) + + [ David Kalnischkies ] + * Fixes for several compile-time warnings: + - Acknowledge non-erase usage of remove_if for volatile sources + - Fix expired std::string usage in APT::StringView testcase + - Add a virtual destructor to private CacheSet Matcher + - Avoid unnormalized paths for CMake install destinations + - Tag hidden acquire classes as final for devirtualization + * Support uncompressed indexes from partial file:/ mirrors, and + other fixes for the acquire system: + - Show hashes calculated by main thread in error messages + - Alternatively calculate alternative file hashes in file method + - Rewrite hidden config option checker for more patterns + - Allow AutoDetectProxy to work with more than just http(s) + - Do not assume mirror-URIs end in a filename causing a hang + - Do not change UsedMirror on local copy of InRelease + - Clear previous ignored errors before processing acquire item again + - Never consider file/copy/cdrom sources bad sites due to errors + - Allow HashSum mismatches to fallback to other mirrors + - Look at non by-hash paths in copy and file methods + + -- Julian Andres Klode <jak@debian.org> Fri, 22 Nov 2024 17:13:23 +0100 + apt (2.9.13) unstable; urgency=medium * Add a --comment option to record Comment: in history diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index ee412dca5..ff38a78c5 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "2.9.13"> +<!ENTITY apt-product-version "2.9.14"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bullseye"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 6628b5c4d..168b556aa 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.13\n" +"Project-Id-Version: apt-doc 2.9.14\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-11-20 15:03+0000\n" +"POT-Creation-Date: 2024-11-22 16:16+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 a8bc521d4..8d3edefb6 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.13\n" +"Project-Id-Version: apt 2.9.14\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-11-20 15:03+0000\n" +"POT-Creation-Date: 2024-11-22 16:16+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" |
