From a4338ee97f870665c131bcb170d9979615ee539f Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 14 Feb 2017 01:01:58 +0000 Subject: [PATCH] Cherry-pick readme/changelog for jgrpp-0.17.1 --- README.md | 2 +- jgrpp-changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a7188cbe9..089f11e31e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.17.0 +## JGR's Patchpack version 0.17.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 fb4a593b9b..c474adfd7a 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,12 @@ * * * +### v0.17.1 (2017-02-14) +* Fix crash when deleting bridge/tunnel with signals due to company reset/bankruptcy. +* Fix crash in linkgraph job scheduler when the total estimated cost of all jobs is 0. +* Fix crash when using build and refit with NewGRF sets with unpredicatable/dynamic refit costs. +* Fix support for increased number of NewGRFs in single player. + ### v0.17.0 (2017-02-07) * Template-based train replacement: * Fix crash on load/join after a company which owns templates goes bankrupt or is bought out.