diff options
| author | Julian Andres Klode <jak@debian.org> | 2012-06-15 23:16:30 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2012-06-15 23:16:30 +0200 |
| commit | fd7d70ceeec91861e9ded9a7f01df0a978dcbaa5 (patch) | |
| tree | ca27c49823f267d7e0cc06ccf5450d39b8b257b8 /debian | |
| parent | 8210f0ea8ca7ffb5da909a6bb3e18fbd669fb264 (diff) | |
| download | python-apt-fd7d70ceeec91861e9ded9a7f01df0a978dcbaa5.tar.gz | |
Merge patch from Colin Watson to handle non-UTF8 tag files in
Python 3, by using bytes instead of str when requested; and
document this in the RST documentation (Closes: #656288)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f04326eb..60a573f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,11 @@ python-apt (0.8.5) UNRELEASED; urgency=low * po/sl.po: Slovenian translation updated by Matej Urbančič * po/tl.po: Tagalog translation updated by Ariel S. Betan + [ Julian Andres Klode ] + * Merge patch from Colin Watson to handle non-UTF8 tag files in + Python 3, by using bytes instead of str when requested; and + document this in the RST documentation (Closes: #656288) + -- Michael Vogt <mvo@debian.org> Tue, 17 Apr 2012 14:09:24 +0200 python-apt (0.8.4) unstable; urgency=low |
