comparison ChangeLog @ 29106:6e9917e067e6

propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873) to branch 'im.pidgin.pidgin.next.minor' (head 91d04fec37b328ffc2e552ea14a5a520d27161f2)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 16 Sep 2009 15:41:33 +0000
parents b641af9dfe2a 574fd92ff3e5
children 057372f5c319
comparison
equal deleted inserted replaced
29104:df24cbb0d6e2 29106:6e9917e067e6
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.7.0 (??/??/????): 3 version 2.7.0 (??/??/????):
4 4
5 version 2.6.2 (??/??/2009): 5 version 2.6.3 (??/??/20??):
6 XMPP:
7 * Fix a crash when attempting to validate an invalid JID.
8
9 General:
10 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
11 to announce the list of loaded plugins (in both Finch and Pidgin).
12
13 version 2.6.2 (09/05/2009):
6 libpurple: 14 libpurple:
7 * Fix --disable-avahi to actually disable it in configure, as opposed 15 * Fix --disable-avahi to actually disable it in configure, as opposed
8 to just making the warning non-fatal. 16 to just making the warning non-fatal.
9 * Sending custom smileys in MSN chats is now supported. 17 * Fix using GNOME proxy settings properly. (Erik van Pienbroek)
10 * Fix using GNOME proxy settings properly. 18
19 IRC:
20 * Fix parsing of invalid TOPIC messages. (CVE-2009-2703)
21
22 MSN:
23 * Sending custom smileys in chats is now supported.
24 * Ink messages are now saved when using the HTML logger.
25 * Fix a crash when receiving some handwritten messages.
26 * Fix a crash when receiving certain SLP invite messages.
27 * Chats with multiple people should no longer spontaneously
28 disconnect.
11 29
12 XMPP: 30 XMPP:
13 * Prompt the user before cancelling a presence subscription. 31 * Prompt the user before cancelling a presence subscription.
14 * Escape status messages that have HTML entities in the Get Info dialog. 32 * Escape status messages that have HTML entities in the Get Info dialog.
15 * Fix connecting to XMPP domains with no SRV records from Pidgin on 33 * Fix connecting to XMPP domains with no SRV records from Pidgin on
16 Windows. 34 Windows.
17 * Fix typing notifications with Pidgin 2.5.9 or earlier. 35 * Fix typing notifications with Pidgin 2.5.9 or earlier.
36 * Fix connecting using BOSH and legacy authentication (XEP-0078).
37 * Adding buddies of the form "romeo@montague.net/Resource" are handled
38 properly. In addition, it is no longer possible to add buddies of
39 the form "room@conference.example.net/User", where
40 room@conference.example.net is a MUC.
41 * Don't crash when receiving "smileyfied" XHTML-IM from clients that don't
42 support bits of binary (ie. when getting an empty <data/> in return)
43 * Fix bug where SSL/TLS was not required even though the
44 "require SSL/TLS" preference checked when connecting to servers
45 that use the older iq-based authentication. (CVE-2009-3026)
46
47 Yahoo!/Yahoo! JAPAN:
48 * Accounts now have "Use account proxy for SSL connections" option. This
49 option force-overrides the account specific proxy settings for SSL
50 connections only and instead uses the global proxy configuration.
18 51
19 Finch: 52 Finch:
20 * Properly detect libpanel on OpenBSD. (Brad Smith) 53 * Properly detect libpanel on OpenBSD. (Brad Smith)
54 * Remove IO watches in gnt_quit. (Tomasz Mon)
55
56 Pidgin:
57 * Fix the auto-personize functionality in the Buddy List.
58 * Set the window icon for the media window to an icon corresponding to
59 the type of call (headphone or webcam).
60 * Customized sound files are no longer reset whenever opening the
61 Preferences dialog.
62 * The buddy list should now immediately refresh upon changing the icon
63 theme.
21 64
22 version 2.6.1 (08/18/2009): 65 version 2.6.1 (08/18/2009):
23 * Fix a crash when some users send you a link in a Yahoo IM 66 * Fix a crash when some users send you a link in a Yahoo IM
24 * Fix compilation with GTK+ < 2.6.0 67 * Fix compilation with GTK+ < 2.6.0
25 * Fix compilation on Windows 68 * Fix compilation on Windows