diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-11-06 10:09:25 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-11-06 10:09:25 +0100 |
commit | 6628009d8d4458b8ed1c1ba42ee641549c948844 (patch) | |
tree | e35123672992ea5d39df744d79c5bc7739100d16 /debian | |
parent | 5b1e4e8606858e0ef85fda5092b85091ebc1d5ee (diff) |
releasing package apt version 1.1~exp8
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a196ed5e7..246c0be40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +apt (1.1~exp8) experimental; urgency=medium + + [ Michael Vogt ] + * merge unstable upload version 1.0.9.3 + * Ensure /etc/apt/auth.conf has _apt:root owner + * Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytes + * Only support Translation-* that are listed in the {In,}Release file + * Call "Dequeue()" for items in AbortTransaction() to fix race + * prepare ABI for feature/socketpair + * Bump ABI to 4.15 + + [ David Kalnischkies ] + * reenable support for -s (and co) in apt-get source (Closes: 742578) + * run acquire transactions only once + * aborted reverify restores file owner and permission + * test if TMPDIR is accessible before using (Closes: 765951) + * chown finished partial files earlier + * promote filesize to a hashstring + + -- Michael Vogt <mvo@debian.org> Thu, 06 Nov 2014 10:01:21 +0100 + apt (1.1~exp7) experimental; urgency=medium [ David Kalnischkies ] |