diff --git a/general-info/release-19f.txt b/general-info/release-19f.txt
index 8f29a215914d8c4f78a473551a93dcfb5079988d..472d550912c1ff5579e8f101e46bf72cf39a1d86 100644
--- a/general-info/release-19f.txt
+++ b/general-info/release-19f.txt
@@ -146,6 +146,8 @@ New in this release:
     - #26: slot-value type check
       Fixed for some cases.  When used in methods, slot-value may not
       do the type check.if the object is not a argument to the method.
+    - #29: make-condition doesn't accept class objects
+      Fixed.
 
   * Other changes:
     - IS1, IS2, IS3, and IS4 are recognized character names for the
@@ -182,7 +184,9 @@ New in this release:
     - For Linux, custom CFLAGS, CC, and LDFLAGS are supported.
       Requested by Stelian Ionescu for Gentoo support.
     - The FreeBSD config file is now named Config.x86_freebsd, which
-      is equivalent to Config.FreeBSD_gencgc.
+      is equivalent to Config.FreeBSD_gencgc, which is deprecated.
+    - The Linux config file is now named Config.x86_linux, which is
+      the equivalent to Config.linux_gencgc, which is deprecated.
 
 This release is not binary compatible with code compiled using CMUCL
 19e; you will need to recompile FASL files.