diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-01-24 17:56:30 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-01-24 17:56:30 +0100 |
| commit | 3836c5cfae107ea242c22d8dfbc42322cbe08186 (patch) | |
| tree | fbc85ce51c4c34af28155952cac4377d65e7e274 /debian/changelog | |
| parent | 1e2f8799f0b6fb2da2770150749b4dd6a208e494 (diff) | |
| download | python-apt-3836c5cfae107ea242c22d8dfbc42322cbe08186.tar.gz | |
* python/tarfile.cc:
- When extracting, only allocate a new buffer if the old one was too small.
- Do not segfault if TarFile.go() is called without a member name.
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 87202817..f766ef24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ python-apt (0.7.93.1) UNRELEASED; urgency=low - Fix some threading issues (add some missing PyCbObj_BEGIN_ALLOW_THREADS) * python/acquire-item.cc: - Support items without an owner set. + * python/tarfile.cc: + - When extracting, only allocate a new buffer if the old one was too small. + - Do not segfault if TarFile.go() is called without a member name. -- Julian Andres Klode <jak@debian.org> Sat, 23 Jan 2010 15:35:55 +0100 |
