diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-04 16:58:34 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-04 16:58:34 +0200 |
| commit | bbaa2f9da7a2df23dcb45a5c59bbd5ef9d65c392 (patch) | |
| tree | d4f59944de41d97ae508ed847858f13018c65788 /debian | |
| parent | 05ac4479d4a37ca55e892c588bcb217fa21ba20a (diff) | |
| parent | 722f0d8b1a276f2f069fc090db2365ae2659fac9 (diff) | |
| download | python-apt-bbaa2f9da7a2df23dcb45a5c59bbd5ef9d65c392.tar.gz | |
* fix incorrect PyMem_DEL() code
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a0197cb4..a9fb92e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-apt (0.6.19ubuntu7) edgy; urgency=low + + * python/generic.h: + - fix incorrect use of PyMem_DEL(), use PyObject_DEL() + instead. This fixes a nasty segfault with python2.5 + (lp: 63226) + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 4 Oct 2006 16:45:53 +0200 + python-apt (0.6.19ubuntu6) edgy; urgency=low * python/progress.cc: |
