merge of 'b5f18a0ed9a1cdf744b5d3344e415afd5fb05cf1'

Tue, 27 Nov 2007 15:57:08 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Tue, 27 Nov 2007 15:57:08 +0000
changeset 21780
72c4a4c836f2
parent 21525
b5f18a0ed9a1 (current diff)
parent 21779
0f1ea6cccf11 (diff)
child 21781
b96a3f4c97e4

merge of 'b5f18a0ed9a1cdf744b5d3344e415afd5fb05cf1'
and '0f1ea6cccf1182a5e8e411b2abbd707c39769b3d'

libpurple/protocols/bonjour/jabber.c file | annotate | diff | comparison | revisions
libpurple/protocols/silc10/pk.c file | annotate | diff | comparison | revisions
--- a/COPYRIGHT	Tue Nov 27 15:56:20 2007 +0000
+++ b/COPYRIGHT	Tue Nov 27 15:57:08 2007 +0000
@@ -95,6 +95,7 @@
 Chris Davies
 Josh Davis
 Martijn Dekker
+Florian Delizy
 Vinicius Depizzol
 Philip Derrin
 Taso N. Devetzis
--- a/ChangeLog	Tue Nov 27 15:56:20 2007 +0000
+++ b/ChangeLog	Tue Nov 27 15:57:08 2007 +0000
@@ -1,11 +1,26 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.3.0:
+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
@@ -14,27 +29,13 @@
 	  could lead to crashes.
 	* Mark dialog windows as transient for appropriate parent windows to
 	  help window managers do the right thing  (Gabriel Schulhof)
-
-	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.3:
-	http://developer.pidgin.im/query?status=closed&milestone=2.2.3
-		NOTE: Some bugs marked fixed in 2.2.1 may not have been fixed
-		      until this release (2.2.3).
-
-	libpurple:
-	* Real usernames are now shown in the system log.
-
-	Pidgin:
+	* 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.
@@ -61,6 +62,17 @@
 	* 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
--- a/ChangeLog.API	Tue Nov 27 15:56:20 2007 +0000
+++ b/ChangeLog.API	Tue Nov 27 15:57:08 2007 +0000
@@ -1,9 +1,8 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.3.0 (??/??/????):
+version 2.3.0 (11/24/2007):
 	libpurple:
 		Added:
-		* purple_request_field_blist_nodes_new and its accessory functions.
 		* a PurpleConversation field and an alias field in PurpleConvMessage
 		* account-authorization signals (see account-signals.dox for
 		  details) (Stefan Ott)