diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2022-07-24 17:59:31 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2022-07-24 18:00:08 +0200 |
commit | 2d87af57ea52cb37c60103abb6468e0ad44864ff (patch) | |
tree | d7c0bfba616c5d7b6c8eb21e823d426a3f9a7adb | |
parent | b31829210ef344517e2ea5702a008ccf4663212d (diff) |
Release 2.5.22.5.2
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/apt.conf.5.xml | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
-rw-r--r-- | po/apt-all.pot | 4 |
7 files changed, 20 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 718f9ccca..34a214a3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,7 +205,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.5.1") +set(PACKAGE_VERSION "2.5.2") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/NEWS b/debian/NEWS index a5607e94d..4edfd4301 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,4 +1,4 @@ -apt (2.5.2) UNRELEASED; urgency=medium +apt (2.5.2) unstable; urgency=medium Installing or upgrading a binary package now upgrades other binaries from the same source package if they have the same candidate version. You can diff --git a/debian/changelog b/debian/changelog index a843a92fb..db76276a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +apt (2.5.2) unstable; urgency=medium + + [ Julian Andres Klode ] + * Mark broken reverse depends for upgrade (LP: #1974196) + * Upgrade all binaries in a source package + + [ Michael Vogt ] + * apt-pkg: (re)export pkgTagSection::Key to fix FTBFS in python-apt + (Closes: #1011678) + + -- Julian Andres Klode <jak@debian.org> Sun, 24 Jul 2022 17:57:24 +0200 + apt (2.5.1) unstable; urgency=medium [ Américo Monteiro ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 653cad164..5be5773ee 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.5.1"> +<!ENTITY apt-product-version "2.5.2"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "buster"> diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 48604b1e4..189fb7d7d 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2016-01-03T00:00:00Z</date> + <date>2016-01-02T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index d984ed13d..a7aaf799c 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.5.1\n" +"Project-Id-Version: apt-doc 2.5.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2022-06-30 13:28+0200\n" +"POT-Creation-Date: 2022-07-24 15:59+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 9ca292460..d123238b5 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.5.1\n" +"Project-Id-Version: apt 2.5.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2022-06-30 13:28+0200\n" +"POT-Creation-Date: 2022-07-24 15:59+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" |