diff plugins/icq/CHANGES_SINCE_1.0 @ 1309:0a766047b4fd

[gaim-migrate @ 1319] Yay, new icqlib committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 19 Dec 2000 10:08:29 +0000
parents
children 4c510ca3563f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/icq/CHANGES_SINCE_1.0	Tue Dec 19 10:08:29 2000 +0000
@@ -0,0 +1,23 @@
+
+This file is intendended to be a list of source incompatable changes have 
+been made since icqlib-1.0.0.
+
+2000-12-19: ICQLINKs have been reworked.  Members that provide no useful 
+information to the library client have been moved to a private structure 
+attached to the public ICQLINK, ICQLINK_private.  See icqlib.h.  ICQLINK 
+memory management now must be performed by the library (which is probably 
+how it should have always been), with icq_ICQLINKNew and 
+icq_ICQLINKDelete.
+
+2000-12-19: Your application is no longer responsible for allocating and
+freeing the ICQLINK structure, rather, it is returned as the result of a
+icq_ICQLINKNew call.  icq_ICQLINKDelete will free an ICQLINK structure.
+
+2000-12-19: icq_Init and icq_Done have been removed.  Use icq_ICQLINKNew
+and icq_ICQLINKDelete instead.  In addition, icq_ICQLINKNew has gained an
+additional parameter: a flag to turn TCP on or off.
+
+
+
+
+