summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2022-03-21 09:22:54 +0100
committerJulian Andres Klode <jak@debian.org>2022-03-21 09:22:54 +0100
commitd29cffc53095c9b5929b6ad45ed98aae330315e0 (patch)
tree1ee63a9acb2013356cf4f09a42e2e9189fed02a5
parent70f0f4e61169bfbfe2c3eef82714eec4450ffe38 (diff)
Release 2.4.32.4.3
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog11
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/po/apt-doc.pot4
-rw-r--r--po/apt-all.pot4
5 files changed, 17 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88b06c3ec..098683728 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -200,7 +200,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.4.2")
+set(PACKAGE_VERSION "2.4.3")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)
diff --git a/debian/changelog b/debian/changelog
index 5d863b3a0..6e1da0f46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+apt (2.4.3) unstable; urgency=medium
+
+ [ Guillem Jover ]
+ * Update .mailmap
+
+ [ David Kalnischkies ]
+ * Fix build failure with gcc-12 due to missing include (Closes: #1008036)
+ * Avoid using unqualified make_pair potentially triggering ftbfs
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 21 Mar 2022 09:20:41 +0100
+
apt (2.4.2) unstable; urgency=medium
[ Frans Spiesschaert ]
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index 6bc94d472..53b9c333f 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.4.2">
+<!ENTITY apt-product-version "2.4.3">
<!-- (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 a282e5c1a..bb31a830c 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.4.2\n"
+"Project-Id-Version: apt-doc 2.4.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-03-17 09:18+0100\n"
+"POT-Creation-Date: 2022-03-21 09:22+0100\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 7eda226fa..5ec8ecb77 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 2.4.2\n"
+"Project-Id-Version: apt 2.4.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-03-17 09:18+0100\n"
+"POT-Creation-Date: 2022-03-21 09:22+0100\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"