1.0.0: Initial version
1.0.1: Add thread for callbacks in IPConnection (allows to call getters in callbacks)
1.0.2: Remove accidental debug output that was present in 1.0.1
1.0.3: Add support for IMU Brick, Analog In Bricklet and Analog Out Bricklet
1.0.4: Add ChibiFreuqency and ChibiChannel methods
1.0.5: Add sync rect support to Stepper Brick bindings and make Device class public
1.0.6: Make Device class abstract
1.0.7: Add version information to manifest of tinkerforge.jar
       Silently ignore messages from devices with unknown stack ID
       Don't generate addListener method for devices without callbacks
       Add inline code documentation
1.0.8: Ensure that the answering device matches the expected type in IPConnection.addDevice
1.0.9: Treat '-' and ' ' as equal in device name check for backward compatibility
1.0.10: Improve exception handling in receive thread
        Ensure to unblock callback thread when destroying the IPConnection
        Fix handling of fragmented packets
1.0.11: Add RS485 support
1.0.12: Add chip temperature and reset functions
1.0.13: Add monoflop functionality to Dual Relay Bricklet API
1.0.14: Add time base all data function/callback and state callback to Stepper Brick API
1.0.15: Fix direction of getAllDataPeriod method in Stepper Brick API
        Make addDevice thread-safe
        Ensure correct shutdown order of threads
1.0.16: Fix race condition in addDevice method
        Add monoflop functionality to IO-4 and IO-16 Bricklet API
1.0.17: Add WIFI support
1.0.18: Add getter for WIFI buffer status information
        Change WIFI certificate getter/setter to transfer bytes instead of a string
        Add API for setting of WIFI regulatory domain
        Add reconnect functionality to IPConnection (for WIFI Extension)
        Add API for Industrial Bricklets: Digital In 4, Digital Out 4 and Quad Relay
        Use StringBuilder when deserializing strings and strip NUL characters
        Avoid a race condition in expectedResponseFunctionID handling
        Fix semaphore deadlock on timeout
1.0.19: Add API for Barometer Bricklet
1.0.20: Replace Barometer Bricklet calibrate function with getter/setter for reference air pressure
1.0.21: Add get_usb_voltage function to Master Brick API
        Add Barometer Bricklet examples
1.0.22: Add API for Voltage/Current Bricklet
        Add API for GPS Bricklet
2.0.0: Add compatability for Protocol 2.0
