summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2013-10-21 20:20:22 +0200
committerJulian Andres Klode <jak@debian.org>2013-10-21 20:20:33 +0200
commit8a67219266605b39a522aee08bf7cd3b0b6c3a8c (patch)
treefe6fcb3ca511d9573e9c2e4320af72c7e1d70734 /debian/changelog
parentabc9feb18b268cbc4ddb79aabb30ce352e31b44a (diff)
downloadpython-apt-8a67219266605b39a522aee08bf7cd3b0b6c3a8c.tar.gz
aptsources: Correctly parse multiple options (LP: #1103200)
It's still not optimal and we do not support the arch+ and arch- options, but it's a beginning.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f1e40039..51f2b8b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ python-apt (0.9.0) UNRELEASED; urgency=low
* Accept bytes object for file names (Closes: #680971)
* aptsources/sourceslist.py
- Document correct use of uniq and hide it using __all__ (Closes: #723815)
+ - Correctly parse multiple options (LP: #1103200)
* python/apt_pkgmodule.cc:
- Fix documentation of version_compare (Closes: #680891)
* python/cache.cc: