Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15453
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.31.1: document new new new SourceForge File Release procedure
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1605
retrieving revision 1.1606
diff -u -d -r1.1605 -r1.1606
--- NEWS 23 Aug 2009 09:09:52 -0000 1.1605
+++ NEWS 27 Aug 2009 20:50:29 -0000 1.1606
@@ -1,5 +1,5 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.0.30:
+changes in sbcl-1.0.31 relative to sbcl-1.0.30:
* improvement: stack allocation is should now be possible in all nested
inlining cases: failure to stack allocate when equivalent code is manually
open coded is now considered a bug.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4608
retrieving revision 1.4609
diff -u -d -r1.4608 -r1.4609
--- version.lisp-expr 27 Aug 2009 20:06:02 -0000 1.4608
+++ version.lisp-expr 27 Aug 2009 20:50:29 -0000 1.4609
@@ -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.31"
+"1.0.31.1"
|