diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-22 18:59:14 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-22 20:13:32 +0100 |
commit | b18dd45f2c71fbdf5c0eef113e9e8e01f84b70a7 (patch) | |
tree | a02531ecc9d3979902994819dc0cbb7ea04af587 /debian | |
parent | 5003325cb5ac9e95785fae32448bab4787b4d243 (diff) |
releasing package apt version 0.9.14.3~exp4
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b140cd7cd..0d3c97485 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +apt (0.9.14.3~exp4) experimental; urgency=medium + + * implement deb822 suggestions by Anthony Towns and Julian Andres Klode: + - add Description tag for deb822 sources + - add support for Enabled: no in deb822 sources.list + - add support for multiple URIs in deb822 style sources.list + - add support for multipl types in one line + * add integration test for apt search and apt show + * do not ignore ioctl(TIOCSCTTY) errors + + -- Michael Vogt <mvo@debian.org> Wed, 22 Jan 2014 18:59:07 +0100 + apt (0.9.14.3~exp3) experimental; urgency=low * implement deb822 suggestions by donkult (thanks!): |