summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-04-23 12:53:48 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-04-23 12:53:48 +0200
commit4e86942abf369e5bce6c3612d0e8f2aa5a9f2821 (patch)
tree857ceb635f174ac61e35913b78e131cb5804dd4b /debian
parentc5d8878d1ffe7484e049f52189a07f3847e4fda9 (diff)
fix problematic use of tolower() when calculating the version
hash by using locale independant tolower_ascii() function. Thanks to M. Vefa Bicakci (LP: #80248)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 75a3e2c0a..45804bc63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,10 @@ apt (0.7.21) UNRELEASED; urgency=low
- add Acquire::https::AllowRedirect support
* methods/gpgv.cc:
- properly check for expired and revoked keys (closes: #433091)
+ * fix problematic use of tolower() when calculating the version
+ hash by using locale independant tolower_ascii() function.
+ Thanks to M. Vefa Bicakci (LP: #80248)
+
[ Dereck Wonnacott ]
* apt-ftparchive might write corrupt Release files (LP: #46439)