comparison libfaim/CHANGES @ 282:918db59d3814

[gaim-migrate @ 292] Libfaim is versioned. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 31 May 2000 00:57:39 +0000
parents 501e09c51cbc
children 0f14e6d8a51b
comparison
equal deleted inserted replaced
281:7b06ba09ffe2 282:918db59d3814
1 1
2 No release numbers 2 No release numbers
3 ------------------ 3 ------------------
4 - Tue May 30 22:32:31 UTC 2000
5 - Added lock around tx seqnum to prevent that race when transmitting
6 from diverse threads. (actually committed earlier today)
7 - Added aim_meta.c and a few constants and things to keep
8 track of "releases".
9 - Added mkbuildinfo.sh to automatically update build string
10 "constants" on every invocation of 'make all'.
11
4 - Mon May 29 12:08:28 GMT 2000 12 - Mon May 29 12:08:28 GMT 2000
5 - Rearranged aim_tx_flushqueue(); moved write operation 13 - Rearranged aim_tx_flushqueue(); moved write operation
6 to aim_tx_sendframe() 14 to aim_tx_sendframe()
7 - Turned aim_tx_enqueue() into a macro that calls sess->tx_enqueue, 15 - Turned aim_tx_enqueue() into a macro that calls sess->tx_enqueue,
8 a function pointer to whatever you want to use to enqueue 16 a function pointer to whatever you want to use to enqueue