/soc/2013/ankitkv/gobjectification: 4145a15cda53: Updated ChangeLog

Ankit Vani a at nevitus.org
Mon Sep 23 12:11:42 EDT 2013


Changeset: 4145a15cda53654a08c8a5dd7c32ed0f263553b9
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-09-23 21:41 +0530
Branch:	 soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/4145a15cda53

Description:

Updated ChangeLog

diffstat:

 ChangeLog |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (25 lines):

diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,8 +54,21 @@ version 3.0.0 (??/??/????):
 	* Invalid user moods can no longer be sent to the server.
 
 	Plugins:
+	* A new plugin API has been introduced. Plugins are no longer required
+	  to be of a predefined type (such as protocol, standard, loader etc),
+	  and can perform multiple roles.
 	* The Offline Message Emulation plugin now adds a note that the message
 	  was an offline message. (Flavius Anton) (#2497)
+	* Two example plugins, caesarcipher and caesarcipher_consumer, have
+	  been added that demonstrate registering of a dynamic cipher type in
+	  one plugin and using it in another.
+	* IPC test plugins have been removed, since the new plugin API does not
+	  provide a seperate IPC API.
+
+	Protocols:
+	* A single oscar plugin provides both AIM and ICQ protocols.
+	* A single jabber plugin provides XMPP, GTalk and Facebook protocols.
+	* A single yahoo plugin provides both Yahoo and Yahoo JAPAN protocols.
 
 	General:
 	* Add support for Python3 in build scripts. (Ashish Gupta) (#15624)



More information about the Commits mailing list