diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-27 17:55:19 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-27 17:55:44 +0200 |
commit | bf33c3bd991be704494a060730f8370fd9cad52c (patch) | |
tree | e8111a8d178fa216fd1b3849955d78c9e1717e3c /debian/changelog | |
parent | 15d9f7e76020775fc87f2b2546ba7570c58e8111 (diff) |
Release 1.11~exp111.1.exp11
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 87fcaec8c..1765184b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +apt (1.1~exp11) experimental; urgency=medium + + [ Julian Andres Klode ] + * pkgcachegen: Account for remapping when parsing depends from NewPackage. + Thanks to Jakub Wilk for the bug report and the backtraces (Closes: #796999) + * debian/rules: Only do parallel build if specified in DEB_BUILD_OPTIONS. + Thanks to Jakub Wilk for the suggestion + * cacheset: Prefer the depcache over the policy again + * install: Set a local deb as the candidate for that package + * Always close compressed files in FileFd + * Use compressor support from FileFd for ExtractTar instead of programs + * Do not parse Status fields from remote sources + + [ David Kalnischkies ] + * just-in-time removal of broken essential packages (Closes: 796070) + * correct 'apt update' download summary line + * ignore AllowMem parameter in cache generation (Closes: 796459) + * add a libapt-pkg recommends apt + * fix various typos reported by codespell + * use always priv-dropping for changelog download as root + * allow explicit dis/enable of IndexTargets in sources options + + [ Anders Jonsson ] + * Swedish program translation update (Closes: 796059) + + -- Julian Andres Klode <jak@debian.org> Thu, 27 Aug 2015 17:55:12 +0200 + apt (1.1~exp10) experimental; urgency=medium [ Michael Vogt ] |