[PR #4254] [MERGED] Release v23.3.5 #4278

Closed
opened 2026-02-27 04:54:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/4254
Author: @dgibbs64
Created: 7/1/2023
Status: Merged
Merged: 7/1/2023
Merged by: @dgibbs64

Base: masterHead: hotfix/v23.3.5


📝 Commits (10+)

  • d9d6b6e fix(bt): add missing libxml2-utils
  • 7d958ea fix(st): update st settings to get it working again
  • f37f220 fix(etl): re add queryport
  • 14c5a14 fix(core_getopt): fix typo in command name
  • 7b115fe fix(sol): update query mode
  • 532e905 fix(ut3): update querymode and querytype in UT3 server config
  • be0cc93 fix(bt): update querymode and querytype in btserver config
  • 9a0df53 fix: update serverlist.csv
  • f2779d1 feat(docker): create ENV for directory changes in docker
  • 2ff6b68 refactor(docker): simplify root user check

📊 Changes

43 files changed (+94 additions, -114 deletions)

View changed files

📝 lgsm/config-default/config-lgsm/btserver/_default.cfg (+2 -2)
📝 lgsm/config-default/config-lgsm/solserver/_default.cfg (+2 -2)
📝 lgsm/config-default/config-lgsm/stserver/_default.cfg (+5 -11)
📝 lgsm/config-default/config-lgsm/ut3server/_default.cfg (+2 -2)
📝 lgsm/data/almalinux-8.csv (+2 -2)
📝 lgsm/data/almalinux-9.csv (+2 -2)
📝 lgsm/data/centos-7.csv (+2 -2)
📝 lgsm/data/centos-8.csv (+2 -2)
📝 lgsm/data/centos-9.csv (+2 -2)
📝 lgsm/data/debian-10.csv (+2 -2)
📝 lgsm/data/debian-11.csv (+2 -2)
📝 lgsm/data/debian-12.csv (+2 -2)
📝 lgsm/data/debian-9.csv (+2 -2)
📝 lgsm/data/rhel-7.csv (+2 -2)
📝 lgsm/data/rhel-8.csv (+2 -2)
📝 lgsm/data/rhel-9.csv (+2 -2)
📝 lgsm/data/rocky-8.csv (+2 -2)
📝 lgsm/data/rocky-9.csv (+2 -2)
📝 lgsm/data/serverlist.csv (+1 -1)
📝 lgsm/data/ubuntu-16.04.csv (+2 -2)

...and 23 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/4254 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 7/1/2023 **Status:** ✅ Merged **Merged:** 7/1/2023 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `hotfix/v23.3.5` --- ### 📝 Commits (10+) - [`d9d6b6e`](https://github.com/GameServerManagers/LinuxGSM/commit/d9d6b6ebd3de669ce8431924ba53af0e19663e97) fix(bt): add missing libxml2-utils - [`7d958ea`](https://github.com/GameServerManagers/LinuxGSM/commit/7d958ea222345419ad9eba2e492067bead3e4db3) fix(st): update st settings to get it working again - [`f37f220`](https://github.com/GameServerManagers/LinuxGSM/commit/f37f220a67af81fdb6eab5af8339124fc05c720f) fix(etl): re add queryport - [`14c5a14`](https://github.com/GameServerManagers/LinuxGSM/commit/14c5a14945a2f640b69db21a8302c2cdf706362c) fix(core_getopt): fix typo in command name - [`7b115fe`](https://github.com/GameServerManagers/LinuxGSM/commit/7b115fe07a90048fc8117b44401a31ce7ec1b4bf) fix(sol): update query mode - [`532e905`](https://github.com/GameServerManagers/LinuxGSM/commit/532e9059603fc9796b099858792a92991973fc51) fix(ut3): update querymode and querytype in UT3 server config - [`be0cc93`](https://github.com/GameServerManagers/LinuxGSM/commit/be0cc9369790e6f94e4858fa07905af22efb538c) fix(bt): update querymode and querytype in btserver config - [`9a0df53`](https://github.com/GameServerManagers/LinuxGSM/commit/9a0df53b974702447ee339e9e7d453f92c09fce1) fix: update serverlist.csv - [`f2779d1`](https://github.com/GameServerManagers/LinuxGSM/commit/f2779d1b2d3e762203c8b8d8444f932fc565a117) feat(docker): create ENV for directory changes in docker - [`2ff6b68`](https://github.com/GameServerManagers/LinuxGSM/commit/2ff6b682391faec69876c961f1fc1d2338a5ca39) refactor(docker): simplify root user check ### 📊 Changes **43 files changed** (+94 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `lgsm/config-default/config-lgsm/btserver/_default.cfg` (+2 -2) 📝 `lgsm/config-default/config-lgsm/solserver/_default.cfg` (+2 -2) 📝 `lgsm/config-default/config-lgsm/stserver/_default.cfg` (+5 -11) 📝 `lgsm/config-default/config-lgsm/ut3server/_default.cfg` (+2 -2) 📝 `lgsm/data/almalinux-8.csv` (+2 -2) 📝 `lgsm/data/almalinux-9.csv` (+2 -2) 📝 `lgsm/data/centos-7.csv` (+2 -2) 📝 `lgsm/data/centos-8.csv` (+2 -2) 📝 `lgsm/data/centos-9.csv` (+2 -2) 📝 `lgsm/data/debian-10.csv` (+2 -2) 📝 `lgsm/data/debian-11.csv` (+2 -2) 📝 `lgsm/data/debian-12.csv` (+2 -2) 📝 `lgsm/data/debian-9.csv` (+2 -2) 📝 `lgsm/data/rhel-7.csv` (+2 -2) 📝 `lgsm/data/rhel-8.csv` (+2 -2) 📝 `lgsm/data/rhel-9.csv` (+2 -2) 📝 `lgsm/data/rocky-8.csv` (+2 -2) 📝 `lgsm/data/rocky-9.csv` (+2 -2) 📝 `lgsm/data/serverlist.csv` (+1 -1) 📝 `lgsm/data/ubuntu-16.04.csv` (+2 -2) _...and 23 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:54:32 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#4278
No description provided.