|
[Sbcl-commits] CVS: sbcl NEWS,1.790,1.791 version.lisp-expr,1.2150,1.2151
From: <melisgl@us...> - 2005-05-29 15:55
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30348
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.1.6:
* fixed some lockups due to gc/thread interaction
* removed unused functions: unblock_sigcont_and_sleep, block_sigcont
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.790
retrieving revision 1.791
diff -u -d -r1.790 -r1.791
--- NEWS 29 May 2005 15:48:37 -0000 1.790
+++ NEWS 29 May 2005 15:55:13 -0000 1.791
@@ -1,4 +1,5 @@
changes in sbcl-0.9.2 relative to sbcl-0.9.1:
+ * fixed some lockups due to gc/thread interaction
* dynamic space size on PPC has been increased to 768Mb. (thanks to
Cyrus Harmon)
* SB-MOP:ENSURE-CLASS-USING-CLASS now accepts a class as the
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2150
retrieving revision 1.2151
diff -u -d -r1.2150 -r1.2151
--- version.lisp-expr 29 May 2005 15:48:37 -0000 1.2150
+++ version.lisp-expr 29 May 2005 15:55:13 -0000 1.2151
@@ -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.9.1.5"
+"0.9.1.6"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.790,1.791 version.lisp-expr,1.2150,1.2151 | <melisgl@us...> |