diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-13 19:31:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-13 19:31:40 +0000 |
commit | 4cf63bd58aa4ddc485cae558d812695943dcf203 (patch) | |
tree | 97854d1017416da9587fd9314f1fd92797177f05 /debian | |
parent | Merging upstream version 2.9.5. (diff) | |
download | apt-4cf63bd58aa4ddc485cae558d812695943dcf203.tar.xz apt-4cf63bd58aa4ddc485cae558d812695943dcf203.zip |
Adding debian version 2.9.5.debian/2.9.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c58a96d..35b62bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +apt (2.9.5) unstable; urgency=medium + + [ Julian Andres Klode ] + * CI: Set /bin/sh shell for travis user, so flock -c works + * Fix test cases for non-amd64 architectures + * edsp: Parse source version from the Source-Version field + * Check gpgv --dump-options for --assert-pubkey-algo support. + Thanks to Justus Winter for the idea + * Make the failure mode for non-executable tests stronger + * solver3: Do not dump sizes that are clearly pointers + * solver3: Group work items + * solver3: Remove no longer necessary comparisons + * solver3: Order obsolete choices last + + [ Noah Meyerhans ] + * Fix spelling of @SNAPSHOTID@ in apt.conf.5.xml (Closes: #1072189) + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: #1072493) + * Dutch manpages translation update (Closes: #1072494) + + -- Julian Andres Klode <jak@debian.org> Thu, 13 Jun 2024 21:04:40 +0200 + apt (2.9.4) unstable; urgency=medium [ David Kalnischkies ] |