[PR #3120] [MERGED] Release v20.6.0 #3923

Closed
opened 2026-02-27 03:56:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/3120
Author: @dgibbs64
Created: 11/30/2020
Status: Merged
Merged: 12/4/2020
Merged by: @dgibbs64

Base: masterHead: release/v20.6.0


📝 Commits (10+)

  • dd0b9c6 Merge branch 'hotfix/v20.5.1' into develop
  • 0ff4305 feat(mods): add Stripper:Source to the modlist (#3070)
  • f0f0a56 feat: remove support for Serious Sam 3 and Goldeneye: Source (#3078)
  • a75ce42 feat: allow forks to use master branch (#3073)
  • 990edfd feat: improve uniqueness tmux session name (#3081)
  • 5d7ff92 fix(details): Barotrauma will show as needing to be edited in game config (#3085)
  • 27fe4a6 fix(btserver): add dependency check for libicu
  • 1fbcbde fix(btserver): add dependency libicu (#3083)
  • e8a7118 fix(bf1942): add missing dependency to checks for libncurses5:i386 (#3098)
  • bb78ee3 fix(bf1942): servername parsing (#3096)

📊 Changes

46 files changed (+604 additions, -530 deletions)

View changed files

📝 .github/workflows/git-sync.yml (+4 -5)
📝 README.md (+1 -1)
📝 lgsm/config-default/config-lgsm/mcserver/_default.cfg (+4 -1)
📝 lgsm/config-default/config-lgsm/pvrserver/_default.cfg (+22 -23)
lgsm/config-default/config-lgsm/ss3server/_default.cfg (+0 -181)
📝 lgsm/data/serverlist.csv (+1 -2)
📝 lgsm/functions/alert_discord.sh (+1 -1)
📝 lgsm/functions/alert_ifttt.sh (+1 -1)
📝 lgsm/functions/alert_mailgun.sh (+1 -1)
📝 lgsm/functions/alert_pushbullet.sh (+1 -1)
📝 lgsm/functions/alert_pushover.sh (+1 -1)
📝 lgsm/functions/alert_rocketchat.sh (+1 -1)
📝 lgsm/functions/alert_slack.sh (+1 -1)
📝 lgsm/functions/alert_telegram.sh (+1 -1)
📝 lgsm/functions/check_deps.sh (+13 -10)
📝 lgsm/functions/check_system_requirements.sh (+3 -0)
📝 lgsm/functions/command_debug.sh (+2 -0)
📝 lgsm/functions/command_mods_install.sh (+23 -0)
📝 lgsm/functions/command_mods_remove.sh (+25 -6)
📝 lgsm/functions/command_monitor.sh (+4 -2)

...and 26 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/3120 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 11/30/2020 **Status:** ✅ Merged **Merged:** 12/4/2020 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/v20.6.0` --- ### 📝 Commits (10+) - [`dd0b9c6`](https://github.com/GameServerManagers/LinuxGSM/commit/dd0b9c6bb6cd83de88979593df67c222231c614b) Merge branch 'hotfix/v20.5.1' into develop - [`0ff4305`](https://github.com/GameServerManagers/LinuxGSM/commit/0ff4305c39248178b6687295800c844f35fa2080) feat(mods): add Stripper:Source to the modlist (#3070) - [`f0f0a56`](https://github.com/GameServerManagers/LinuxGSM/commit/f0f0a561330a9cf51b7cb60a66cc8d8099ef81e8) feat: remove support for Serious Sam 3 and Goldeneye: Source (#3078) - [`a75ce42`](https://github.com/GameServerManagers/LinuxGSM/commit/a75ce429b52c8c5d57810ad007ece0eecf24b9af) feat: allow forks to use master branch (#3073) - [`990edfd`](https://github.com/GameServerManagers/LinuxGSM/commit/990edfd775ec0b3dcd091b3017d94cdb2b88ce6b) feat: improve uniqueness tmux session name (#3081) - [`5d7ff92`](https://github.com/GameServerManagers/LinuxGSM/commit/5d7ff92d9b48971d9b38e7919f4303714be63f72) fix(details): Barotrauma will show as needing to be edited in game config (#3085) - [`27fe4a6`](https://github.com/GameServerManagers/LinuxGSM/commit/27fe4a65290a8838667b3b8044c307ce14c2637a) fix(btserver): add dependency check for libicu - [`1fbcbde`](https://github.com/GameServerManagers/LinuxGSM/commit/1fbcbde40cfb928bc88c959ed46e4682d1459e08) fix(btserver): add dependency libicu (#3083) - [`e8a7118`](https://github.com/GameServerManagers/LinuxGSM/commit/e8a71183b8c1931606c8b15522c14d61d3773b29) fix(bf1942): add missing dependency to checks for libncurses5:i386 (#3098) - [`bb78ee3`](https://github.com/GameServerManagers/LinuxGSM/commit/bb78ee3655e29a04056bfa87145436c89394f2f8) fix(bf1942): servername parsing (#3096) ### 📊 Changes **46 files changed** (+604 additions, -530 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/git-sync.yml` (+4 -5) 📝 `README.md` (+1 -1) 📝 `lgsm/config-default/config-lgsm/mcserver/_default.cfg` (+4 -1) 📝 `lgsm/config-default/config-lgsm/pvrserver/_default.cfg` (+22 -23) ➖ `lgsm/config-default/config-lgsm/ss3server/_default.cfg` (+0 -181) 📝 `lgsm/data/serverlist.csv` (+1 -2) 📝 `lgsm/functions/alert_discord.sh` (+1 -1) 📝 `lgsm/functions/alert_ifttt.sh` (+1 -1) 📝 `lgsm/functions/alert_mailgun.sh` (+1 -1) 📝 `lgsm/functions/alert_pushbullet.sh` (+1 -1) 📝 `lgsm/functions/alert_pushover.sh` (+1 -1) 📝 `lgsm/functions/alert_rocketchat.sh` (+1 -1) 📝 `lgsm/functions/alert_slack.sh` (+1 -1) 📝 `lgsm/functions/alert_telegram.sh` (+1 -1) 📝 `lgsm/functions/check_deps.sh` (+13 -10) 📝 `lgsm/functions/check_system_requirements.sh` (+3 -0) 📝 `lgsm/functions/command_debug.sh` (+2 -0) 📝 `lgsm/functions/command_mods_install.sh` (+23 -0) 📝 `lgsm/functions/command_mods_remove.sh` (+25 -6) 📝 `lgsm/functions/command_monitor.sh` (+4 -2) _...and 26 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 03:56:19 +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#3923
No description provided.