From 6afbdcd28bdd4650dc2b7acd562cc44be73b17bd Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Mon, 9 Feb 2009 18:25:55 +0000 Subject: [PATCH] Update from logs. --- general-info/release-19f.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/general-info/release-19f.txt b/general-info/release-19f.txt index 8f29a2159..472d55091 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. -- GitLab