Mercurial > pidgin
comparison ChangeLog @ 28294:578b4048a501
More tightly scope a variable and avoid trying to free an unset variable.
Patch from Brian Lu. Closes #10242.
committer: Paul Aurich <paul@darkrain42.org>
author | brian.lu@sun.com |
---|---|
date | Fri, 25 Sep 2009 03:39:35 +0000 |
parents | c42d5c23a9e8 |
children | 7eaf2561b6dd 057372f5c319 |
comparison
equal
deleted
inserted
replaced
28293:c42d5c23a9e8 | 28294:578b4048a501 |
---|---|
8 * Fix a crash when adding a buddy without an '@'. | 8 * Fix a crash when adding a buddy without an '@'. |
9 | 9 |
10 General: | 10 General: |
11 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') | 11 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') |
12 to announce the list of loaded plugins (in both Finch and Pidgin). | 12 to announce the list of loaded plugins (in both Finch and Pidgin). |
13 * Fix a crash when performing DNS queries on Unixes that use the | |
14 blocking DNS lookups. (Brian Lu) | |
13 | 15 |
14 version 2.6.2 (09/05/2009): | 16 version 2.6.2 (09/05/2009): |
15 libpurple: | 17 libpurple: |
16 * Fix --disable-avahi to actually disable it in configure, as opposed | 18 * Fix --disable-avahi to actually disable it in configure, as opposed |
17 to just making the warning non-fatal. | 19 to just making the warning non-fatal. |