diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-10-15 07:48:08 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-15 07:48:08 +0200 |
commit | 79e85ea6054c9f34572f06598f73782466b164a8 (patch) | |
tree | 2f3ddc58654b58d62ba05ccdf706abfe889d7c1c /debian | |
parent | 9c81f8de38df940559d13a3ea9591d63cbe970bb (diff) |
releasing package apt version 1.1~exp6
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c268f9bb9..9d13e9da0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +apt (1.1~exp6) experimental; urgency=medium + + [ josch ] + * implement the updated build profile spec + + [ Michael Vogt ] + * methods/rsh.cc: replace strcat with std::string (Closes: #76442) + * Add new configallowinsecurerepositories to the test framework + + [ Guillem Jover ] + * Update Status field values handling + + [ David Kalnischkies ] + * don't drop privileges if _apt has not enough rights + * check for available space, excluding root reserved blocks + + -- Michael Vogt <mvo@debian.org> Wed, 15 Oct 2014 07:47:36 +0200 + apt (1.1~exp5) experimental; urgency=medium [ Michael Vogt ] |