Version 0.2.3
=============
+ Fixed Linux version to work with newer versions of PyBluez

Version 0.2.2
=============
+ The PyS60 3rd Edition binaries have (really) been fixed, and gethostaddr() and gethostclass() should also be fixed for PyS60 2nd Edition FP2 and FP3.
+ Since it's getting more difficult to build for PyS60 1st Edition, this build has been dropped for this version -- which isn't an issue for this release since there are no new features -- but there won't be any further builds for this edition. If you need to compile LightBlue for 1st Edition, feel free to email me with any issues.
+ Fixed functions on Mac OS X build that wait (e.g. finddevices(), recv() for sockets) so that they don't busy-wait and hog the CPU.


Version 0.2.1
=============
+ Hopefully fixed problems with PyS60 3rd Edition sisx binary
+ Added unsigned sis for PyS60 3rd Edition with maximum free dev cert capabilities


Version 0.2
===========

+ L2CAP client sockets for Mac OS X and Linux
+ finddevicename() now takes usecache argument to specify whether to do a remote name request if name is in local cache
+ stopadvertising() is now automatically called for a socket when close() is called on the socket
+ Added SIS build for Series 60 3rd Edition
+ If some of the SIS files for PyS60 didn't work before, they should now
+ Improved buffering of received data for sockets on Mac OS X
+ Fixed recv() for mac sockets if other side has closed connection
+ Fixed mac sockets to receive binary data 
