diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-17 20:42:50 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-17 20:42:50 +0100 |
| commit | d75e04df441d2900b0e046428feade175f85912a (patch) | |
| tree | 2cbb368436010cb21fcc6e0d59243238ad2a380f | |
| parent | 98ddccc166d6f212ea466598485f1ea94f1c92f9 (diff) | |
Release 2.9.232.9.23
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 12 | ||||
| -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, 18 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 989808f14..18466ccc8 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.22") +set(PACKAGE_VERSION "2.9.23") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 9de6e2ef5..1f34c6896 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +apt (2.9.23) unstable; urgency=high + + [ David Kalnischkies ] + * Write Pre-Depends with a dash again in EDSP (Closes: #1093254) + * Grep for more evil in test as a signature can contain evil + + [ Julian Andres Klode ] + * Workaround gcc 14.2.0-9 regression in no-tree-slp-vectorize on Graviton; + this prevented https connections from working. + + -- Julian Andres Klode <jak@debian.org> Fri, 17 Jan 2025 20:37:48 +0100 + apt (2.9.22) unstable; urgency=medium [ Balint Reczey ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index a25dc2725..84a92d49f 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.22"> +<!ENTITY apt-product-version "2.9.23"> <!-- (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 4e5c92452..e162a0dbb 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.22\n" +"Project-Id-Version: apt-doc 2.9.23\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-17 19:42+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 4067586ec..488b47f81 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.22\n" +"Project-Id-Version: apt 2.9.23\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-17 19:42+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" |
