Releases: Sphereserver/Source
Releases · Sphereserver/Source
Release list
v0.56d (build 1135)
Added missing OpenSSL dll files required by MySQL libs v8.0
v0.56d (build 1134)
Updated internal MySQL libs v6.1.10 (MySQL client 5.7.16) to v8.0.46
Important
It's HIGHLY recommended to update MySQL client library to prevent errors when using MySQL
- Windows: replace file
libmysql.dllwith the version included in the downloaded zip - Linux:
- Debian-based: update package
libmysqlclient20tolibmysqlclient21usingsudo apt-get install libmysqlclient21 - RHEL-based: switch MySQL module stream to v8.0 using
sudo dnf module switch-to mysql:8.0
- Debian-based: update package
v0.56d (build 1133)
Updated internal SQLite libs v3.30.1 to v3.53.3
v0.56d (build 1132)
Updated internal Zlib libs v1.2.13 to v1.3.2
v0.56d (build 1131)
Updated project files to use the same compiler flags and features on Windows/Linux builds
Also updated C++ standard from C++14 to C++20
v0.56d (build 1129)
Fixed linux compiler warnings
Also changed GitHub releases to include script pack
v0.56d (build 1128)
Fixed some alerts reported by CodeQL
v0.56d (build 1127)
Fixed linux compiler warnings
v0.56d (build 1126)
Fixed linux compiler warnings
v0.56d (build 1125)
Fixed linux compiler warnings