Some preparations for 2.44
authorDavid Griffith <dave@661.org>
Thu, 14 May 2015 06:22:04 +0000 (23:22 -0700)
committerDavid Griffith <dave@661.org>
Thu, 14 May 2015 06:22:04 +0000 (23:22 -0700)
ChangeLog
Makefile
src/common/frotz.h

index 843ac94a4d12397de27ea96682361e74dfc0a57f..775d90b1fefd633169d518713a659a72bb4c0ad8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+Summary of changes between Frotz 2.43 and Frotz 2.44:
+=====================================================
+
+Frotz 2.44 was released on Thursday May 14, 2015.
+
+NEW FEATURES
+
+- Blorb support implemented.  No support for audio in Blorb files yet.
+
+- Added an -m option for Dumb Frotz to suppress the [MORE] prompt.
+
+- Makefile and code for compiling for 16-bit DOS.
+
+BUG FIXES
+
+- Fixed a problem with saving and restoring in certain games.
+
+- Fixed assorted minor 64-bitness problems.
+
+
 Summary of changes between Unix Frotz 2.42 and Unix Frotz 2.43:
 ===============================================================
 
index 78372a75bd9e8e4630482f58285c8b4a2dc2290d..31f271fb5ffdc50c4529cc4f467bc080e553283f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ SDL_LIBS = -ljpeg -lpng -lz -lSDL -lSDL_mixer
 
 SRCDIR = src
 
-VERSION = 2.44pre
+VERSION = 2.44
 
 NAME = frotz
 BINNAME = $(NAME)
index 6265d5d376cf39db60dd051b0e145aafadec08d2..405aeb80984be66d897c85a5f4238e3745117d40 100644 (file)
@@ -10,7 +10,7 @@
    this definition, but have the unix port see the curses version. */
 
 #ifndef VERSION
-#define VERSION "2.44pre"
+#define VERSION "2.44"
 #endif
 
 #ifndef __UNIX_PORT_FILE