diff options
author | Julian Andres Klode <jak@debian.org> | 2022-02-01 18:05:33 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2022-02-01 18:06:49 +0100 |
commit | c78f297cd0b63d8d9fd4efa71a992c214517f597 (patch) | |
tree | cdd3675b14b4f47cb8b4553a0a864218544ff462 /debian | |
parent | d4a37f071330a6cb6d2ec56ef60ad68ae580f323 (diff) |
Release 2.3.152.3.15
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 f4525287c..3de4149a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +apt (2.3.15) unstable; urgency=medium + + [ Arnaud Rebillout ] + * Fix incorrect type when parsing Size (int to unsigned long long) + (Closes: #1004064) + + [ Julian Andres Klode ] + * Add a --full mode to apt show + + [ Ville Skyttä ] + * Fix "was already not hold" message grammar + + [ Jörn-Thorben Hinz ] + * Also bash-complete .deb filenames after `apt install` for paths starting with ~ + * Bash-complete either package name or .deb filename for `apt install` + * Start bash-completing .deb file paths after the first . passed in an argument to `apt install` + * Provide bash-completion of .dsc filenames for `apt build-dep` + (Closes: #985899) + * Don’t fail bash-completion for `apt` when the nounset option is set + * bash-completion: Don’t misidentify short options as commands to `apt` + + -- Julian Andres Klode <jak@debian.org> Tue, 01 Feb 2022 18:04:58 +0100 + apt (2.3.14) unstable; urgency=medium [ Helge Kreutzmann ] |