1
0
Fork 0

(svn r22527) [1.1] -Prepare for 1.1.1

release/1.1
frosch 2011-05-31 19:25:02 +00:00
parent 7bbfbcddb7
commit 041714e538
6 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,9 @@
1.1.1 (2011-06-01)
------------------------------------------------------------------------
- Change: Automatic orders are better called implicit orders as no real order influencing path finding is added (r22474, r22473)
- Fix: Only try to insert implicit orders for ground vehicles. Aircraft may reach unscheduled terminals when skipping orders [FS#4624] (r22492)
1.1.1-RC1 (2011-05-15) 1.1.1-RC1 (2011-05-15)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Feature: [NewGRF] Allow to filter by town of the current industry when using industry variable 0x68 [FS#4591] (r22434) - Feature: [NewGRF] Allow to filter by town of the current industry when using industry variable 0x68 [FS#4591] (r22434)

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs OpenTTD's known bugs
Last updated: 2011-05-15 Last updated: 2011-06-01
Release version: 1.1.1-RC1 Release version: 1.1.1
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
openttd (1.1.1) unstable; urgency=low
* New upstream release 1.1.1
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 01 Jun 2011 00:00:00 +0200
openttd (1.1.1~RC1) unstable; urgency=low openttd (1.1.1~RC1) unstable; urgency=low
* New upstream release 1.1.1-RC1 * New upstream release 1.1.1-RC1

View File

@ -1,6 +1,6 @@
@echo off @echo off
set OPENTTD_VERSION=1.1.1-RC1 set OPENTTD_VERSION=1.1.1
set OPENSFX_VERSION=0.8.0 set OPENSFX_VERSION=0.8.0
set NOSOUND_VERSION=0.8.0 set NOSOUND_VERSION=0.8.0
set OPENGFX_VERSION=0.7.0 set OPENGFX_VERSION=0.7.0

View File

@ -2,8 +2,8 @@
!define APPV_MAJOR 1 !define APPV_MAJOR 1
!define APPV_MINOR 1 !define APPV_MINOR 1
!define APPV_MAINT 1 !define APPV_MAINT 1
!define APPV_BUILD 0 !define APPV_BUILD 1
!define APPV_EXTRA "-RC1" !define APPV_EXTRA ""
!define APPNAME "OpenTTD" ; Define application name !define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version

View File

@ -1,6 +1,6 @@
OpenTTD readme OpenTTD readme
Last updated: 2011-05-15 Last updated: 2011-06-01
Release version: 1.1.1-RC1 Release version: 1.1.1
------------------------------------------------------------------------ ------------------------------------------------------------------------