X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/blobdiff_plain/f8ac50207115be146f19e63e07e40e2941fa3c2c..98c88242811131668c416faa1e8775b1ff386a88:/CHANGES diff --git a/CHANGES b/CHANGES index 9b2faf3..08ab5ad 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,29 @@ No release numbers ------------------ + - Mon Aug 28 03:11:15 GMT 2000 + - Adds lots of comments + - Add AIM_CLASS_ALLUSERS constant for setgrouppermmask() + - Add warnings support (jbm) + + - Mon Aug 21 22:00:18 UTC 2000 + - Implement SNAC login MD5 (thanks to Sonuvbob for that one) + - Clear out all that old login cruft. Much cleaner now. + - REQUIRES CLIENT CHANGES (see faimtest) + + - Fri Aug 18 19:52:54 UTC 2000 + - Fix the non-pthread bug + + - Thu Aug 17 23:19:40 UTC 2000 + - A few more leak fixes (only a few left to go...) + + - Thu Aug 17 23:08:08 UTC 2000 + - More leak fixes (eric, eric, eric...) + + - Thu Aug 17 22:53:03 UTC 2000 + - Change the SNAC cache to a hash instead of list + - Fixed a few leaks relating to aim_gettlv_str() + - Thu Aug 17 14:04:18 UTC 2000 - Fix the fd closing bug introduced last week