diff ChangeLog @ 27352:69511e781717

merge of '46a46162666e1d23ae6161df2639044132cb894f' and 'ada690f0424ce05fc000d5e97d25079fc1909318'
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 05 Jul 2009 15:08:20 +0000
parents 4fd6b50d03b3 319b0f3dd2d0
children d137b369eb9c
line wrap: on
line diff
--- a/ChangeLog	Sun Jul 05 06:51:35 2009 +0000
+++ b/ChangeLog	Sun Jul 05 15:08:20 2009 +0000
@@ -12,6 +12,8 @@
 	* Fixed NTLM authentication on big-endian systems.
 	* The Pidgin and Purple perl modules are no longer installed into @INC,
 	  this should hopefulll prevent some minor confusion.
+	* Use GLib's implementations of SHA1, SHA256, and MD5 when available.
+	  (GLib 2.14 or higher)
 
 	libpurple:
 	* Various memory cleanups when unloading libpurple. (Nick Hebner)
@@ -26,6 +28,10 @@
 	  PURPLE_GNUTLS_DEBUG environment variable, which is an integer between
 	  0 and 9 (higher is more verbose). Higher values may reveal sensitive
 	  information.
+	* PURPLE_VERBOSE_DEBUG environment variable.  Currently this is an "on" or
+	  "off" variable.  Set it to any value to turn it on and unset it to turn
+	  it off.  This will optionally be used to only show less useful debug
+	  information on an as-needed basis.
 
 	Gadu-Gadu:
 	* Accounts can specify a server to which to connect.