comparison ChangeLog @ 30721:77b2d015bbf5

propagate from branch 'im.pidgin.pidgin' (head 3675047f72f66174d95018d40a0100ea0bc87f8c) to branch 'im.pidgin.cpw.qulogic.msnp16' (head 34c0e1eaebc87fff2e8bdb3d04e3a0b8867837d6)
author masca@cpw.pidgin.im
date Sun, 04 Apr 2010 19:18:26 +0000
parents 4839a889f705
children ba65c87144fa
comparison
equal deleted inserted replaced
30720:7a0ae0a9d716 30721:77b2d015bbf5
4 General: 4 General:
5 * Changed GTK+ minimum version requirement to 2.10.0. 5 * Changed GTK+ minimum version requirement to 2.10.0.
6 * Changed GLib minimum version requirement to 2.12.0. 6 * Changed GLib minimum version requirement to 2.12.0.
7 * Using the --disable-nls argument to configre now works properly. You 7 * Using the --disable-nls argument to configre now works properly. You
8 will no longer be forced to have intltool to configure and build. 8 will no longer be forced to have intltool to configure and build.
9 * Fix two related crashes in the GnuTLS and NSS plugins when they
10 suffer internal errors immediately upon attempting to establish
11 an SSL connection.
12 * Fix NSS to work when reinitialized after being used. (Thanks to
13 Ludovico Cavedon for the testcase)
14 * Added support for PURPLE_GNUTLS_PRIORITIES environment variable.
15 This can be used to specify GnuTLS priorities on a per-host basis.
16 The format is "host=priority;host2=priority;...". The default
17 priority can be overridden by using "*" as the host. See the
18 GnuTLS manual for documentation on the format of the priority
19 strings.
20 * Fix autoconf detection of Python. (Brad Smith)
9 21
10 Pidgin: 22 Pidgin:
11 * Moved the "Debugging Information" section of the About box to a 23 * Moved the "Debugging Information" section of the About box to a
12 "Build Information" dialog accessible on the Help menu. 24 "Build Information" dialog accessible on the Help menu.
13 * Moved the Developer and Crazy Patch Writer information from the About 25 * Moved the Developer and Crazy Patch Writer information from the About
28 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in 40 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in
29 conversation windows. This can be changed in .gtkrc-2.0. For example, 41 conversation windows. This can be changed in .gtkrc-2.0. For example,
30 Ctrl+v can be bound to 'Paste as Plain Text' by default. 42 Ctrl+v can be bound to 'Paste as Plain Text' by default.
31 * Plugins can now handle markup in buddy names by attaching to the signal 43 * Plugins can now handle markup in buddy names by attaching to the signal
32 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli) 44 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli)
45 * Be more accommodating when scaling down large images for use as
46 buddy icons.
33 47
34 Bonjour: 48 Bonjour:
35 * Added support for IPv6. (Thanks to T_X for testing) 49 * Added support for IPv6. (Thanks to T_X for testing)
36 50
37 Gadu-Gadu: 51 Gadu-Gadu:
58 * When sending data using in-band-bytestreams, interpret the block-size 72 * When sending data using in-band-bytestreams, interpret the block-size
59 attribute as the size of the BASE64-encoded representation of the data. 73 attribute as the size of the BASE64-encoded representation of the data.
60 * Validate the hash on incoming BoB data objects (for custom smileys etc.), 74 * Validate the hash on incoming BoB data objects (for custom smileys etc.),
61 cache based per JID when the CID is not a valid hash (as specified by the 75 cache based per JID when the CID is not a valid hash (as specified by the
62 BoB XEP). 76 BoB XEP).
63 77 * Present a better error message when authentication fails while trying
64 Yahoo: 78 to connect to Facebook. (David Reiss, Facebook)
79
80 Yahoo/Yahoo JAPAN:
65 * Attempt to better handle transparent proxies interfering with HTTP-based 81 * Attempt to better handle transparent proxies interfering with HTTP-based
66 login. 82 login.
67 * Fix handling of P2P packets, thus fixing the loss of some messages. 83 * Fix handling of P2P packets, thus fixing the loss of some messages.
84 * Retrieve the pager server address from Yahoo!'s servers directly.
85 * Removed the "Pager server" account option, as it is no longer needed.
86
87 Finch:
88 * New action 'history-search', with default binding ctrl+r, to search
89 the entered string in the input history.
68 90
69 version 2.6.6 (02/18/2010): 91 version 2.6.6 (02/18/2010):
70 libpurple: 92 libpurple:
71 * Fix 'make check' on OS X. (David Fang) 93 * Fix 'make check' on OS X. (David Fang)
72 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages 94 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages