comparison ChangeLog @ 23665:d82d0791b8f8

Add a changelog entry about two things I changed
author Mark Doliner <mark@kingant.net>
date Thu, 07 Aug 2008 18:47:36 +0000
parents dd30b4323639
children 82bc9f6fa234
comparison
equal deleted inserted replaced
23664:76f1fd403f2c 23665:d82d0791b8f8
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.