diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-21 20:20:22 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-21 20:20:33 +0200 |
| commit | 8a67219266605b39a522aee08bf7cd3b0b6c3a8c (patch) | |
| tree | fe6fcb3ca511d9573e9c2e4320af72c7e1d70734 /debian/changelog | |
| parent | abc9feb18b268cbc4ddb79aabb30ce352e31b44a (diff) | |
| download | python-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/changelog | 1 |
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: |
