From b3e20ec9b69c7701fc42c5766d644031b78720f7 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 3 Jul 2024 22:12:02 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.60.1 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index cee1490b82..28531ff991 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.60.0 20240702 0 3a1f1e12bce0704211248acfb52f1d3e095553b7 1 0 2024 -4a8cdbde579f3e98b369d79e4d603df92fe118c584a42697ab22de56e04f1e8a - +jgrpp-0.60.1 20240703 0 ae516b4a869540072f86a8e041f2e2c554dd6670 1 0 2024 +30d60a49e07e9aa22f4c182f47fdf4d70392c7bafbbaf34c24461486d0d993f2 - diff --git a/README.md b/README.md index f105b556a0..55827fb645 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.60.0 +## JGR's Patchpack version 0.60.1 This is a collection of features and other modifications applied to [OpenTTD](http://www.openttd.org/). It's a separate version of the game which can be installed and played alongside the standard game, not a loadable mod (NewGRF, script, or so on). diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 4eb129a943..c86824335f 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,12 @@ * * * +### v0.60.1 (2024-07-03) +* Fix network clients being disconnected when attempting to join a multiplayer game. +* Fix false-positive warning messages about inconsistencies which could cause multiplayer desyncs. +* Fix -Z (version info) command line option. +* Fix command line help text being truncated. + ### v0.60.0 (2024-07-02) * Fix incorrect water infrastructure total when changing owner of object on water, and when removing objects on water using a multiple-tile clear. * Fix vehicle route overlay focus handling in orders window for some drop downs.