Mercurial > pidgin.yaz
diff ChangeLog.API @ 21647:a57adf1de9cb
Patch from Florian QuŹ«˛ze (the InstantBird dude) to add a search path for
certificates. Closes #3634.
The original patch was to set the path purple searches for certificats. I
changed it to allow for multiple search paths. This is similar to how purple
searches for plugins in multiple paths.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 26 Nov 2007 09:28:15 +0000 |
parents | 2a2496044eef |
children | 1f6935a5d189 |
line wrap: on
line diff
--- a/ChangeLog.API Mon Nov 26 08:47:08 2007 +0000 +++ b/ChangeLog.API Mon Nov 26 09:28:15 2007 +0000 @@ -1,6 +1,10 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul version 2.4.0 (??/??/????): + libpurple: + Added: + * purple_certificate_add_ca_search_path. (Florian Quèze) + Pidgin: Added: * pidgin_create_dialog to create a window that closes on escape. Also