aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS21
-rw-r--r--scummvm.rc2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 885a2a80d8..a85eb4635c 100644
--- a/NEWS
+++ b/NEWS
@@ -18,8 +18,29 @@ For a more comprehensive changelog for the latest experimental CVS code, see:
- Major rewrite of how game resources are accessed in memory. This
should fix alignment issues reported on some platforms.
+0.8.2 (2006-02-08)
+ General:
+ - Fixed OS X bundle building when using GCC 3.3.
+ - Use new logo on Mac OS X, too. (Fix already included in the
+ official 0.8.1 Mac OS X builds?)
+
+ SCUMM:
+ - Added support for rotating and scaling of sprites in HE games.
+
+ Sword2:
+ - Fixed last-minute crash when playing sound effects.
+
+ WinCE Port:
+ - Should fix weird crashes with DOTT stamp and in FOA (#1399830 #1392815)
+ - Fixed Monkey Island blocking keyboard panel on Smartphones (thks Knakos)
+ - Fixed QVGA Smartphone detection (mean it this time :p)
+ - Fixed Smartphone double right click issue.
+
0.8.1 (2006-01-31)
General:
+ - Fixed compiling with GCC 2.95.
+ - Fixed LaTeX documentation.
+ - Switched to new improved logo which matches new site design.
- More descriptive game titles in all engines.
- Fixed crash when trying to apply aspect-ratio correction to games that
cannot use it.
diff --git a/scummvm.rc b/scummvm.rc
index ee85cfc4fc..084c19ee5a 100644
--- a/scummvm.rc
+++ b/scummvm.rc
@@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "http://www.scummvm.org/\0"
VALUE "FileVersion", "0.9.0cvs\0"
VALUE "InternalName", "scummvm\0"
- VALUE "LegalCopyright", "Copyright © 2001-2005 The ScummVM Team\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2006 The ScummVM Team\0"
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
VALUE "OriginalFilename", "scummvm.exe\0"
VALUE "ProductName", "ScummVM\0"