diff options
| author | egon <egon@debian-vm> | 2008-07-04 20:32:07 +0200 |
|---|---|---|
| committer | egon <egon@debian-vm> | 2008-07-04 20:32:07 +0200 |
| commit | dad1fa9e646f048542c4a602be5e4bc1366c5b2a (patch) | |
| tree | 28a79d3cbd61bc661a2fd2ebacbb0a04b812f741 /debian | |
| parent | df08cc2180c01039428effeead8a004552d5dd36 (diff) | |
| parent | 844d8f7494027c9dc205d528cafcc4fb2a64f61b (diff) | |
| download | python-apt-dad1fa9e646f048542c4a602be5e4bc1366c5b2a.tar.gz | |
merged from the mvo branch
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6fa68d7e..e15a9a96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +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 + * tests/test_hashsums.py: + - add tests for the hashsum code + + -- Michael Vogt <mvo@debian.org> Fri, 04 Jul 2008 19:53:28 +0200 + python-apt (0.7.6) unstable; urgency=low * apt/cache.py: |
