comparison ChangeLog @ 30908:c44ec533a48c

propagate from branch 'im.pidgin.pidgin' (head 7c76f200d8b976548ea95b94a1674b931a7694f7) to branch 'im.pidgin.cpw.malu.xmpp.google_refactor' (head 4a752228c36cd7fde5250dfe7a873b6d4eaf92fb)
author Marcus Lundblad <ml@update.uu.se>
date Fri, 09 Apr 2010 22:14:51 +0000
parents ba65c87144fa
children 62d51ab581a5
comparison
equal deleted inserted replaced
30907:721b257bcd8c 30908:c44ec533a48c
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
26 (currently XMPP and ICQ). 38 (currently XMPP and ICQ).
27 * Use standard (but small) GTK+ buttons instead of custom "X" symbol. 39 * Use standard (but small) GTK+ buttons instead of custom "X" symbol.
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.
43 * Plugins can now handle markup in buddy names by attaching to the signal
44 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli)
45 * Be more accommodating when scaling down large images for use as
46 buddy icons.
31 47
32 Bonjour: 48 Bonjour:
33 * Added support for IPv6. (Thanks to T_X for testing) 49 * Added support for IPv6. (Thanks to T_X for testing)
34 50
35 Gadu-Gadu: 51 Gadu-Gadu:
53 * Direct messages to a specific resource only upon receipt of a message 69 * Direct messages to a specific resource only upon receipt of a message
54 with content (as opposed to a typing notification, etc). (Thanks to 70 with content (as opposed to a typing notification, etc). (Thanks to
55 rjoly for testing) 71 rjoly for testing)
56 * When sending data using in-band-bytestreams, interpret the block-size 72 * When sending data using in-band-bytestreams, interpret the block-size
57 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.
58 * 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.),
59 75 cache based per JID when the CID is not a valid hash (as specified by the
60 Yahoo: 76 BoB XEP).
77 * Present a better error message when authentication fails while trying
78 to connect to Facebook. (David Reiss, Facebook)
79
80 Yahoo/Yahoo JAPAN:
61 * Attempt to better handle transparent proxies interfering with HTTP-based 81 * Attempt to better handle transparent proxies interfering with HTTP-based
62 login. 82 login.
63 * 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 * The authentication code is now less order-sensitive with the components
87 of the server's response.
88 * The authentication process now acts more like the official client.
89
90 Finch:
91 * New action 'history-search', with default binding ctrl+r, to search
92 the entered string in the input history.
64 93
65 version 2.6.6 (02/18/2010): 94 version 2.6.6 (02/18/2010):
66 libpurple: 95 libpurple:
67 * Fix 'make check' on OS X. (David Fang) 96 * Fix 'make check' on OS X. (David Fang)
68 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages 97 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages