X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/8a9cd8995f4a5392de9843ff65795c5345d2573a..41ca14b3108dbb7b01d1adceee857b52bc955bd5:/debian/changelog diff --git a/debian/changelog b/debian/changelog index b104e9666..772b8e2e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,13 @@ apt (0.6.44) unstable; urgency=low - i18n fixes (closes: #349298) * debian/postinst: dont fail on not available /usr/share/doc/apt/examples/sources.list (closes: #361130) + * methods/ftp.cc: + - unlink empty file in partial if the download failed because + the file is missing on the server (closes: #316337) + * apt-pkg/deb/debversion.cc: + - treats a version string with explicit zero epoch equal + than the same without epoch (Policy 5.6.12, closes: #363358) + Thanks to Lionel Elie Mamane for the patch --