im.pidgin.www: e97dced1fc86f1b6f9a428a49f87fee7a129a8c4

nosnilmot at pidgin.im nosnilmot at pidgin.im
Mon Nov 26 15:00:43 EST 2007


-----------------------------------------------------------------
Revision: e97dced1fc86f1b6f9a428a49f87fee7a129a8c4
Ancestor: ce1272674c314a6df72d8c36b08f896c85fa0f6d
Author: nosnilmot at pidgin.im
Date: 2007-11-26T19:56:16
Branch: im.pidgin.www

Modified files:
        htdocs/ChangeLog htdocs/index.php
        htdocs/win32/ChangeLog.win32 inc/version.inc

ChangeLog: 

2.3.0

-------------- next part --------------
============================================================
--- htdocs/ChangeLog	07d160a4a00eab57fee9660fd3bee481fec2058b
+++ htdocs/ChangeLog	75fbeac2422587141e107c5afd887ead0505ebff
@@ -1,4 +1,78 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+
+version 2.3.0 (11/24/2007):
+	http://developer.pidgin.im/query?status=closed&milestone=2.3.0
+		NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not
+		      have been fixed until this release (2.3.0).
+
+	libpurple:
+	* Real usernames are now shown in the system log.
+	* We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
+	  catch deprecated functions earlier rather than later.
+	* Thanks to a patch from Intel, the Bonjour prpl now supports file
+	  transfers using XEP-0096 and XEP-0065.  This should enable file
+	  transfers between libpurple clients and Gajim clients, but will not
+	  work with iChat or Adium as they use a different file transfer
+	  implementation.
+	* XMPP password changes that return errors no longer cause the saved
+	  password to be changed.
+	* XMPP file transfer support has been enhanced to support sending
+	  files through a proxy when the server supports discovering a
+	  a bytestream proxy.  This should make file transfers much more
+	  reliable.  The next release will add support for manually specifying
+	  a proxy when the server doesn't advertise one.
+
+	Pidgin:
+	* If a plugin says it can't be unloaded, we now display an error and
+	  remove the plugin from the list of saved plugins so it won't load
+	  at the next startup.  Previously, we were ignoring this case, which
+	  could lead to crashes.
+	* Mark dialog windows as transient for appropriate parent windows to
+	  help window managers do the right thing  (Gabriel Schulhof)
+	* Connection errors are now reported in mini-dialogs inside the buddy
+	  list, rather than as buttons in the buddy list and with dialog
+	  boxes.  If several accounts are disabled when you sign on elsewhere,
+	  you can now re-enable them all with a single click.
+	* Added tooltips to the Room List window to show full topics
+	* Added buttons in preferences to access GNOME network and browser
+	  preferences configuration dialogs when running under GNOME
+	* If you alias a buddy to an alias that is already present within
+	  a particular group, we now offer to merge the buddies into the
+	  same contact.
+	* A music emblem is now displayed in the buddy list for a buddy if we
+	  know she is listening to some soothing music.
+	* Added a 'Move to' menu in buddy list context menu for moving buddies
+	  to other groups as an alternative to dragging.
+	* Group headings are now marked via an underline instead of a
+	  different color background.
+	* It is now possible to mark a chat on your buddy list as "Persistent"
+	  so you do not leave the chat when the window or tab is closed.
+	* The auto-join option for chats is now listed in the "Add Chat"
+	  dialog along with the new persistence option.
+	* Closing an IM no longer immediately closes your conversation.  It
+	  will now remain active for a short time so that if the conversation
+	  resumes, the history will be retained.  A preference has been added
+	  to toggle this behavior.
+	* The "Smiley" menu has been moved to the top-level of the toolbar.
+	* Pidgin's display is now saved with the command line for session
+	  restoration.  (David Mohr)
+	* ICQ Birthday notifications are shown as buddy list emblems.
+	* Plugin actions are now available from the docklet context menu
+	  in addition to the Tool menu of the buddy list.
+	* The manual page has been heavily rewritten to bring it in line
+	  with current functionality.
+
+	Finch:
+	* If a plugin says it can't be unloaded, we now display an error and
+	  remove the plugin from the list of saved plugins so it won't load
+	  at the next startup.  Previously, we were ignoring this case, which
+	  could lead to crashes.
+	* It's possible to bind key-strokes to specific menuitems in the windows.
+	  Read the 'Menus' section in the man-page for details.
+	* 'transpose-chars' operation for the entry boxes. The default key-binding
+	  is ctrl+t.
+	* 'yank' operation for the entry boxes. The default binding is ctrl+y.
+
 version 2.2.2 (10/23/2007):
 	http://developer.pidgin.im/query?status=closed&milestone=2.2.2
 		NOTE: Due to the way this release was made, it is possible that
