changeset 16104:f0f9d94928ee

merge of '5f2da9b1c55764e371254bcde18f34bb07edcc03' and 'a260d59abbc78e7dec2a658c8292c60e1d8dd9fe'
author Richard Nelson <wabz@pidgin.im>
date Sat, 14 Apr 2007 12:38:31 +0000
parents cbb2ee5464b4 (current diff) b048d48cc633 (diff)
children 1983ecd15174
files
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog.API	Sat Apr 14 08:42:17 2007 +0000
+++ b/ChangeLog.API	Sat Apr 14 12:38:31 2007 +0000
@@ -1,6 +1,16 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.0.0:
+	Please note all functions, defines, and data structures have been
+	re-namespaced to match the new names of Pidgin, Finch, and libpurple.
+	All gaim_gtk_* functions are now pidgin_*, former libgaim functions are
+	now purple_*.  Please consult our doxygen documentation for a complete
+	reference.
+
+	The gaim-compat.h header exists to provide an API compatibility layer
+	for libpurple functions.  As an API compatibility layer, it must be
+	included at compile time to be of use.
+
 	Changed:
 	* All the status stuff.  Yay!
 	* gaim_prefs_connect_callback(), added handle parameter
--- a/pidgin.spec.in	Sat Apr 14 08:42:17 2007 +0000
+++ b/pidgin.spec.in	Sat Apr 14 12:38:31 2007 +0000
@@ -460,6 +460,9 @@
 %endif
 
 %changelog
+* Thu Apr 12 2007 Stu Tomlinson <stu@nosnilmot.com>
+- Actually move libpurple.so.* to the libpurple RPM
+
 * Wed Apr 11 2007 Stu Tomlinson <stu@nosnilmot.com>
 - Separate out libpurple, libpurple-devel and finch-devel