# HG changeset patch # User Paul Aurich # Date 1270097897 0 # Node ID 89de871ecffc3dc44d60d15020b079cf88a0ea09 # Parent 1b8ed243d6d1691e41858935dad23dbab1bae6c8 ChangeLog the GnuTLS envvar. Refs #11524. diff -r 1b8ed243d6d1 -r 89de871ecffc ChangeLog --- a/ChangeLog Thu Apr 01 04:54:43 2010 +0000 +++ b/ChangeLog Thu Apr 01 04:58:17 2010 +0000 @@ -6,6 +6,12 @@ * Changed GLib minimum version requirement to 2.12.0. * Using the --disable-nls argument to configre now works properly. You will no longer be forced to have intltool to configure and build. + * Added support for PURPLE_GNUTLS_PRIORITIES environment variable. + This can be used to specify GnuTLS priorities on a per-host basis. + The format is "host=priority;host2=priority;...". The default + priority can be overridden by using "*" as the host. See the + GnuTLS manual for documentation on the format of the priority + strings. Pidgin: * Moved the "Debugging Information" section of the About box to a