comparison ChangeLog @ 30142:2e0dffa155db

merge of '0a2b3d194869ba6d7da504c295d74e41e6a38633' and '81475e0c8a58feff71c5b6f773bb62f7a059fb73'
author Mark Doliner <mark@kingant.net>
date Thu, 15 Apr 2010 00:49:01 +0000
parents 0c764778c765
children 1e9f8f54dff4
comparison
equal deleted inserted replaced
30141:36379bf98ed6 30142:2e0dffa155db
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
22 * The Recent Log Activity sort method for the Buddy List now 34 * The Recent Log Activity sort method for the Buddy List now
23 distinguishes between no activity and a small amount of activity 35 distinguishes between no activity and a small amount of activity
24 in the distant past. (Greg McNew) 36 in the distant past. (Greg McNew)
25 * Added a menu set mood globally for all mood-supporting accounts 37 * Added a menu set mood globally for all mood-supporting accounts
26 (currently XMPP and ICQ). 38 (currently XMPP and ICQ).
27 * Use standard (but small) GTK+ buttons instead of custom "X" symbol.
28 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in 39 * 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, 40 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. 41 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 42 * Plugins can now handle markup in buddy names by attaching to the signal
32 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli) 43 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli)
33 * Be more accommodating when scaling down large images for use as 44 * Be more accommodating when scaling down large images for use as
34 buddy icons. 45 buddy icons.
46 * The 'Message Timestamp Formats' plugin allows changing the timestamp
47 format from the timestamps' context menu in conversation log.
35 48
36 Bonjour: 49 Bonjour:
37 * Added support for IPv6. (Thanks to T_X for testing) 50 * Added support for IPv6. (Thanks to T_X for testing)
38 51
39 Gadu-Gadu: 52 Gadu-Gadu:
40 * Updated our bundled libgadu to 1.9.0-rc2 (many thanks to Krzysztof 53 * Updated our bundled libgadu to 1.9.0-rc2 (many thanks to Krzysztof
41 Klinikowski for the work and testing put in here!) 54 Klinikowski for the work and testing put in here!)
42 * Minimum requirement for external libgadu is now also 1.9.0-rc2. 55 * Minimum requirement for external libgadu is now also 1.9.0-rc2.
43 56
44 ICQ: 57 AIM and ICQ:
45 * X-Status (Custom ICQ status icon) support. Since most of the icons 58 * X-Status (Custom ICQ status icon) support. Since most of the icons
46 available reflect moods, this is labeled "Set Mood" on the Accounts->ICQ 59 available reflect moods, this is labeled "Set Mood" on the Accounts->ICQ
47 Account menu. (Andrew Ivanov, Tomáš Kebert, Yuriy Yevgrafov, and trac 60 Account menu. (Andrew Ivanov, Tomáš Kebert, Yuriy Yevgrafov, and trac
48 users bob007, salieff, and nops) 61 users bob007, salieff, and nops)
49 * Allow setting and displaying icons between 1x1 and 100x100 pixels. 62 * Allow setting and displaying icons between 1x1 and 100x100 pixels for
50 Previously only icons between 48x48 and 52x64 were allowed. 63 ICQ. Previously only icons between 48x48 and 52x64 were allowed.
64 * When using the clientLogin authentication method, prompt for a
65 password on reconnect when "Remember Password" is not checked and
66 authentication fails due to an incorrect password. (This is the same
67 behavior as the legacy authentication method)
51 68
52 MSN: 69 MSN:
53 * Support for version 9 of the MSN protocol has been removed. This 70 * Support for version 9 of the MSN protocol has been removed. This
54 version is no longer supported on the servers. 71 version is no longer supported on the servers.
55 72
60 * When sending data using in-band-bytestreams, interpret the block-size 77 * When sending data using in-band-bytestreams, interpret the block-size
61 attribute as the size of the BASE64-encoded representation of the data. 78 attribute as the size of the BASE64-encoded representation of the data.
62 * Validate the hash on incoming BoB data objects (for custom smileys etc.), 79 * Validate the hash on incoming BoB data objects (for custom smileys etc.),
63 cache based per JID when the CID is not a valid hash (as specified by the 80 cache based per JID when the CID is not a valid hash (as specified by the
64 BoB XEP). 81 BoB XEP).
65 82 * Present a better error message when authentication fails while trying
66 Yahoo: 83 to connect to Facebook. (David Reiss, Facebook)
84
85 Yahoo/Yahoo JAPAN:
67 * Attempt to better handle transparent proxies interfering with HTTP-based 86 * Attempt to better handle transparent proxies interfering with HTTP-based
68 login. 87 login.
69 * Fix handling of P2P packets, thus fixing the loss of some messages. 88 * Fix handling of P2P packets, thus fixing the loss of some messages.
89 * Retrieve the pager server address from Yahoo!'s servers directly.
90 * Removed the "Pager server" account option, as it is no longer needed.
91 * The authentication code is now less order-sensitive with the components
92 of the server's response.
93 * The authentication process now acts more like the official client.
94
95 Finch:
96 * New action 'history-search', with default binding ctrl+r, to search
97 the entered string in the input history.
70 98
71 version 2.6.6 (02/18/2010): 99 version 2.6.6 (02/18/2010):
72 libpurple: 100 libpurple:
73 * Fix 'make check' on OS X. (David Fang) 101 * Fix 'make check' on OS X. (David Fang)
74 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages 102 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages