Bump version to 2.50b2 for second beta test.
authorDavid Griffith <dave@661.org>
Thu, 17 Oct 2019 06:33:11 +0000 (23:33 -0700)
committerDavid Griffith <dave@661.org>
Thu, 17 Oct 2019 06:33:11 +0000 (23:33 -0700)
ChangeLog
Makefile
Makefile.tc
README
README.md
doc/dfrotz.6
doc/frotz.6
doc/sfrotz.6

index 05e874d116109c7df19e7978fb6cada55f0eafc2..70ec113d70f96741b4caf0f2ab303e8f498c29bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-Summary of changes between Frotz 2.44 and Frotz 2.45:
+Summary of changes between Frotz 2.44 and Frotz 2.50:
 =====================================================
 
-Frotz 2.45 was released on ????
+Frotz 2.50 was released on ????
 
 NEW FEATURES
 
@@ -32,6 +32,8 @@ BUG FIXES
 
 - Fixed problem with unnecessary newlines with input timeouts.
 
+- Allow fontdir in .sfrotzrc to work relative to user's home directory.
+
 
 Summary of changes between Frotz 2.43 and Frotz 2.44:
 =====================================================
index 0a7487f2eccd060f0249f13467263c37be9b24f5..3c3c31827d3bd1248cfc74f720076f576a5cbc7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ export NOSOUND
 export CURSES_SOUND_LDFLAGS
 
 NAME = frotz
-VERSION = 2.50b1
+VERSION = 2.50b2
 
 
 # If we're working from git, we have access to proper variables. If
index d331f341926db86d576fb24d07f0803d4b4eadc9..ad575ee4c99b0cd6c1f666f3663755d33f945b09 100644 (file)
@@ -14,7 +14,7 @@ RENAME = ren
 BINNAME = frotz.exe\r
 LIBRARY = frotz.lib\r
 \r
-VERSION = "2.50b1"\r
+VERSION = "2.50b2"\r
 \r
 VER = -DVERSION=$(VERSION)\r
 \r
diff --git a/README b/README
index 78fe5946b3ca51881401be433c029c9a97d2abe0..dd2af0126ee7df89994f12805787aeb7a7fea3e8 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-FROTZ V2.50b1 - An interpreter for all Infocom and other Z-machine games.
+FROTZ V2.50b2 - An interpreter for all Infocom and other Z-machine games.
 Complies with standard 1.0 of Graham Nelson's specification.
 
 Originally written by Stefan Jokisch in 1995-1997.
index 09c415c967022119bc870c33c171a0d13444cfab..d258c8f523307bd5ebbdd93a99011b99d16f2ff4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# FROTZ V2.50b1
+# FROTZ V2.50b2
 An interpreter for all Infocom and other Z-machine games.
 Complies with standard 1.0 of Graham Nelson's specification.
 
index 9463a1ac1a5e7ce8f7c9aaf645eb7954d4b0806c..cbc39466c80d664d15aad5d93c53165eb13623a1 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH DFROTZ 6 2.50b1
+.TH DFROTZ 6 2.50b2
 .SH NAME
 dfrotz \- interpreter for Infocom and other Z-Machine games (dumb interface)
 
index 9592b58a4cee828a34f338f6b5fac823aaba9c94..7aff17af79081a0b90bbc3a736b34a6f43978376 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH FROTZ 6 2.50b1
+.TH FROTZ 6 2.50b2
 .SH NAME
 frotz \- interpreter for Infocom and other Z-Machine games
 
index 4797cbcf26e3cd04660df93629462b6a97d0da22..f0f2fe2ef08d269d2eb061c02f7f7e18cffbec63 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH SFROTZ 6 2.50b1
+.TH SFROTZ 6 2.50b2
 .SH NAME
 sfrotz \- interpreter for Infocom and other Z-Machine games (SDL interface)