www: eb7c2622: Increment the version number and upload ...
markdoliner at pidgin.im
markdoliner at pidgin.im
Sat Sep 5 20:07:06 EDT 2009
-----------------------------------------------------------------
Revision: eb7c262213466ce4f5cbadb7a0d7b2c0a85a8686
Ancestor: d9a28d2077e99a29022eaf0b023bbd28d19d40a2
Author: markdoliner at pidgin.im
Date: 2009-09-06T00:02:04
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/eb7c262213466ce4f5cbadb7a0d7b2c0a85a8686
Modified files:
htdocs/ChangeLog htdocs/win32/ChangeLog.win32
inc/version.inc
ChangeLog:
Increment the version number and upload the change logs
-------------- next part --------------
============================================================
--- htdocs/ChangeLog 525018a153e966012ddaa7d92ebbb12370d0ad46
+++ htdocs/ChangeLog 959824a520d41286c4d89d8899a8e12b684e5ad8
@@ -1,5 +1,57 @@ Pidgin and Finch: The Pimpin' Penguin IM
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.6.2 (09/05/2009):
+ libpurple:
+ * Fix --disable-avahi to actually disable it in configure, as opposed
+ to just making the warning non-fatal.
+ * Fix using GNOME proxy settings properly. (Erik van Pienbroek)
+
+ IRC:
+ * Fix parsing of invalid TOPIC messages. (CVE-2009-2703)
+
+ MSN:
+ * Sending custom smileys in chats is now supported.
+ * Ink messages are now saved when using the HTML logger.
+ * Fix a crash when receiving some handwritten messages.
+ * Fix a crash when receiving certain SLP invite messages.
+ * Chats with multiple people should no longer spontaneously
+ disconnect.
+
+ XMPP:
+ * Prompt the user before cancelling a presence subscription.
+ * Escape status messages that have HTML entities in the Get Info dialog.
+ * Fix connecting to XMPP domains with no SRV records from Pidgin on
+ Windows.
+ * Fix typing notifications with Pidgin 2.5.9 or earlier.
+ * Fix connecting using BOSH and legacy authentication (XEP-0078).
+ * Adding buddies of the form "romeo at montague.net/Resource" are handled
+ properly. In addition, it is no longer possible to add buddies of
+ the form "room at conference.example.net/User", where
+ room at conference.example.net is a MUC.
+ * Don't crash when receiving "smileyfied" XHTML-IM from clients that don't
+ support bits of binary (ie. when getting an empty <data/> in return)
+ * Fix bug where SSL/TLS was not required even though the
+ "require SSL/TLS" preference checked when connecting to servers
+ that use the older iq-based authentication. (CVE-2009-3026)
+
+ Yahoo!/Yahoo! JAPAN:
+ * Accounts now have "Use account proxy for SSL connections" option. This
+ option force-overrides the account specific proxy settings for SSL
+ connections only and instead uses the global proxy configuration.
+
+ Finch:
+ * Properly detect libpanel on OpenBSD. (Brad Smith)
+ * Remove IO watches in gnt_quit. (Tomasz Mon)
+
+ Pidgin:
+ * Fix the auto-personize functionality in the Buddy List.
+ * Set the window icon for the media window to an icon corresponding to
+ the type of call (headphone or webcam).
+ * Customized sound files are no longer reset whenever opening the
+ Preferences dialog.
+ * The buddy list should now immediately refresh upon changing the icon
+ theme.
+
version 2.6.1 (08/18/2009):
* Fix a crash when some users send you a link in a Yahoo IM
* Fix compilation with GTK+ < 2.6.0
============================================================
--- htdocs/win32/ChangeLog.win32 49d440d9169a22ceb81ef79f04479b86a0ec95f1
+++ htdocs/win32/ChangeLog.win32 e21d127b5de56265323150746112f0e55f0c4a80
@@ -1,3 +1,6 @@
+version 2.6.2 (09/05/2009):
+ * No changes
+
version 2.6.1 (08/18/2009):
* No changes
============================================================
--- inc/version.inc fd14630467b7aef6f665fde7c7310880f475c956
+++ inc/version.inc b995fe94b8e657a5464556724a60d6ceb8de713f
@@ -1,7 +1,7 @@
<?
// Current Pidgin Release
-$pidgin_version = "2.6.1";
+$pidgin_version = "2.6.2";
// Current Windows Pidgin Release
$pidgin_win32_version = "2.6.1";
More information about the Commits
mailing list