comparison ChangeLog @ 31054:27cc079535d2

ChangeLog that last commit.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 17 Oct 2010 03:57:48 +0000
parents bc0bccdbc28f
children 14a218feffe5
comparison
equal deleted inserted replaced
31053:943fce8ef142 31054:27cc079535d2
5 * Fix search path for Tk when compiling on Debian Squeeze. (#12465) 5 * Fix search path for Tk when compiling on Debian Squeeze. (#12465)
6 * purple-remote now expects and produces UTF-8. (Guillaume Brunerie) 6 * purple-remote now expects and produces UTF-8. (Guillaume Brunerie)
7 (#12049) 7 (#12049)
8 * Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs 8 * Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs
9 (#12667, #12668, and #12594) 9 (#12667, #12668, and #12594)
10 * Fix CVE-2010-3711 by properly validating return values from the
11 purple_base64_decode() function before using them.
12 * Fix two local crash bugs by properly validating return values from the
13 purple_base16_decode() function before using them.
10 14
11 libpurple: 15 libpurple:
12 * Fall back to an ordinary request if a UI does not support showing a 16 * Fall back to an ordinary request if a UI does not support showing a
13 request with an icon. Fixes receiving MSN file transfer requests 17 request with an icon. Fixes receiving MSN file transfer requests
14 including a thumbnail in Finch. (#12561) 18 including a thumbnail in Finch. (#12561)