summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-11-22 17:17:11 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2024-11-22 17:17:41 +0100
commit1a03ebc11982f052259a6b677ebc520f8d47cb81 (patch)
tree3d5049d352dac0391aa10e8729a0952ffa721831
parent49bde10bd544876c4d901cac5616264874cd1af5 (diff)
Release 2.9.142.9.14
Oh well I accidentally committed everything from my work email today but I'm off today ...
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog39
-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, 45 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 30759926a..16aa70f56 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -207,7 +207,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.9.13")
+set(PACKAGE_VERSION "2.9.14")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)
diff --git a/debian/changelog b/debian/changelog
index a6b45afeb..fe0d7f1e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,42 @@
+apt (2.9.14) unstable; urgency=medium
+
+ [ Julian Andres Klode ]
+ * test: Do not fail if valgrind is not available
+ * test: Handle gpgv-sq differeces and test with it
+ * apt-key: Prefer gpgv-sq if installed
+
+ [ Frans Spiesschaert ]
+ * Dutch program translation update (Closes: #1087458)
+ * Dutch manpages translation update (Closes: #1087461)
+
+ [ Алексей Шилин ]
+ * Russian program translation update (Closes: #1087804)
+
+ [ Luca Vercelli ]
+ * Italian program translation update (Closes: #1081992)
+
+ [ David Kalnischkies ]
+ * Fixes for several compile-time warnings:
+ - Acknowledge non-erase usage of remove_if for volatile sources
+ - Fix expired std::string usage in APT::StringView testcase
+ - Add a virtual destructor to private CacheSet Matcher
+ - Avoid unnormalized paths for CMake install destinations
+ - Tag hidden acquire classes as final for devirtualization
+ * Support uncompressed indexes from partial file:/ mirrors, and
+ other fixes for the acquire system:
+ - Show hashes calculated by main thread in error messages
+ - Alternatively calculate alternative file hashes in file method
+ - Rewrite hidden config option checker for more patterns
+ - Allow AutoDetectProxy to work with more than just http(s)
+ - Do not assume mirror-URIs end in a filename causing a hang
+ - Do not change UsedMirror on local copy of InRelease
+ - Clear previous ignored errors before processing acquire item again
+ - Never consider file/copy/cdrom sources bad sites due to errors
+ - Allow HashSum mismatches to fallback to other mirrors
+ - Look at non by-hash paths in copy and file methods
+
+ -- Julian Andres Klode <jak@debian.org> Fri, 22 Nov 2024 17:13:23 +0100
+
apt (2.9.13) unstable; urgency=medium
* Add a --comment option to record Comment: in history
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index ee412dca5..ff38a78c5 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.9.13">
+<!ENTITY apt-product-version "2.9.14">
<!-- (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 6628b5c4d..168b556aa 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.9.13\n"
+"Project-Id-Version: apt-doc 2.9.14\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-11-20 15:03+0000\n"
+"POT-Creation-Date: 2024-11-22 16:16+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 a8bc521d4..8d3edefb6 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 2.9.13\n"
+"Project-Id-Version: apt 2.9.14\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-11-20 15:03+0000\n"
+"POT-Creation-Date: 2024-11-22 16:16+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"