comparison ChangeLog @ 23738:82bc9f6fa234

Add notice in ChangeLog about NSS support
author William Ehlhardt <williamehlhardt@gmail.com>
date Thu, 14 Aug 2008 23:05:53 +0000
parents d82d0791b8f8
children 2d55ac8c4631
comparison
equal deleted inserted replaced
23737:d7c62b220ed0 23738:82bc9f6fa234
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 * Add SSL Certificates support to the NSS SSL plugin. (Thanks to Lou
13 Cipher)
12 14
13 XMPP: 15 XMPP:
14 * Fix a bug that caused the UI to not refresh and caused the client 16 * 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 17 to use 99% CPU when an XMPP account lost its connection to the
16 server. 18 server.