diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-28 17:51:13 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-28 17:51:13 +0100 |
| commit | a917425ce0a04dbd16e621e45238e64317d41fb8 (patch) | |
| tree | 4528853524175e85921030d4cfcdd9cdbf1a1dac | |
| parent | 85fb87f19a92e170c3c3f8cc625b8fc73338367b (diff) | |
Release 2.9.312.9.31
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 27 | ||||
| -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, 33 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 40d23bdb8..ad84710a0 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.30") +set(PACKAGE_VERSION "2.9.31") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 9a8b116a7..0511fb704 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +apt (2.9.31) unstable; urgency=medium + + [ Julian Andres Klode ] + * edsp: Use buffered writes for EDSP dumps + * strutl: Add missing #include <cstdint> [gcc 15] (Closes: #1096322) + * refactor: Deduplicate and Move SectionInSubTree to Configuration + * solver3: Fix test-apt-move-and-forget-manual-sections + * solver3: Fix error stack handling + * test: Improve output cleaning for solver progress + * Fix crash in VersionExtra using --with-source etc (Closes: #1098702) + * test-apt-ftparchive-cachedb: Avoid race condition in test case + + [ Miroslav Kure ] + * Czech program translation update (Closes: #1095976) + + [ Helge Kreutzmann ] + * German program translation update (Closes: #1098456) + * German manpage translation update (Closes: #1099118) + + [ David Kalnischkies ] + * apt-ftparchive: Do not output locale dependent dsc file size + + [ Алексей Шилин ] + * Russian translation update (Closes: #1098937) + + -- Julian Andres Klode <jak@debian.org> Fri, 28 Feb 2025 17:49:31 +0100 + apt (2.9.30) unstable; urgency=medium * Upload libapt-pkg 7.0 ABI transition to unstable: diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index e50abd067..fec96d48e 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.30"> +<!ENTITY apt-product-version "2.9.31"> <!-- (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 7ba764270..723ebd143 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.30\n" +"Project-Id-Version: apt-doc 2.9.31\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-02-16 16:59+0000\n" +"POT-Creation-Date: 2025-02-28 16:50+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 8fcbb6408..1dd685909 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.30\n" +"Project-Id-Version: apt 2.9.31\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-02-16 16:59+0000\n" +"POT-Creation-Date: 2025-02-28 16:50+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" |
