From 559ad32ed4d88e3216c3e12197bb54a9364f733f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 8 Jan 2024 11:46:15 +0100 Subject: Release 2.7.8 --- CMakeLists.txt | 2 +- debian/changelog | 22 ++++++++++++++++++++++ doc/apt-get.8.xml | 2 +- doc/apt-verbatim.ent | 2 +- doc/po/apt-doc.pot | 4 ++-- 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 ") -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 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; - 2023-07-20T00:00:00Z + 2024-01-08T00:00:00Z 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 @@ "> - + 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 \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 \n" "Language-Team: LANGUAGE \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 \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 \n" "Language-Team: LANGUAGE \n" -- cgit v1.2.3-18-g5258