Questa versione risolve diversi crash e aggiunge la possibilità di specificare un numero minimo di versione per ogni dispositivo separatamente.
In aggiunta al momento di ripristino di uno snapshot del server è possibile avere di ritorno una lista di ogni nuovo channel id per ogni canale presente nello snapshot.
Nota: i file binari non contengono più il suffisso del sistema operativo/architettura. Qualsiasi script che li utilizza è da aggiornare rispecchiando le modifiche.
La versione minima per OSX ora è la 10.7
La versione minima per FreeBSD ora è la 10.1
Changelog completo:
Codice:
=== 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.