Skip to content

Commit

Permalink
Update NEWS, bump version to 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Aug 31, 2022
1 parent e86df34 commit c773d4b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v2.1.0 (2022-08-31)

Bug fixes and changes in this version:

* libm is included as a dependency when needed (thanks slicer69).
* No error is printed if the config file doesn't exist (thanks Kenneth
Pronovici).
* The screen is now redrawn properly when in menus and the window is uncovered
or resized (thanks Kenneth Pronovici).
* Some potential crashes were fixed when near the edges of the map.
* Some of the code has been refactored to centralize how levels are defined. In
the future this will help to support custom levels.

Documentation changes:

* Build instructions were clarified (thanks Kenneth Pronovici).
* Better documentation of novice mode was added to the manpage (thanks Kenneth
Pronovici).
* References to the -p argument were removed from the manpage and the help text
(thanks Kenneth Pronovici).

# v2.0.0

Changes in this version:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([SDL Sopwith], [2.0.0], [fraggle@gmail.com], [sdl-sopwith])
AC_INIT([SDL Sopwith], [2.1.0], [fraggle@gmail.com], [sdl-sopwith])
AC_CONFIG_AUX_DIR(autotools)

VERSION=$CONFIG_VERSION
Expand Down

0 comments on commit c773d4b

Please sign in to comment.