diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2024-01-08 11:46:15 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-01-08 11:46:15 +0100 |
commit | 559ad32ed4d88e3216c3e12197bb54a9364f733f (patch) | |
tree | 7a1f97378f1c57247164dd9b266eed6410466b72 | |
parent | 10367ebb0f44cbc61b48fb99e194301c2182fe31 (diff) |
Release 2.7.82.7.8
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 22 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 2 | ||||
-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 |
6 files changed, 29 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 567c0604a..36fb59281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,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.7.7") +set(PACKAGE_VERSION "2.7.8") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index ce671cc17..ab877c9bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +apt (2.7.8) unstable; urgency=medium + + [ Gábor Németh ] + * Add 'dist-clean' command to remove packages and list files (Closes: + #959093); this is experimental and does not yet have docs or tests. + + [ David Kalnischkies ] + * Have Grp.FindPreferredPkg return very foreign pkgs as last resort + * Improve and test distclean implementation + * Do not store .diff_Index files in update + + [ Tianyu Chen ] + * apt-pkg/cacheset.cc: set ShowErrors to true when no version matched + (Closes: #1053887) + + [ Julian Andres Klode ] + * Do not silently ignore directories for reserved file names + * test: Disable valgrind on armhf, incompatible with stack clash protector + (Closes: #1059352) + + -- Julian Andres Klode <jak@debian.org> Mon, 08 Jan 2024 10:32:31 +0100 + apt (2.7.7) unstable; urgency=medium [ sid ] diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index bb7678e34..3b8df6422 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2023-07-20T00:00:00Z</date> + <date>2024-01-08T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 54c3855f6..26ac0676f 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.7.7"> +<!ENTITY apt-product-version "2.7.8"> <!-- (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 ddfad4cbe..88d83b237 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.7.7\n" +"Project-Id-Version: apt-doc 2.7.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-11-22 15:45+0000\n" +"POT-Creation-Date: 2024-01-08 10:46+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 5b7fc2af5..7efa2f55e 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.7.7\n" +"Project-Id-Version: apt 2.7.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-11-22 15:45+0000\n" +"POT-Creation-Date: 2024-01-08 10:46+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" |