Commit fc60a387 authored by jan.koester's avatar jan.koester
Browse files

test

parent 3f2f3901
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
blogi (20260628+1) unstable; urgency=medium

  * gameinfo: fix gamestatus page only showing HLDS servers — reload all
    in-memory server lists after Settings add/delete
  * gameinfo: fix FreeBSD hang on offline game servers — replace manual
    mutex lock/unlock with RAII lock_guard, add catch(...) to all render
    loops so uncaught exceptions never leave the mutex locked
  * gameinfo: reduce BF1942/CoD4/HLDS query timeout from 1000 ms to 250 ms

 -- Jan Koester <jan.koester@tuxist.de>  Sat, 28 Jun 2026 12:00:00 +0200

blogi (20260525+1) unstable; urgency=medium

  * Switch editor CLI to cmdplus for argument parsing