From 23efead74e34838b4565e9531b2ab187d5c9e2d7 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 13 Apr 2020 10:18:33 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.34.1 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index d6278e2393..5a15c78170 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.34.0 20200406 0 f077c3bf6e8a5589a84a3ba03650d03f47f196be 1 0 -df5da3f8800ebf94c15eb3f5a9d0f70648408ff15b9f3b84ae66d17ef1bf0156 - +jgrpp-0.34.1 20200412 0 5ac240147eaa07764b8ae896a14cd084d156a8d8 1 0 +4a32f30293ea2a387af81bf897b4326d9156521d3c34087343d45a39e96f52fe - diff --git a/README.md b/README.md index fe574ad763..78f32f7c6f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.34.0 +## JGR's Patchpack version 0.34.1 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 5a6a69f69f..c8827cc54b 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,16 @@ * * * +### v0.34.1 (2020-04-13) +* Fix crash which could occur at startup for some combinations of resolution and zoom settings. +* Fix crash which could occur on WINE on systems with more than two network interfaces. +* Scheduled dispatch: + * Fix double dispatch request when timetable is not started. + * Fix lateness not being updated when timetabled waiting time at dispatch point changes. + * Fix dispatch order timetabled waiting time being taken as zero in some circumstances. +* Various changes to improve thread safety/data races. +* Bump trunk base from commit b50d77b831c60f9f162a6f1d2bc9ca19e702784e to commit 9339e4dcad8aa74ff1b2723ea63a2e31c23f5d44. + ### v0.34.0 (2020-04-07) * Fix crash when attempting to draw zero-size or invalid sprite. * Fix crash which could occur when scrolling the viewport on some platforms.