=============================================================
      TeamSpeak 3 - Software Development Kit Changelog
             Copyright TeamSpeak Systems GmbH
                 http://www.teamspeak.com
=============================================================
           + Added feature or noticable improvement
           - Bug fix or something removed
           * Changed or Information
           ! Important - Take note!
=============================================================

=== PROVISIONING_SDK Release 3.0.2.8 17 June 2013
+ Added usage based accounting code
+ Added gracefull shutdown mechanism. The voice Server stops accepting 
  new connections when the file "ts3server_update_available.dat" is
  detected, and stops the server when no more channels are reserved.
- Handle a virtual server shutting down.
+ set provisioning server log level by setting environment variable
  ts3loglevel=debug or ts3loglevel=devel

=== PROVISIONING_SDK Release 3.0.2.7 2 June 2013
+ Fixed voice server is reserving too many slots

=== PROVISIONING_SDK Release 3.0.2.6 23 May 2013
+ Fixed deadlock issues in callbacks by doing (most) callbacks asynchroniously.
+ Fixed a deadlock issue in setPreProcessorConfigValue.

=== PROVISIONING_SDK Release 3.0.2.5 14 April 2013
+ Added White-/Black-list functionality
+ Added option to ignore specific client commands in the TeamSpeak server.
  Blocked commands can be added to provisioning.ini.

=== PROVISIONING_SDK Release 3.0.2.4 19 March 2013
- fixed bugs in Delete Slots command

=== PROVISIONING_SDK Release 3.0.2.3 13 February 2013
+ added SECURITY_SALT feature
+ added setable channel timeout feature
+ added explicit slot deletion feature
+ added OPUS codec support
* a client can only connect to a ts3 server once (per unique ident)
- numerous bug fixes and performance improvments
