diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-04 19:53:47 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-04 19:53:47 +0200 |
| commit | ccf689a426760a69b77394abbcddf7897cbd6488 (patch) | |
| tree | 2756e67e713b1463a66ca1b7b8c1e0f966ac0e23 /debian | |
| parent | 65871e1fea624ad7c78001cf0e0c3e8bc7352283 (diff) | |
| download | python-apt-ccf689a426760a69b77394abbcddf7897cbd6488.tar.gz | |
* python/apt_pkgmodule.cc:
- fix bug in hashsum calculation when the original string
contains \0 charackters (thanks to Celso Providelo and
Ryan Hass for the test-case) LP: #243630
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 6fa68d7e..8d54596a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-apt (0.7.7) unstable; urgency=low + + * python/apt_pkgmodule.cc: + - fix bug in hashsum calculation when the original string + contains \0 charackters (thanks to Celso Providelo and + Ryan Hass for the test-case) LP: #243630 + + -- Michael Vogt <mvo@debian.org> Fri, 04 Jul 2008 19:53:28 +0200 + python-apt (0.7.6) unstable; urgency=low * apt/cache.py: |
