diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 14 | ||||
| -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, 20 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 00f4a9bcf..c6977675e 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.17") +set(PACKAGE_VERSION "2.9.18") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 85221d4ca..5f90b1f77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +apt (2.9.18) unstable; urgency=medium + + * Fix out-of-bounds read in `apt show :` (Closes: #1090068) + * Introduce git-like automatic pager for apt(8), emulating git behavior. + It is enabled for the show, list, search, policy, showsrc commands. + The pager can be set using APT_PAGER or PAGER and defaults to `pager` + * Add initial pinning information to apt show --full. + The fields `APT-Pin`, `APT-Candidate`, and `APT-Release` provide + pinning information. It is not yet possible to see multiple sources, + and the per-source pinning is not shown. + * gpgv: Extract VerifyDetachedSignatureFile() + + -- Julian Andres Klode <jak@debian.org> Thu, 19 Dec 2024 18:38:04 +0100 + apt (2.9.17) unstable; urgency=medium * solver3: diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 713a137ca..5b97da956 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.17"> +<!ENTITY apt-product-version "2.9.18"> <!-- (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 25341efeb..9a9ebf912 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.17\n" +"Project-Id-Version: apt-doc 2.9.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-07 16:13+0000\n" +"POT-Creation-Date: 2024-12-19 17:38+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 57ea4f061..9e6d7ba85 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.17\n" +"Project-Id-Version: apt 2.9.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-07 16:13+0000\n" +"POT-Creation-Date: 2024-12-19 17:38+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" |
