diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-10-06 21:47:32 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-10-25 17:27:48 +0200 |
| commit | 4b22a1e36787923fcf303c481f64d580607e670b (patch) | |
| tree | ffa99de22e65c0a85a04cc06cf37d0c1354e99fb /debian | |
| parent | 2e1243e3f582b1a68ac3fb313364a93128a3f918 (diff) | |
Record varying defaults based on cli-version, rather than binary
The --cli-version argument can be used to request a specific
CLI version. The default CLI version is the APT version for apt(8)
and 0 for the other apt-get tools.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 812e95e25..7ac58d84a 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,20 @@ +apt (3.1.10) unstable; urgency=medium + + The new --cli-version optionr equests a specific CLI version. + + The default --cli-version is the current APT version for the apt(8) command + or 0.(10 * major + minor) for the other command. + + If --cli-version is specified, the output of the apt(8) command may be + recorded. This allows for replacing legacy commands like apt-get(8) in + scripts. + + The legacy commands may roll-over to the 2.X series in the future. + For further information on this mechanism, consult the apt(8) manual + page. + + -- Julian Andres Klode <jak@debian.org> Sat, 25 Oct 2025 17:27:38 +0200 + apt (2.9.24) unstable; urgency=medium /etc/apt/trusted.gpg is no longer trusted. Setting the Dir::Etc::trusted |
