diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-31 22:14:52 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-31 22:14:52 +0200 |
| commit | 01ae32fec88cc63623874752f79b052fbb2cf028 (patch) | |
| tree | 691ce7320e5fb9d9eb268423bd90b46f3a7e4749 /debian | |
| parent | 82dc1170b0b29f7bb264d046d1c9253f4d97fb10 (diff) | |
| parent | 0051fdbeff5e08248900cf0b8858178a3dceba7b (diff) | |
| download | python-apt-01ae32fec88cc63623874752f79b052fbb2cf028.tar.gz | |
merged from http://bzr.debian.org/apt/python-apt/debian-sid/
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0013daf1..af93a755 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +python-apt (0.7.94.2ubuntu5) UNRELEASED; urgency=low + + [ Julian Andres Klode ] + * apt/package.py: + - Decode using utf-8 in installed_files (LP: #407953). + - Fix fetch_source() to work when source name = binary name (LP: #552400). + * python/cache.cc: + - Check that 2nd argument to Cache.update() really is a SourceList object. + * python/generic.cc: + - Map ArchiveURI property to archive_uri + * utils/migrate-0.8.py: + - Open files in universal newline support and pass filename to ast.parse. + - Add has_key to the list of deprecated functions. + - Don't abort if parsing failed. + - do not require files to end in .py if they are passed on the command + line or if they contain python somewhere in the shebang line. + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 31 Mar 2010 22:11:38 +0200 + python-apt (0.7.94.2ubuntu4) lucid; urgency=low * If PYTHON_APT_DEPRECATION_WARNINGS is unset, also disable the |
