diff options
author | Michael Vogt <mvo@debian.org> | 2014-02-13 09:52:03 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-13 10:27:28 +0100 |
commit | 72bae92a6c0deb638b0daf844ccb06273b1723c6 (patch) | |
tree | 749e1e2529f79ec5aa96ae7b23008478da5886b5 /debian | |
parent | 362b152c38195a3d51406285011fc34238158bda (diff) |
releasing package apt version 0.9.15.2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 40085985f..22624bcaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +apt (0.9.15.2) unstable; urgency=medium + + [ Michael Vogt ] + * move isatty() check into InitOutput() + * Use a APT::VersionSet instead of a VersionList + (closes: #738103) + + [ David Kalnischkies ] + * simplify code to make compilers happy + * update libapt-pkg.symbols file + * bump Standards-Version to 3.9.5 (no changes needed) + * do not use an empty APT_CONFIG environment variable + * always cleanup patchfiles at the end of rred call + * use VersionSet in download to handle repeats (Closes: 738103) + * use utimes instead of utimensat/futimens (Closes: 738567) + + [ John Ogness ] + * apt-cdrom should succeed if any drive succeeds (Closes: 728153) + + [ Trần Ngọc Quân ] + * l10n: vi.po (621t): Update and review + + -- Michael Vogt <mvo@debian.org> Thu, 13 Feb 2014 09:50:04 +0100 + apt (0.9.15.1) unstable; urgency=medium [ David Kalnischkies ] |