Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10029
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.6.1: marginally nicer "name" for socket streams
* "a socket" instead of "a constant string". It might be worth while
to actually make this based on the socket-name and -peername,
though.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1202
retrieving revision 1.1203
diff -u -d -r1.1202 -r1.1203
--- NEWS 10 May 2007 16:00:54 -0000 1.1202
+++ NEWS 28 May 2007 14:07:03 -0000 1.1203
@@ -1,4 +1,8 @@
;;;; -*- coding: utf-8; -*-
+changes in sbcl-1.0.7 relative to sbcl-1.0.6:
+ * enhancement: name of a socket-stream is now "a socket" instead of
+ "a constant string".
+
changes in sbcl-1.0.6 relative to sbcl-1.0.5:
* new contrib: sb-cover, an experimental code coverage tool, is included
as a contrib module.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3424
retrieving revision 1.3425
diff -u -d -r1.3424 -r1.3425
--- version.lisp-expr 27 May 2007 01:13:28 -0000 1.3424
+++ version.lisp-expr 28 May 2007 14:07:03 -0000 1.3425
@@ -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.6"
+"1.0.6.1"
|