diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 749ee478b..ae555f15f 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,15 @@ +apt (2.9.11) unstable; urgency=medium + + The ftp, rsh, ssh methods have been removed. They have been unsupported + and disabled since 1.8. Please migrate to http(s) instead, or contribute + an sftp method. + + If you need ad-hoc access to a remote repository, you can usually run + `python3 -m http.server` on that machine and use SSH port forwarding to + run http over ssh. + + -- Julian Andres Klode <jak@debian.org> Thu, 07 Nov 2024 14:02:07 +0100 + apt (2.5.2) unstable; urgency=medium Installing or upgrading a binary package now upgrades other binaries from |
