diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2023-11-22 16:46:03 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2023-11-22 16:46:03 +0100 |
commit | 4e344a4c1d2862b7cdb900a20222bc22ac5edcf7 (patch) | |
tree | dd6fcf59be690871593d7b577a262f76fffaaedf /debian | |
parent | b0e336787be8a73280cf4cf037295c6347bcbd83 (diff) |
Release 2.7.7
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7c85d0cc5..ce671cc17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 ] |