TeamSpeak 3 Server 3.0.12 Release


更新

今回はバグフィックスだけではなく、新たな機能の追加等が行われています。


原文

=== Server Release 3.0.12 26 Jan 2016
 + added "virtualserver_min_android_version" and "virtualserver_min_ios_version" to specifically
   set the minimal allowed client versions for android and iOS on the server.
 + added "-mapping" to the serversnapshotdeploy command. This optional parameters will add a mapping
   of the old and new channelid's in the return
 + Grouped several SQL queries together into one statement which improves performance
 - fixed clientdbfind command returning false entries
 - fixed some hangs after heavy network IO on Linux/FreeBSD/OSX
 - fixed issue with clientinfo command
 - fixed crash when (automatically) deleting a channel
 - fixed tsdnsserver libc++ issue on Linux
 * The server will now print a warning if the locale is set to "C"
 * Replaced Server query manual PDF file with a HTML version
 * Unsigned variables (client/server/instance etc) now only accept positive values and -1 (synonym
   for maximum value). Other negative values result in conversion error.
 * Serverquery manual fixes
 * Made a small change to the way the server handles the initialization protocol
 ! Removed "virtualserver_max_upload_total_bandwidth" and
   "virtualserver_max_download_total_bandwidth" from the server template if the value was "-1"
 ! The server binaries file names now do NOT have the platform suffixes any more. They are all
   called "ts3server"
 ! The OSX version is now 64 bit only. OSX 10.7 is now the minimum supported version.
 ! Some SQL queries changed or added. If you use custom SQL queries, please take note of this.
 ! The minimum supported FreeBSD version for the server is 10.1 from now on. Release 3.0.13 (next)
   will need a libc++ from ports/pkg or FreeBSD 10.2.

日本語訳

=== サーバ リリース 3.0.12 2016年1月26日
 + "virtualserver_min_android_version" と "virtualserver_min_ios_version" を追加。
   具体的には Android と iOS の最低バージョンの設定が可能。
 + serversnapshotdeploy コマンドに "-mapping" を追加。このオプションのパラメータは
   古いチャンネルと新しいチャンネルの channnelid を複数返します。
 + グループ化された複数のSQL文は、パフォーマンスを向上させる為に1つの文にまとめて問い合わせるようにした。
 - clientdbfind コマンドが虚偽(?)を返すのを修正。
 - Linux/FreeBSD/OSX 上で、大量のネットワークI/O後にハングアップするのを修正。
 - clientinfo コマンドの問題を修正。
 - クラッシュ時に(自動的に)チャネルを削除するのを修正。
 - Linux 上の tsdnsserver の libc++ の問題を修正。
 * ロケールが "C" に設定されている場合、サーバは警告を表示しません。
 * サーバクエリマニュアルを PDF から HTML へ変更。
 * 今回から符号なしの変数(クライアント/サーバ/インスタンスなど)は正の値と-1(最大値と同義)を受け入れます。
   他の負の値は、変換エラーになります。
 * サーバクエリマニュアルを修正。
 * Made a small change to the way the server handles the initialization protocol (謎)
 ! "virtualserver_max_upload_total_bandwidth" と "virtualserver_max_download_total_bandwidth" を
   サーバテンプレートから削除。値があった場合は "-1" になります。
 ! サーババイナリのファイル名は現在、プラットフォームが任意の複数のサフィックスがありません。
   それらはすべて "ts3server" と呼ばれています
 ! OSX版は、64ビットのみです。OSX 10.7は、現在サポートされる最小バージョンです。
 ! 一部のSQLクエリは、変更または追加されます。カスタムSQLクエリを使用している場合は、このメモをしてください。
 ! サーバでサポートされる最小のFreeBSDバージョンは、今回から10.1です。
   (TS3サーバ)3.0.13は、(次の)FreeBSDの10.2には ports/pkg から libc++ が必要になります。