diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2022-06-30 13:27:37 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2022-06-30 13:28:23 +0200 |
commit | 01634926847e7c70ce51ea4592d8da0a25d9150d (patch) | |
tree | e5bc49e9624e32a1be4ac7fc66f764bb8b196254 | |
parent | 8416bcb58cba0f8b5e8e8d26b71ae838f228111d (diff) |
Release 2.5.12.5.1
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 21 | ||||
-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, 27 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 863768034..718f9ccca 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.0") +set(PACKAGE_VERSION "2.5.1") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 797a15627..a843a92fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +apt (2.5.1) unstable; urgency=medium + + [ Américo Monteiro ] + * Portuguese manpages translation update (Closes: #1011315) + + [ Ronan Desplanques ] + * Fix integer underflow in flExtension + + [ Roberto C. Sánchez ] + * Some minor tweaks of spelling/grammar for better readability. + + [ Tianon Gravi ] + * Switch from "security.d.o" to "deb.d.o" (matching bullseye release notes) + + [ Julian Andres Klode ] + * (Temporarily) Rewrite phased updates using a keep-back approach + (LP: #1979244) + * policy: Do not override negative pins with 1 due to phasing (LP: #1978125) + + -- Julian Andres Klode <jak@debian.org> Thu, 30 Jun 2022 13:27:30 +0200 + apt (2.5.0) unstable; urgency=medium [ Helmut Grohne ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 4e0c3a3e7..653cad164 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.0"> +<!ENTITY apt-product-version "2.5.1"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "buster"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index e1ee7eec9..d984ed13d 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.0\n" +"Project-Id-Version: apt-doc 2.5.1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2022-05-17 17:06+0200\n" +"POT-Creation-Date: 2022-06-30 13:28+0200\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 f1d6db887..9ca292460 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.5.0\n" +"Project-Id-Version: apt 2.5.1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2022-05-17 17:06+0200\n" +"POT-Creation-Date: 2022-06-30 13:28+0200\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" |