X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b13af988f4ad021695c1f1585dce72fdc8e5a336..418af5d2e7095f597d4d52e33d9504c82f865b41:/debian/changelog diff --git a/debian/changelog b/debian/changelog index f180f22ab..031cad53a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,17 @@ apt (0.5.9) unstable; urgency=low * Mention default setting for --all-versions (Closes: #203298) * Patch from Otavio Salvador to exit successfully after --version (Closes: #203418) + * Patch from Otavio Salvador to switch from dh_installmanpages to + dh_installman. Fixes the problem where the pt_BR man page was + installed in the wrong location (Closes: #194558) + * Write records from "apt-cache show" using fwrite(3) rather than + write(2), in case for some reason the entire record doesn't get + written by a single write(2) + * Add new French man pages to doc/fr/.cvsignore + * Add freebsd to buildlib/ostable (Closes: #193430) + * Avoid segfault if a package name is specified which consists + entirely of characters which look like end tags ('+', '-') + (Closes: #200425) --