From 7174d8e9a065ce6cb4de46452647ad625155d891 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 6 Nov 2019 17:58:40 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.32.2 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 11 +++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 4e4765de35..457e7a3526 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.32.1 20191020 0 a7be39d07a1a03170c84a096074ade582650237f 1 0 -f91908dae439bd465b355caf343699e85d0b5f9cf83b28494a6f2fabb3b85d0e - +jgrpp-0.32.2 20191106 0 ca3c72438e77032f2a327c17e2a3a0be59238d15 1 0 +778c3c9caf62e142aa1e71883d7a3b91c81a1d0725b328a29c80467eda5511e2 - diff --git a/README.md b/README.md index e6cf329910..d7aaaa73e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.32.1 +## JGR's Patchpack version 0.32.2 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index c12ffc8862..2c30a4bd8e 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,17 @@ * * * +### v0.32.2 (2019-11-06) +* Fix crash which could occur after removing oil rig. +* Fix crash which could occur when scanning NewGRF files. +* MacOS: Fix crash issues on MacOS 10.15 Catalina. +* SDL2 video driver (Linux): + * Fix home and end keys in text editing contexts. + * Fix page down key. + * Fix up/down and function keys printing '?' in text editing contexts. +* Fix multiplayer issues which could occur on networks with a reduced MTU. +* Bump trunk base from commit e2e112baaabaaeec1f04f13c3759f24c06b42cf2 to commit d5a9bd404a3ca90a18abeeaaaabdbf5185437ba7. + ### v0.32.1 (2019-10-20) * Fix "undefined string" appearing in 3rd line of error message window. * Fix width of bottom row of template-based train replacement create/edit template window.