diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-02 12:23:49 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-02 12:23:49 +0200 |
| commit | c476ea188eb4a9a8ae71b00cee5e65693ddc3e5a (patch) | |
| tree | 061457710e0853dba9ea76e989cb3d19da84203e /debian | |
| parent | 8d1fae9e2bb03225c81ac1f0719408618d86eb52 (diff) | |
| parent | 30edc340fa8c802379958cd0271bb34993b005ad (diff) | |
| download | python-apt-c476ea188eb4a9a8ae71b00cee5e65693ddc3e5a.tar.gz | |
merged from lp:~jamesodhunt/python-apt/test-for-size_to_str and tweaked a bit
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 894502e2..4c784220 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ python-apt (0.8.8) UNRELEASED; urgency=low - Only support long (v4) keyids when downloading keys and check the keys fingerprint before importing. This avoids man-in-the-middle attacks (LP: #1016643) + * consolidate tests/test_lp1030278.py into the new + tests/test_size_to_str.py [ Barry Warsaw ] * python/string.cc, tests/test_lp1030278.py: Fix StrSizeToStr() so that @@ -25,6 +27,8 @@ python-apt (0.8.8) UNRELEASED; urgency=low [ James Hunt ] * python/cache.cc: PkgCacheGetIsMultiArch(): Return calculated value rather than a random one. + * lp:~jamesodhunt/python-apt/test-for-size_to_str: + - add test for size_to_str() to help with finding LP: #1030278 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 01 Oct 2012 13:30:53 +0200 |
