Skip to content

Commit

Permalink
Release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-klode committed May 12, 2021
1 parent 2129ffe commit 1be9dc6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3")
set(PACKAGE_VERSION "2.3.4")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})

if (NOT DEFINED DPKG_DATADIR)
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
apt (2.3.4) experimental; urgency=medium

[ Khem Raj ]
* srvrec: Keep support for older resolver

[ Julian Andres Klode ]
* Turn TLS handshake issues into transient errors (LP: #1928100)

-- Julian Andres Klode <jak@debian.org> Wed, 12 May 2021 18:04:33 +0200

apt (2.3.3) experimental; urgency=medium

[ David Kalnischkies ]
Expand Down
2 changes: 1 addition & 1 deletion doc/apt-verbatim.ent
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
">

<!-- this will be updated by 'prepare-release' -->
<!ENTITY apt-product-version "2.3.3">
<!ENTITY apt-product-version "2.3.4">

<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "buster">
Expand Down
4 changes: 2 additions & 2 deletions doc/po/apt-doc.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apt-doc 2.3.3\n"
"Project-Id-Version: apt-doc 2.3.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2021-04-29 08:44+0000\n"
"POT-Creation-Date: 2021-05-12 18:05+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"
Expand Down
4 changes: 2 additions & 2 deletions po/apt-all.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apt 2.3.3\n"
"Project-Id-Version: apt 2.3.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2021-04-29 08:44+0000\n"
"POT-Creation-Date: 2021-05-12 18:05+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"
Expand Down

0 comments on commit 1be9dc6

Please sign in to comment.