Release Notes for Clearsilver 0.9.7 11/18/2003 ------------------------------------- This is a bugfix release, with one incompatible change. Incompatible Bugfix - When working on something which linked with the mysql client library, I ran into a problem with overlapping network code, since both theirs and mine started with net_. So, now all ClearSilver networking code is prefixed with an ne_net_. The functions themselves are the same, but calling code will have to be updated. Bugs - The folks over at Plaxo were having core dump troubles, which appeared to be caused by the RFC2388 file upload code not paying attention to the done parameter, so if the file upload ending in the wrong place could cause some havoc. Fixed. - Alan over at Wunderground found we weren't fixing up a pointer when you sorted an HDF node. This could cause some wacky behavior when inserting into a subtree after you'd sorted it.