13.0.8 (Unix patch 1)
2====================
3
4  - Two new command-line tools have been added to the Tads 3 build;
5    "t3res" and "mkchrtab".  The first is used to embed resource files
6    into a Tads 3 game (like a "gameinfo.txt"), while the latter creates
7    character mapping table files.
8
9  - A bug that caused recent TADS 3 games to crash the interpreter when
10    trying to display a banner has been fixed.  Although this fix is not
11    specific to the Unix port (it existed in the base code), it's listed
12    here since it was a quite serious one.
13
14  - Fixed a bug where the screen was not updated properly when a game
15    was waiting for an input after showing a [More] prompt.  Thanks to
16    Dan Shiovitz for providing this bugfix.
17
18
193.0.8
20=====
21
22  - When installing TADS 2 ("make install" in tads2/), the development
23    libraries will now also get installed.  For this purpose, the
24    DATADIR variable has been added in tads2/Makefile.  By default, it
25    points to PREFIX/share/tads2, where PREFIX is something like
26    /usr/local.
27