Skip to content

Commit

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

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

[ sid ]
* Fix incorrect time unit comment for PulseInterval

[ Patrice Duroux ]
* Update fr.po (add a missing dot)

[ Julian Andres Klode ]
* Stop calculating Description-md5 if missing
* Revert "Do not fail on systems running in FIPSmode."
* s/AlreadDownloaded/AlreadyDownloaded/ in doc/progress-reporting.md.
Thanks to jwilk for suggestion
* Bump Priority to required to match Debian archive.
This unbreaks mmdebstrap scenarios if you mirror Debian or use
a distro where apt did not get overridden to required.
Reported-By: josch on IRC, following discovery by helmut
* Restore ?garbage by calling MarkAndSweep before parsing (LP: #1995790)
* Fix the test suite by adding new "m" flags to debug output

[ Frans Spiesschaert ]
* Dutch program translation update (Closes: #1055178)

[ David Kalnischkies ]
* Raise cmake_minimum_required to 3.13 to avoid warnings
* Use different variable name in GTest source path detection

-- Julian Andres Klode <jak@debian.org> Wed, 22 Nov 2023 16:43:47 +0100

apt (2.7.6) unstable; urgency=medium

[ Américo Monteiro ]
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.7.6">
<!ENTITY apt-product-version "2.7.7">

<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "bullseye">
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.7.6\n"
"Project-Id-Version: apt-doc 2.7.7\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2023-09-20 08:27+0000\n"
"POT-Creation-Date: 2023-11-22 15:45+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"
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.7.6\n"
"Project-Id-Version: apt 2.7.7\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2023-09-20 08:27+0000\n"
"POT-Creation-Date: 2023-11-22 15:45+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"
Expand Down

0 comments on commit 4e344a4

Please sign in to comment.