# HG changeset patch # User John Bailey # Date 1274635445 0 # Node ID 86c917db4c899a3c92b77781adc4bfdc94473116 # Parent 173e403cffbb0274c3c3f5fb1bf2a52f1d1119a0# Parent 0e75ea0b5532cd3074bd6d8ddf8bc7c3da4b5457 merge of '637cbec3044756a8ef4273f687d84b18f10b05c4' and '9e9bcdba177b1d4b1f7368101b35c65a5d1c3a65' diff -r 173e403cffbb -r 86c917db4c89 ChangeLog --- a/ChangeLog Sun May 23 16:53:24 2010 +0000 +++ b/ChangeLog Sun May 23 17:24:05 2010 +0000 @@ -24,6 +24,10 @@ * Allow connecting to servers that advertise EXTERNAL (broken in 2.7.0) + Windows-Specific Changes: + * Fix a regression introduced in 2.7.0 that caused Window Flashing not + to work. + version 2.7.0 (05/12/2010): General: * Changed GTK+ minimum version requirement to 2.10.0. @@ -143,6 +147,21 @@ * New action 'history-search', with default binding ctrl+r, to search the entered string in the input history. + Windows-Specific Changes + * Updated GTK+ to 2.16.6 + * Private GTK+ Runtime now used (GTK+ Installer no longer supported) + * Minimum required GTK+ version increased to 2.14.7 + * Windows 95, Windows 98, Windows 98 Second Edition, Windows ME + (Millennium Edition), and Windows NT 4.0 longer supported due to GTK+ + requirements changes. + * Crash Report files (pidgin.RPT) are now generated in the ~/.purple + directory instead of the installation directory. + * NSS SSL Library upgraded to 3.12.5 (thanks to Berke Viktor) + * GtkSpell upgraded to 2.0.16, changing the spellchecking backend to + enchant. This means that myspell and hunspell (OpenOffice) + dictionaries can be used (previous versions' aspell dictionaries + will not work). + version 2.6.6 (02/18/2010): libpurple: * Fix 'make check' on OS X. (David Fang) diff -r 173e403cffbb -r 86c917db4c89 ChangeLog.win32 --- a/ChangeLog.win32 Sun May 23 16:53:24 2010 +0000 +++ b/ChangeLog.win32 Sun May 23 17:24:05 2010 +0000 @@ -1,12 +1,13 @@ -version 2.7.1 (??/??/????): - * Fix a regression introduced in 2.7.0 that caused Window Flashing not - to work. +Starting with Pidgin version 2.7.1, this ChangeLog file will no longer be +updated. It will be kept in the source tree for historical reasons only. version 2.7.0 (05/12/2010): * Updated GTK+ to 2.16.6 * Private GTK+ Runtime now used (GTK+ Installer no longer supported) * Minimum required GTK+ version increased to 2.14.7 - * Win9x no longer supported. + * Windows 95, Windows 98, Windows 98 Second Edition, Windows ME + (Millennium Edition), and Windows NT 4.0 longer supported due to GTK+ + requirements changes. * Crash Report files (pidgin.RPT) are now generated in the ~/.purple directory instead of the installation directory. * NSS SSL Library upgraded to 3.12.5 (thanks to Berke Viktor)