diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 20 | ||||
| -rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
| -rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
| -rw-r--r-- | doc/sources.list.5.xml | 2 | ||||
| -rw-r--r-- | po/apt-all.pot | 4 |
6 files changed, 27 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cbb846fe3..386f5dbd3 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.20") +set(PACKAGE_VERSION "2.9.21") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 114a36cc3..3403c7d62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +apt (2.9.21) unstable; urgency=medium + + [ Simon McVittie ] + * sources.list(5): Suggest VENDOR.sources for new systems + + [ Guillem Jover ] + * Remove non-US leftovers in code and documentation + * Remove obsolete references to ftp://ftp.debian.org + * Use deb.debian.org instead of ftp.debian.org URLs + + [ Julian Andres Klode ] + * Extend v3 subkey expiry to 2026, owing to OBS use + * sqv: Avoid propagating errors between files (Closes: #1091679) + * http: seccomp: Allow reading directories (Closes: #1091351) + * test: Check "${METHODSDIR}/sqv" not "/usr/bin/sqv" + * Unfuzzy documentation translations + * Run update-po4a + + -- Julian Andres Klode <jak@debian.org> Wed, 01 Jan 2025 22:48:55 +0100 + apt (2.9.20) unstable; urgency=medium * symbols: Merge 2.9.19 and fix version for InsertErrno diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 3bdd78c4a..67977ccc8 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.20"> +<!ENTITY apt-product-version "2.9.21"> <!-- (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 bc70829bd..dfed6c4d5 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.20\n" +"Project-Id-Version: apt-doc 2.9.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-01 21:58+0100\n" +"POT-Creation-Date: 2025-01-01 21:01+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/doc/sources.list.5.xml b/doc/sources.list.5.xml index f221cb20e..9d2185d7a 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>2024-11-23T00:00:00Z</date> + <date>2022-03-20T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/po/apt-all.pot b/po/apt-all.pot index 69a954c55..3d41650c4 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.20\n" +"Project-Id-Version: apt 2.9.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-28 22:00+0000\n" +"POT-Creation-Date: 2025-01-01 21:01+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" |
