From 9cf13e525f0496e50e01abca173cc0e2037d55ee Mon Sep 17 00:00:00 2001 From: Alexey Dejneka Date: Mon, 7 Jul 2003 13:26:49 +0000 Subject: [PATCH] 0.8.1.26: * tests of sb-bsd-sockets: SOCKET-ERROR is not exported. --- contrib/sb-bsd-sockets/tests.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/sb-bsd-sockets/tests.lisp b/contrib/sb-bsd-sockets/tests.lisp index f96e82a..eea023a 100644 --- a/contrib/sb-bsd-sockets/tests.lisp +++ b/contrib/sb-bsd-sockets/tests.lisp @@ -140,7 +140,7 @@ Tests are in the file tests.lisp and also make good examples. (finish-output) (handler-case (socket-connect s "/dev/log") - (socket-error () + (sb-bsd-sockets::socket-error () (setq s (make-instance 'local-socket :type :stream)) (format t "failed~%Retrying with ~A... " s) (finish-output) diff --git a/version.lisp-expr b/version.lisp-expr index b6d16fa..695a9d7 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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".) -"0.8.1.25" +"0.8.1.26" -- 1.7.10.4