comparison ChangeLog @ 23668:76d03e424f82

merge of '0fa0d7921af1ea7cb2ce3b4f768354b762110259' and 'a84d29741cb499f1788f9cf39cd33c14b3d440f2'
author Ka-Hing Cheung <khc@hxbc.us>
date Thu, 07 Aug 2008 19:36:12 +0000
parents d82d0791b8f8
children 82bc9f6fa234
comparison
equal deleted inserted replaced
23667:21e40ad45822 23668:76d03e424f82
7 Marcus Lundblad, Jorge Villaseñor and other contributors) 7 Marcus Lundblad, Jorge Villaseñor and other contributors)
8 * Add a configure option, --with-system-ssl-certs to allow packagers 8 * Add a configure option, --with-system-ssl-certs to allow packagers
9 to specify a system-wide SSL CA certificates directory. When set, 9 to specify a system-wide SSL CA certificates directory. When set,
10 we don't install our SSL CA certs, so it's important that the 10 we don't install our SSL CA certs, so it's important that the
11 libpurple package depend on the CA certificates. 11 libpurple package depend on the CA certificates.
12
13 XMPP:
14 * Fix a bug that caused the UI to not refresh and caused the client
15 to use 99% CPU when an XMPP account lost its connection to the
16 server.
17 * Possibly fix a bug where some clients could get into a state
18 where they moved a buddy back and forth between two groups in
19 an endless loop.
12 20
13 IRC: 21 IRC:
14 * /ctcp command (Vladislav Guberinić) 22 * /ctcp command (Vladislav Guberinić)
15 * Allow for auto-detection of incoming UTF-8 formatted text on 23 * Allow for auto-detection of incoming UTF-8 formatted text on
16 accounts which are configured to use some other encoding. 24 accounts which are configured to use some other encoding.