@@ -2277,6 +2351,6 @@ version 0.8.0  (04/31/1999):
 	* Add/Remove buddy from conversation window
 	* Scroll-Wheel Mice work in Conversation Window
 	* Fixed WindowMaker Appicon
-	* Version Number in About Box
+	* version Number in About Box
 	* Gaim Slogan in about box :)
 	* Created Changelog File :)
============================================================
--- htdocs/index.php	d48deabda496a56a987b3c35d16e39be38cc3c1d
+++ htdocs/index.php	1709724e59044ef6b2ee8eabd1df76de9d50d028
@@ -75,10 +75,7 @@ source code as well.</p>
 </div>
 
 <!-- This will pull from somewhere else at some point -->
-<p id="lowblurb">2.2.2 is here.  We fixed another remote crash that
-affects versions 2.1.0 through 2.2.1 of Pidgin, so you should upgrade
-right away.  See our <a href="/news/security/?id=24">security advisory</a>
-for details.</p>
+<p id="lowblurb">2.3.0 is here.</p>
 
 <? /* Avoid outputting this stuff yet.
 <!-- These are not ready to go yet -->
============================================================
--- htdocs/win32/ChangeLog.win32	66fa5337e3c9cf410896198ec746e8b829242c80
+++ htdocs/win32/ChangeLog.win32	fbad584011d39a25c6e6bd39dca1314d0bd2fed2
@@ -1,3 +1,8 @@
+version 2.3.0 (11/24/2007):
+	* Updated GTK+ to 2.12.1 (This was actually included in 2.2.2, but 
+	  didn't get into the Changelog.)
+	* Upgrade SILC to use the 1.1.5 toolkit
+
 version 2.2.2 (10/23/2007):
 	* Updated gtkspell to include a patch to share Aspell dictionaries
 	  among all the input fields to avoid excessive memory usage.
@@ -8,6 +13,7 @@ version 2.2.2 (10/23/2007):
 	* libpurple now looks for a default prefs.xml in the COMMON_APPDATA
 	  directory (e.g. \Documents and Settings\All Users\Application Data\purple\prefs.xml)
 	  similarly to how this is done on other platforms.
+	* Updated GTK+ to 2.12.1
 
 version 2.2.1 (09/29/2007):
 	* No changes
@@ -129,7 +135,7 @@ version 0.82 (08/26/2004):
 
 version 0.82 (08/26/2004):
 	* Selecting away messages using the system tray icon works
-	  (Thanks François Gagné)
+	  (Thanks Fran?ois Gagn?)
 	* Transparency plugin will save your settings again (Kevin Stange)
 	* Updated gtk-wimp to 0.6.2
 	* Updated libpng to 1.2.6 (major security update)
============================================================
--- inc/version.inc	13163a2a247e810d049761b8aa00b3c304707017
+++ inc/version.inc	3a5ed24c8f5ec9355fa3c16eb5cac204c49a7de7
@@ -1,9 +1,9 @@
 <?
 
 // Current Pidgin Release
-$pidgin_version       = "2.2.2";
-$pidgin_win32_version = "2.2.2";
+$pidgin_version       = "2.3.0";
+$pidgin_win32_version = "2.3.0";
 $gtk_win32_version    = "2.12.1";
-$gtk_win32_revision   = "a";
+$gtk_win32_revision   = "b";
 
 ?>


More information about the Commits mailing list