diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-12-27 09:53:26 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-12-27 09:58:19 +0100 |
commit | 4215b6b2ce64f7bd0988c63c8d7d3e34833ec813 (patch) | |
tree | 8142884c78904369eb01ea539c58b3fca94310dd | |
parent | 46c8c73ae19b42928043a254688b2985320f5ceb (diff) |
Release 2.1.152.1.15
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 17 | ||||
-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, 23 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4810c4529..dfabe182a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,7 +205,7 @@ check_cxx_target(HAVE_FMV_SSE42_AND_CRC32DI "sse4.2" "__builtin_ia32_crc32di(0,i # 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.1.14") +set(PACKAGE_VERSION "2.1.15") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 370cca7d5..5e341d674 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +apt (2.1.15) unstable; urgency=medium + + [ Julian Andres Klode ] + * Unroll pkgCache::sHash 8 time, break up dependency + * Do not require libxxhash-dev for including pkgcachegen.h (Closes: #978171) + + [ David Kalnischkies ] + * Proper URI encoding for config requests to our test webserver + * Keep URIs encoded in the acquire system + * Implement encoded URI handling in all methods + * Don't re-encode encoded URIs in pkgAcqFile + + [ Helge Kreutzmann ] + * German program translation update (Closes: #977938) + + -- Julian Andres Klode <jak@debian.org> Sun, 27 Dec 2020 09:53:07 +0100 + apt (2.1.14) unstable; urgency=medium * test: fixup for hash table size increase (changed output order) diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 736baebf1..a71dc7e55 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.1.14"> +<!ENTITY apt-product-version "2.1.15"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "stretch"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index bf98366e2..987abecd8 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.1.14\n" +"Project-Id-Version: apt-doc 2.1.15\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-12-15 14:07+0100\n" +"POT-Creation-Date: 2020-12-27 09:54+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 4e1a68bfb..f42689e31 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.1.14\n" +"Project-Id-Version: apt 2.1.15\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-12-15 14:07+0100\n" +"POT-Creation-Date: 2020-12-27 09:54+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" |