Skip to content

Commit eb2880c

Browse files
committed
Docs
1 parent a263576 commit eb2880c

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If audio support is enabled, you'll also need:
4949

5050
SDL 2
5151
libsndfile
52-
libfluidsynth
52+
libfluidsynth (version 2.x)
5353
libvorbisfile
5454
libmpg123
5555

NEWS

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
git
2-
===
1+
3.1 - 2021-09-16
2+
================
33

44
- Fixed sound not working correctly anymore after canceling a sound with a
55
crossfade.
@@ -14,14 +14,23 @@ git
1414
issues for non-ASCII Tads 2 games. Now the proper text codec is used.
1515

1616
- Fixed "unnamed" (from the point of view of Tads) temporary files being
17-
created on the OS root directory (and thus usually failing since the user
17+
created in the OS root directory (and thus usually failing since the user
1818
doesn't have filesystem permission to write there.) Now those files will be
1919
created in the proper, OS-configured directory for temp files.
2020

2121
- Various bugfixes in the audio engine. Due to this, FluidSynth 2.x is now
2222
required for MIDI support. Ubuntu 20.04 ships it. 18.04 does not.
2323

24-
- QTads now requires a C++17 compiler.
24+
- The Linux AppImage binary had a broken online update check on some systems.
25+
This was due to an incompatibility caused by the AppImage bundling a copy
26+
of OpenSSL 1.0 (from Ubuntu 16.04) and using that copy unconditionally.
27+
We now bundle 1.1 but don't use it if the system already provides it. We
28+
only use it on old distros that only provide OpenSSL 1.0. This is necessary
29+
because 1.0 and 1.1 are incompatibile with each other; an application built
30+
using 1.1 won't run with 1.0 and vice versa.
31+
32+
- A C++17 compiler is now required. GCC 5.4 (Ubuntu 16.04) is the oldest GCC
33+
version that is verified to still be able to build QTads.
2534

2635

2736
3.0 - 2020-02-15

0 commit comments

Comments
 (0)