im.pidgin.www: e50e4c4afeb97afc42e817ae6f71544bb131e816

lschiere at pidgin.im lschiere at pidgin.im
Wed Oct 24 12:01:36 EDT 2007


-----------------------------------------------------------------
Revision: e50e4c4afeb97afc42e817ae6f71544bb131e816
Ancestor: 3db4ac525c00312b75653bad81083f7b1afff2d6
Author: lschiere at pidgin.im
Date: 2007-10-24T15:58:38
Branch: im.pidgin.www

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

ChangeLog: 

when can we publicize this?

-------------- next part --------------
============================================================
--- htdocs/ChangeLog	c5e4696d481db2f8e7e8d233cc40cae166c106fa
+++ htdocs/ChangeLog	6ff7d94308e267a62e85b201dabf320db782d1c5
@@ -1,5 +1,100 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.2.2:
+	http://developer.pidgin.im/query?status=closed&milestone=2.2.2
+		NOTE: Due to 2.2.1 being a security fix release, some bugs
+		      marked fixed in 2.2.1 may not have been fixed until
+		      this release (2.2.2).
+
+	libpurple:
+	* Real usernames are now shown in the system log.
+
+	Pidgin:
+	* 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.
+
+version 2.2.1 (09/29/2007):
+	http://developer.pidgin.im/query?status=closed&milestone=2.2.1
+		NOTE: Due to the backporting that happened for the actual
+		      release, it is possible bugs marked as fixed in 2.2.1
+		      will not be fixed until 2.2.2.
+
+	libpurple:
+	* A few build issues on Solaris were fixed.
+	* Cancelling the password prompt for an account will no longer leave
+	  it in an ambiguous state.  (It will be disabled.)
+	* Fixed an erroneous size display for MSN file transfers. (galt)
+	* Fixed multiple memory leaks, particularly in XMPP and MySpace
+	  protocols
+	* Fixed remembering proxy preferences and status scores
+	* Gmail notifications are better tracked
+
+	Pidgin:
+	* Fixed keyboard tab reordering to move tabs one step instead of two.
+	* You should no longer lose proxy settings when Pidgin is restarted.
+	* Fixed detection of X11 when compiling
+
+	Finch:
+	* Pressing 'Insert' in the buddylist will bring up the 'Add Buddy'
+	  dialog.
+
+version 2.2.0 (09/13/2007):
+	http://developer.pidgin.im/query?status=closed&milestone=2.2.0
+
+	Libpurple:
+	* New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
+	  Code)
+	* XMPP enhancements. See
+ 	  http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas 
+	  Monitzer, Google Summer of Code for Adium)
+	* Certificate management. Libpurple will validate certificates on
+	  SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
+	* Some adjustments were made to fix sending messages when using
+	  the MSN HTTP method. (Laszlo Pandy)
+	* Yahoo! Chat is fixed.
+	* Some AIM file transfer issues between Pidgin and other clients
+	  have been fixed. (Kyryll A Mirnenko)
+	* Properly restore idle status and time for AIM and ICQ accounts
+	  when they reconnect after being disconnected.
+
+	Pidgin:
+	* Insert Horizontal Rules and Strikethrough text from toolbar.
+	* Option to show protocol icons in the buddy list, from the
+	  Buddies > Show menu. (Justin Heiner)
+	* Ability to build with native, non-X11 GTK+ on OSX. (Anders
+	  Hasselqvist)
+	* Remember the 'Enable Sounds' setting for a conversation.
+	* Right-clicking the empty space in the formatting toolbar
+	  allows you to toggle back to the old "ungrouped" version.
+	* Protocols supporting account registration via Pidgin now show
+	  a descriptive checkbox instead of a vague "Register" button.
+	* Fixed a bug where a tab would be shown on single conversations
+	  when tabs were disabled.
+
+	Finch:
+	* Per-conversation mute and logging options (accessible from the menu).
+
 version 2.1.1 (08/20/2007):
 	Yahoo:
 	* Added an account action to open your inbox in the yahoo prpl.
============================================================
--- htdocs/inc/version.inc.php	e3a9b58a82113d1628b1aae9c3dfb939df677677
+++ htdocs/inc/version.inc.php	3e7d0483787de01f9b3981d4681fe607ee205801
@@ -1,10 +1,10 @@
 <?php
 	/*
 	 * This variable will be inserted into the source tarball and bz2ball
 	 * path. Update with every new release.
 	 */
-	$current_version = "2.1.0";
-	$current_win32_version = "2.1.0";
+	$current_version = "2.2.2";
+	$current_win32_version = "2.2.2";
 	$current_win32_gtk_version = "2.10.13";
 	$current_win32_gtk_revision = "a";
 ?>
============================================================
--- inc/version.inc	c2b9db157ae51879464adc252ebff25835d64c18
+++ inc/version.inc	0f083a081dddaab95d4c006e9016dc4d06e6bcde
@@ -1,8 +1,8 @@
 <?
 
 // Current Pidgin Release
-$pidgin_version       = "2.1.1";
-$pidgin_win32_version = "2.1.1";
+$pidgin_version       = "2.2.2";
+$pidgin_win32_version = "2.2.2";
 $gtk_win32_version    = "2.10.13";
 $gtk_win32_revision   = "a";
 


More information about the Commits mailing list