www: dfafda78: Premature web page changes. Please don'...
markdoliner at pidgin.im
markdoliner at pidgin.im
Wed Jul 21 00:28:41 EDT 2010
----------------------------------------------------------------------
Revision: dfafda783d60763f9640916b79db987834c58978
Parent: f08b95c45609a262bd16700b0b357f717a73b16e
Author: markdoliner at pidgin.im
Date: 07/21/10 00:19:38
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/dfafda783d60763f9640916b79db987834c58978
Changelog:
Premature web page changes. Please don't update the website to use
these yet. I'm hoping we can build a windows package before we do that?
Changes against parent f08b95c45609a262bd16700b0b357f717a73b16e
patched htdocs/ChangeLog
patched htdocs/index.php
patched htdocs/win32/ChangeLog.win32
patched inc/version.inc
-------------- next part --------------
============================================================
--- htdocs/index.php 2e822c9f07ad71a8801f970cd35f10f286292703
+++ htdocs/index.php 793a2a2d04609be3dfc7ea5b5162d500542c912d
@@ -72,7 +72,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
<!-- This will pull from somewhere else at some point -->
<p class="more" id="lowblurb">
-Pidgin 2.7.0 is out with fixes for AIM, ICQ, and Yahoo! JAPAN login and a bunch of new features!
+Pidgin 2.7.2 is out and contains some important crash fixes.
</p>
<? /* Avoid outputting this stuff yet.
============================================================
--- inc/version.inc a4b39bc8d742b243f6a5a0714fb91b063b3ec8e6
+++ inc/version.inc 902f2e4e20f2c9ff2b03ff9ebade9711314ed4d1
@@ -1,7 +1,7 @@
<?
// Current Pidgin Release
-$pidgin_version = "2.7.0";
+$pidgin_version = "2.7.2";
// Current Windows Pidgin Release
$pidgin_win32_version = "2.7.0";
============================================================
--- htdocs/ChangeLog 34b32dc84d678e17f564c6d04e76fcb0bafba2fe
+++ htdocs/ChangeLog 47a010926b061b2c381c8fa5caf2d7b8794a8162
@@ -1,5 +1,64 @@ Pidgin and Finch: The Pimpin' Penguin IM
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.7.2 (07/21/2010):
+ AIM and ICQ:
+ * Fix a crash bug related to X-Status messages that can be triggered by
+ remove users. This is CVE-2010-2528.
+ * Fix a rare crash bug caused by certain incoming SMS messages
+ (discovered by Jan Kaluza--thanks Jan!).
+ * Change HTML sent from ICQ accounts so that official ICQ clients
+ hopefully display it correctly.
+
+ MSN:
+ * Fix a crash related to fast buddy icon transfers.
+
+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 +140,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 +178,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)
============================================================
--- htdocs/win32/ChangeLog.win32 2093ee83765fcdcc7a6ce7ebac3c428a9b3a1ad1
+++ htdocs/win32/ChangeLog.win32 6faedcbd7c499d060c92caed5f175b9126e61b2f
@@ -1,3 +1,34 @@
+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.1 (05/29/2010):
+ * No changes
+
+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
+ * 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):
+ * Installer translations for: Norwegian nynorsk
+
+version 2.6.5 (01/08/2010):
+ * No changes
+
+version 2.6.4 (11/29/2009):
+ * Register URL handlers for everything that Windows knows about. Still
+ use the HTTP "open" handler for security reasons.
+
version 2.6.3 (10/16/2009):
* No changes
More information about the Commits
mailing list