comparison ChangeLog @ 31780:db4e78a1f46b

Update ChangeLog for EFF credit, completeness
author Ethan Blanton <elb@pidgin.im>
date Sun, 17 Jul 2011 21:57:50 +0000
parents aeff9586f987
children ac43f26c7f61
comparison
equal deleted inserted replaced
31779:514092c20438 31780:db4e78a1f46b
6 (Quentin Brandon)(#5231) 6 (Quentin Brandon)(#5231)
7 * Added a plugin information dialog to show information for plugins 7 * Added a plugin information dialog to show information for plugins
8 that aren't otherwise visible in the plugins dialog. 8 that aren't otherwise visible in the plugins dialog.
9 9
10 Libpurple: 10 Libpurple:
11 * Fix a large number of strcpy() invocations to use strlcpy(), 11 * Fix a large number of strcpy() and strcat() invocations to use
12 forestalling an entire class of string buffer overrun bugs. 12 strlcpy() and strlcat(), etc., forestalling an entire class of
13 (The Electronic Frontier Foundation) 13 string buffer overrun bugs.
14 (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer,
15 Jacob Appelbaum)
14 16
15 Gadu-Gadu: 17 Gadu-Gadu:
16 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) 18 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
17 (#5242) 19 (#5242)
18 * Better status message handling. (Tomasz Wasilczyk) (#14314) 20 * Better status message handling. (Tomasz Wasilczyk) (#14314)