X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/blobdiff_plain/24fbfcf349642bd1d140ce171c0fdd997ebedac2..9d83220cefa5bf6e22fbabae688b151c107780cd:/CHANGES diff --git a/CHANGES b/CHANGES index b46ed5b..023ee33 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,25 @@ No release numbers ------------------ + - Fri Mar 2 02:17:22 UTC 2001 + - Add aim_fingerprintclient(). (AB will, but you shouldn't.) + - Add some EXTRA_DIST to Makefile.am + + - Mon Feb 26 01:46:34 UTC 2001 + - Fix swapped bytes in aim_caps[]. Thanks to + Bruce Miller for pointing this out. + + - Sun Feb 11 01:07:36 UTC 2001 + - Make secondary connections to the authorizer work again + - Make aim_auth_changepasswd() work again. + - Add aim_auth_setversions(), aim_auth_getinfo(), aim_auth_setemail(), + aim_auth_reqconfirm() + - Add middle handlers for responses to all of above. + - Add examples of above to faimtest (start with 'reqauth') + + - Fri Feb 9 22:31:22 UTC 2001 + - Add aim_tx_setenqueue(). + - Thu Feb 8 20:12:39 UTC 2001 - Let TLV functions out of aim.h if FAIM_NEED_TLV is defined.