diff --git a/README.html b/README.html
index 277a0d4f..eb5b5883 100644
--- a/README.html
+++ b/README.html
@@ -174,8 +174,12 @@ these patched libSDL binaries may help.
- Made Quake shareware 1.00 and 1.01 versions to be recognized properly.
-- Restored original behavior for Quake registered version detection.
+- Made the keypad keys to send separate key events in game mode.
- Music playback: Made sure that the file's channels count is supported.
+- Support for Solaris.
+- Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.
+- Restored original behavior for Quake registered version detection.
+- New icon.
- Miscellaneous source code cleanups.
diff --git a/README.sgml b/README.sgml
index f7705012..5a450aa2 100644
--- a/README.sgml
+++ b/README.sgml
@@ -100,8 +100,12 @@ these patched libSDL binaries may help.
Changes in 0.85.8
- Made Quake shareware 1.00 and 1.01 versions to be recognized properly.
-
- Restored original behavior for Quake registered version detection.
+
- Made the keypad keys to send separate key events in game mode.
- Music playback: Made sure that the file's channels count is supported.
+
- Support for Solaris.
+
- Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.
+
- Restored original behavior for Quake registered version detection.
+
- New icon.
- Miscellaneous source code cleanups.
diff --git a/README.txt b/README.txt
index 38bdf6a1..5762eeb4 100644
--- a/README.txt
+++ b/README.txt
@@ -161,11 +161,20 @@
o Made Quake shareware 1.00 and 1.01 versions to be recognized
properly.
- o Restored original behavior for Quake registered version detection.
+ o Made the keypad keys to send separate key events in game mode.
o Music playback: Made sure that the file's channels count is
supported.
+ o Support for Solaris.
+
+ o Increased string buffer size from 256 to 384 for PF_VarString to
+ work around broken mods such as UQC.
+
+ o Restored original behavior for Quake registered version detection.
+
+ o New icon.
+
o Miscellaneous source code cleanups.