comparison plugins/icq/ChangeLog @ 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 201ec77f3a60
children 4c510ca3563f
comparison
equal deleted inserted replaced
1308:4741b5a75b9f 1309:0a766047b4fd
1
2 2000-12-19 Bill Soudan <wes0472@rit.edu>
3
4 * icqlib/chatsession.c, icqlib/contacts.c, icqlib/eventhandle.c,
5 icqlib/filesession.c, icqlib/icq.h.in, icqlib/icqlib.c,
6 icqlib/icqlib.h, icqlib/queue.c, icqlib/stdpackets.c,
7 icqlib/tcp.c, icqlib/tcplink.c icqlib/udp.c: moved some ICQLINK
8 members to ICQLINK_private structures, added icq_ICQLINKNew and
9 icq_ICQLINKDelete functions which replace icq_Init and icq_Done
10
11 * CHANGES_SINCE_1.0: lists source incompatable changes since
12 1.0 release.
13
14 * VERSION: bumped version number to 1.1
15
16 2000-12-06 Denis V. Dmitrienko <denis@null.net>
17
18 * icqlib/queue.c, icqlib/stdpackets.h, icqlib/tcp.h, icqlib/tcphandle.c:
19 Handling for mass TCP messages has been added based on patch by
20 Konstantin Klyagin <konst@konst.org.ua>
21
22 2000-12-03 Bill Soudan <soudan@kde.org>
23
24 * icqlib/queue.c: fixed compilation with gcc-2.96
25
26 * icqlib/tcplink.c: fixed bug #105068
27
28 2000-11-02 Denis V. Dmitrienko <denis@null.net>
29
30 * icqlib/icq.h.in, icqlib/icqlib.c, icqlib/udp.c:
31 Ability to disable TCP protocol has been added.
32
33 * icqlib/udphandle.c: Do not ack unhandled protocol version.
34
35 2000-08-13 Denis V. Dmitrienko <denis@null.net>
36
37 * icqlib/tcphandle.c:
38 Cyrillic recoding on received URL description added.
39
40 * icqlib/icq.h.in, icqlib/util.c: icq_Genders[] array have been added.
41
42 2000-08-13 Denis V. Dmitrienko <denis@null.net>
43
44 * icqlib/udp.c: Patch #101057 have been applied.
45
46 2000-07-31 Denis V. Dmitrienko <denis@null.net>
47
48 * .cvsignore, Makefile.am: Little modifications before releasing.
49
1 2000-07-30 Denis V. Dmitrienko <denis@null.net> 50 2000-07-30 Denis V. Dmitrienko <denis@null.net>
2 51
3 * ChangeLog, icqlib-0.2.0.lsm, icqlib-1.0.0.lsm, README, TODO, 52 * ChangeLog, icqlib-0.2.0.lsm, icqlib-1.0.0.lsm, README, TODO,
4 VERSION, Win32.zip: 53 VERSION, Win32.zip:
5 Updated version for 1.0.0 release. 54 Updated version for 1.0.0 release.