summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2014-11-29 18:56:51 +0000
committerChristophe Rhodes <csr21@cantab.net>2014-11-29 18:56:51 +0000
commite569d7335ea699c0b7b17a24a52ced7d4594624a (patch)
treeb2e7dfef7896000eaddc045378ac6594f6c88378
parent362d759da8febc74321cdd200c10c7c14af8218e (diff)
1.2.6: will be tagged as "sbcl-1.2.6"sbcl-1.2.6
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0c788aa08..37b248aeb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.2.5:
+changes in sbcl-1.2.6 relative to sbcl-1.2.5:
* enhancement: SERVE-EVENTS uses the poll() system call in lieu of
select() if the OS has the former. Previously poll() was used
only if waiting on exactly one file descriptor.