From ba8ddda0bc21ec4e5785060984122b028c3ecc31 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 20 Sep 2018 08:44:20 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.27.1 --- .ottdrev-vc | 4 ++-- README.md | 3 ++- jgrpp-changelog.md | 6 ++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 193283c74c..74497a4715 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.27.0 20180829 0 a37e30dfd0495c726096d525922a2c8894eeec40 -4ace278a95eebe978c6cd373c5a2d6d5544aa5e340c9d2f5a03ae7c8d32edf8b - +jgrpp-0.27.1 20180920 0 6bcc705c7c7337859fc39b694b7fb19772e91afc +68aeb8cad467cc71eb265ed7966ec2ef970dae55beeae51e9ed50b0b00a4a86c - diff --git a/README.md b/README.md index 87c62fd9be..72ce0ae1e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.27.0 +## JGR's Patchpack version 0.27.1 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -231,6 +231,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Settings to allow placing stations and all NewGRF objects under bridges. (added in v0.26.0). * Leave early order timetable flag. (added in v0.27.0). * Timetabled wait times at waypoints. (added in v0.27.0). + * Add setting to enable flipping direction of all train types in depot. (added in v0.27.1). * Various minor fixes, see changelog. * [NewGRF specification additions](docs/newgrf-additions.html). diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 2b6822d533..e13f9859a2 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,12 @@ * * * +### v0.27.1 (2018-09-20) +* Fix crash when changing timetable leave early flag of current order. +* Add setting to enable flipping direction of all train types in depot. +* Fix build/compilation issue on MacOS. +* Bump trunk base from commit 703e7f8fc78a7032b7a5315092604fb62f471cb8 to commit 59a1614ba0724bf5240b91d8cd2b90ff7eeb286c. + ### v0.27.0 (2018-08-29) * Fix crash when selling a train that's in a routing restriction slot. * Fix crash and/or reservation errors at the far end when a train exited a signalled bridge/tunnel.