From bb4a82c8e19f483ff2b744ce7fbd029335dd0499 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 19 Feb 2013 19:59:08 +0000 Subject: [PATCH] (svn r25031) [1.3] -Update: documentation --- changelog.txt | 12 ++++++++++++ os/debian/changelog | 10 ++++++++-- os/os2/installer/make_installer.cmd | 2 +- os/windows/installer/install.nsi | 4 ++-- readme.txt | 4 ++-- 5 files changed, 25 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index a5c6c22da4..5c7644d9b1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,15 @@ +1.3.0-RC1 (2013-02-19) +------------------------------------------------------------------------ +- Feature: Searching of (missing) content via GrfCrawler (r25024, r25023) +- Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over (r24986) +- Change: Apply the same name sorting rules to content and NewGRF list as for the server list (r24983) +- Fix: [SDL] Crash after bootstrap download of 32bits base set due to referencing a deleted mutex [FS#5466] (r25017) +- Fix: [SDL] Improve 8bpp hardware palette support. Instead of always requesting SDL_HWPALETTE, it is now only done for 8bp blitters in fullscreen mode (r25003, r25002, r24993) +- Fix: Set vehicle's service interval is percent flag appropriately on creation [FS#5137] (r24998) +- Fix: When choosing a train in a depot to attach a newly purchased wagon to, do not consider trains currently moving in and out of the depot (r24987) +- Fix: [Script] Crash when passing too many parameters [FS#5465] (r24982, r24981, r24980) + + 1.3.0-beta2 (2013-02-07) ------------------------------------------------------------------------ - Feature: [NewGRF] Station randomisation triggers (r24906, r24905) diff --git a/os/debian/changelog b/os/debian/changelog index 275e2c922e..c87d74c6ce 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,10 +1,16 @@ -openttd (1.3.0-beta2) unstable; urgency=low +openttd (1.3.0~RC1) unstable; urgency=low + + * New upstream release 1.3.0-RC1 + + -- Matthijs Kooijman Tue, 19 Feb 2013 00:00:00 +0100 + +openttd (1.3.0~beta2) unstable; urgency=low * New upstream release 1.3.0-beta2 -- Matthijs Kooijman Thu, 07 Feb 2013 00:00:00 +0100 -openttd (1.3.0-beta1) unstable; urgency=low +openttd (1.3.0~beta1) unstable; urgency=low * New upstream release 1.3.0-beta1 diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index 27d72c572f..4a4b2bf9ff 100644 --- a/os/os2/installer/make_installer.cmd +++ b/os/os2/installer/make_installer.cmd @@ -1,6 +1,6 @@ @echo off -set OPENTTD_VERSION=1.3.0-beta2 +set OPENTTD_VERSION=1.3.0-RC1 set OPENSFX_VERSION=0.8.0 set NOSOUND_VERSION=0.8.0 set OPENGFX_VERSION=1.2.0 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index e94c57a825..a1fe5c9b62 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 3 !define APPV_MAINT 0 -!define APPV_BUILD 1 -!define APPV_EXTRA "-beta2" +!define APPV_BUILD 2 +!define APPV_EXTRA "-RC1" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version diff --git a/readme.txt b/readme.txt index 4664cbc4a2..6a33169dad 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD readme -Last updated: 2013-02-07 -Release version: 1.3.0-beta2 +Last updated: 2013-02-19 +Release version: 1.3.0-RC1 ------------------------------------------------------------------------