master: fixes to NEWS
crhodes via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 3fbd492e489c7f29f1aed20669e62676f012f775 (commit)
from 29216741cf873abb503e16b3bcab4a6e70814386 (commit)
- Log -----------------------------------------------------------------
commit 3fbd492e489c7f29f1aed20669e62676f012f775
Author: Christophe Rhodes <[email protected]>
Date: Tue Apr 28 20:35:36 2026 +0100
fixes to NEWS
---
NEWS | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 6c94ebbb8..7283c6a56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-2.6.2:
+changes relative to sbcl-2.6.3:
* minor incompatible change: when DEFSETF is called on a name that was
previously used as a (presumed) call to a function, it issues a single
STYLE-WARNING (like DEFMACRO).
@@ -13,6 +13,9 @@ changes relative to sbcl-2.6.2:
** the runtime's main function is now defined as a weak symbol for
platform/compiler combinations that support it.
** on Windows, individual empty arguments for RUN-PROGRAM are escaped.
+ ** add input/output speed fields for our definition of the termios
+ structure, addressing a crash on in sb-posix:tcsetattr on OpenBSD.
+ (lp#2150499, thanks to Robert Palm)
* bug fix: address infinite loops in the compiler. (lp#2144911, lp#2148056)
* bug fix: if a FTYPE has been proclaimed for a function, don't mix NULL
with explicitly-type keyword arguments. (lp#2147050, reported by Vasily
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL