|
[Sbcl-commits] CVS: sbcl version.lisp-expr, 1.3259, 1.3260 NEWS,
1.1155, 1.1156
From: Rudi Schlatte <rudi@us...> - 2007-03-27 05:58
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8158
Modified Files:
version.lisp-expr NEWS
Log Message:
1.0.4.5 slot reader/writer documentation in the manual
* Also remove writers for sb-bsd-sockets:host-ent class slots
* Thanks to Richard M Kreuter
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3259
retrieving revision 1.3260
diff -u -d -r1.3259 -r1.3260
--- version.lisp-expr 26 Mar 2007 15:30:04 -0000 1.3259
+++ version.lisp-expr 27 Mar 2007 05:58:07 -0000 1.3260
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.4.4"
+"1.0.4.5"
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1155
retrieving revision 1.1156
diff -u -d -r1.1155 -r1.1156
--- NEWS 26 Mar 2007 15:30:02 -0000 1.1155
+++ NEWS 27 Mar 2007 05:58:07 -0000 1.1156
@@ -1,6 +1,11 @@
;;;; -*- coding: utf-8; -*-
changes in sbcl-1.0.5 relative to sbcl-1.0.4:
+ * incompatible change: removed writer methods for host-ent-name,
+ host-ent-addresses -- changing the values did not update the DNS
+ information anyway.
* minor incompatible change: changed experimental JOIN-THREAD interface
+ * documentation: the manual now lists reader and writer methods
+ in class slot documentation sections. (thanks to Richard M Kreuter)
* documentation: unwinding from asyncronous events has been
documented as unsafe.
* documentation: SB-SYS:WITHOUT-GCING has been documented as unsafe
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr, 1.3259, 1.3260 NEWS, 1.1155, 1.1156 | Rudi Schlatte <rudi@us...> |