www: 76c3fd5c: 2.7.1

nosnilmot at pidgin.im nosnilmot at pidgin.im
Mon May 31 20:55:38 EDT 2010


-----------------------------------------------------------------
Revision: 76c3fd5c499de3ae9a1c54dc69a054fbbd730111
Ancestor: d972fc85c491006a8c5425a97d4e18ba0ef3635b
Author: nosnilmot at pidgin.im
Date: 2010-06-01T00:50:23
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/76c3fd5c499de3ae9a1c54dc69a054fbbd730111

Modified files:
        htdocs/ChangeLog inc/version.inc

ChangeLog: 

2.7.1

-------------- next part --------------
============================================================
--- htdocs/ChangeLog	34b32dc84d678e17f564c6d04e76fcb0bafba2fe
+++ htdocs/ChangeLog	ecdb1f03e6a2c3eb4fbd8311dd2de2ed09898c32
@@ -1,5 +1,52 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.7.1 (05/29/2010):
+	General:
+	* Build fixes on OpenSolaris.  (Brian Lu)
+	* Add configure option --enable-trayicon-compat which installs tray
+	  icons into directories that are compatible with older versions of
+	  hicolor-icon-theme (0.9).
+
+	Pidgin:
+	* Restore the tray icon's blinking functionality.
+	* Fix a crash setting moods when an account is disconnected.
+
+	Bonjour:
+	* Fix a crash on disconnect.
+
+	ICQ:
+	* Fix bug that caused HTML to be displayed in incoming messages.
+
+	MSN:
+	* Fix unnecessary bandwidth consumption for buddy icon requests when
+	  buddies have capital letters in their passport addresses.
+	* Support for direct connections, enabling faster file transfers,
+	  smiley and buddy icon loading.  (G?bor Szuromi)
+
+	XMPP:
+	* Allow connecting to servers that advertise EXTERNAL (broken in
+	  2.7.0)
+
+	MXit:
+	* Replace the MXit-specific mood management with the new standard Moods
+	  API.
+	* Add the standard MXit emoticons.
+	* Improve the handling of users being kicked from MultiMX rooms.
+	* MXit doesn't allow you to see your buddy's Email Address or Title,
+	  so remove those two fields from the "Buddy Information" page.
+	* Show buddy's Registration Country in their profile.
+	* Increment protocol version to v6.0
+	* If an invite you sent was rejected with a reason, display that
+	  message in the buddy tooltip.
+	* CAPTCHA value is a required field during account activation.
+	  (Resolves issue on Maemo)
+	* When your avatar image is changed, don't forget the user's profile
+	  information.
+
+	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.
@@ -81,6 +128,7 @@ version 2.7.0 (05/12/2010):
 	* Support for version 9 of the MSN protocol has been removed.  This
 	  version is no longer supported on the servers.
 	* Support file transfer thumbnails (previews) for images.
+	* Fix CVE-2010-1624 (custom emoticon remote crash).
 
 	XMPP:
 	* Direct messages to a specific resource only upon receipt of a message
@@ -118,6 +166,21 @@ version 2.7.0 (05/12/2010):
 	* 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)
============================================================
--- inc/version.inc	a4b39bc8d742b243f6a5a0714fb91b063b3ec8e6
+++ inc/version.inc	3ea27b56c758560a3309575359a6ba11d0bb4ab2
@@ -1,10 +1,10 @@
 <?
 
 // Current Pidgin Release
-$pidgin_version        = "2.7.0";
+$pidgin_version        = "2.7.1";
 
 // Current Windows Pidgin Release
-$pidgin_win32_version  = "2.7.0";
+$pidgin_win32_version  = "2.7.1";
 
 // Version of Pidgin in the Ubuntu PPA
 $pidgin_ubuntu_version = "2.7.0";


More information about the Commits mailing list