diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-10-21 12:20:57 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-10-21 12:21:53 +0200 |
commit | f4c4f057665adf5d26b6d83be30362fcd837db22 (patch) | |
tree | d9ed45d74c233dbb3b70b6895a307f0d85e4233c /debian | |
parent | 307912e8d74d9684875a791b0550c10afc14b0b0 (diff) |
Release 2.3.112.3.11
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 40bc69d72..d23111072 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +apt (2.3.11) unstable; urgency=medium + + [ David Kalnischkies ] + * Allow version selection to match versioned self-provides + * Allow =version and /release selector on virtual packages + + [ Johannes Schauer Marin Rodrigues ] + * apt-pkg/deb/dpkgpm.cc: make DPkg::Chroot-Directory work under fakechroot + + [ Julian Andres Klode ] + * Respect NO_COLOR environment variable + * Invalidate cached architecture list when building cache. + Fixes a regression in python-apt where switching the architectures + in the config between cache invocations regressed. + + -- Julian Andres Klode <jak@debian.org> Thu, 21 Oct 2021 12:20:24 +0200 + apt (2.3.10) unstable; urgency=medium [ Julian Andres Klode ] |