Update ChangeLog and INSTALL.
authorDavid Griffith <dave@661.org>
Tue, 8 Oct 2019 05:23:48 +0000 (22:23 -0700)
committerDavid Griffith <dave@661.org>
Tue, 8 Oct 2019 06:42:19 +0000 (23:42 -0700)
ChangeLog
INSTALL

index 47c84d56a29fe9a610898ee276afa79048b03f78..05e874d116109c7df19e7978fb6cada55f0eafc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,12 @@ BUG FIXES
 
 - Fixed a lot of unsafe strcpy() and strcat() calls.
 
+- Fixed adaptive palette rendering for SDL.
+
+- Fixed scaling with manually specified window dimensions.
+
+- Fixed problem with unnecessary newlines with input timeouts.
+
 
 Summary of changes between Frotz 2.43 and Frotz 2.44:
 =====================================================
diff --git a/INSTALL b/INSTALL
index 858534b98daa29084e7a31b17856e9b5613234f8..3bee0e76dbc347b6a22793c853ee76b47d6d6ca4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -28,6 +28,9 @@ For sound support, a few more things are necessary:
   * libvorbis     (1.3.2 or higher)
 Earlier versions of these libraries might work, but are untested.
 
+If you don't want to build Frotz with audio support, simply do "make
+nosound" or comment out the "SOUND" line from the Makefile.
+
 For NetBSD, you must install the libao-sun plugin for libao.
 
 Linux uses ncurses, so you're safe there.  The version of curses that