diff options
author | Michael Vogt <mvo@debian.org> | 2015-08-21 11:42:50 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2015-08-24 06:41:03 -0400 |
commit | 864fe99c3628585ba2081650e441ab15e4ee7bae (patch) | |
tree | e470b68e9ec52fbeb79794d9096f7ad84d12de44 /debian/changelog | |
parent | c8ec5ab764e90565b58ba5f55f4d9d6939b44c69 (diff) |
releasing package apt version 1.1~exp10
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4c1ff24ab..046131304 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +apt (1.1~exp10) experimental; urgency=medium + + [ Michael Vogt ] + * add support for SRV record lookup before connect + * Provide "apt-get full-upgrade" to match "apt full-upgrade" + * Add support for "apt-cache showsrc --only-source srcpkgname" + Thanks to Steve Slangasek for the suggestion (Closes: 695633) + + [ Julian Andres Klode ] + * Support tabs in sources.list files (Closes: #796067) + * Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicit + * postinst: Correctly pass --home instead of -home, and fixup old user. + Thanks to Niels Thykier for reporting this on IRC + + -- Michael Vogt <mvo@debian.org> Mon, 24 Aug 2015 10:12:15 +0200 + apt (1.1~exp9) experimental; urgency=medium [ Michael Vogt ] |