- SamplingConfig.verify() now verifies the number of sweeps and the time between bursts.
- Changed from distutils to bjam for building python extension.
- Changed a lot of the boost functionality to C++11 functionality.
- Improved resolution of getCurrentSystemTime (possibly system dependent), which is also used for stamping data without timestamps.
- WirelessNode and BaseStation serial() functions now returns a string with '0' padding when necessary.
- Fixed connection objects not always calling disconnect when destroying, causing crashes in rare scenarios.