From 01d12b23732cb05534a0ce232854dac4d85ad06c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 16 May 2023 19:25:03 -0400 Subject: [PATCH] Update NEWS, bump version number. --- NEWS.md | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d21c330..d367161 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,25 @@ +# v2.2.0 (2023-05-16) + +* Multiplayer support was added for the Windows version, at long last. +* Help text is now shown for new players. This is shown on game start in + novice mode, but won't be shown again after a successful flight. The help + text will also appear in other single player modes, but only if it looks + like you're really struggling to get the plane off the ground. +* It's no longer possible to flip the plane upside down while sitting + motionless on the runway (a bug since the original DOS versions). +* It's no longer possible to get wounded on the ground. If a plane shoots + another on the ground, that's a successful raid. This fixes a bug where + a wounded plane on the runway would still be damaged after takeoff. +* The game no longer freezes up in multiplayer mode if the other player + quits. When establishing a connection, a helpful message is shown about how + to abort. +* An extra help doc was added for macOS users. +* If the game quits with an error, a friendly dialog box now shows the error. +* Some minor manpage fixes: the deleted missiles mode flag is no longer + mentioned, and the spacing appears correct on OpenBSD man(1). +* Lots more internal cleanups making good progress towards eventually adding + support for custom levels. + # v2.1.1 (2022-11-05) * An embarrassing bug was fixed where you could win by bombing your own diff --git a/configure.ac b/configure.ac index 5b32b94..d9fcb6a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([SDL Sopwith], [2.1.1], [fraggle@gmail.com], [sdl-sopwith]) +AC_INIT([SDL Sopwith], [2.2.0], [fraggle@gmail.com], [sdl-sopwith]) AC_CONFIG_AUX_DIR(autotools) VERSION=$CONFIG_VERSION