File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ If audio support is enabled, you'll also need:
49
49
50
50
SDL 2
51
51
libsndfile
52
- libfluidsynth
52
+ libfluidsynth (version 2.x)
53
53
libvorbisfile
54
54
libmpg123
55
55
Original file line number Diff line number Diff line change 1
- git
2
- ===
1
+ 3.1 - 2021-09-16
2
+ ================
3
3
4
4
- Fixed sound not working correctly anymore after canceling a sound with a
5
5
crossfade.
14
14
issues for non-ASCII Tads 2 games. Now the proper text codec is used.
15
15
16
16
- 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
18
18
doesn't have filesystem permission to write there.) Now those files will be
19
19
created in the proper, OS-configured directory for temp files.
20
20
21
21
- Various bugfixes in the audio engine. Due to this, FluidSynth 2.x is now
22
22
required for MIDI support. Ubuntu 20.04 ships it. 18.04 does not.
23
23
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.
25
34
26
35
27
36
3.0 - 2020-02-15
You can’t perform that action at this time.
0 commit comments