1.0.45.29: fix a copy and paste comment error
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 12 Feb 2011 15:54:21 +0000 (15:54 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 12 Feb 2011 15:54:21 +0000 (15:54 +0000)
  Patch by William Halliburton, lp#710024.

  Plus missing NEWS entry for last commit.

NEWS
tests/callback.impure.lisp
version.lisp-expr

diff --git a/NEWS b/NEWS
index b3bb6e3..79a2a74 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
 changes relative to sbcl-1.0.45:
   * enhancement: largefile support on Solaris.
+  * enhancement: SB-PROFILE:REPORT now supports :LIMIT and :PRINT-NO-CALL-LIST
+    arguments (lp#710017)
   * optimization: ERROR and CERROR are approximately 5 times faster.
   * optimization: optimized constructors are used for MAKE-INSTANCE of classes
     with applicable non-standard (SETF SLOT-VALUE-USING-CLASS),
index a06b13a..22a2eae 100644 (file)
@@ -1,4 +1,4 @@
-;;;; package lock tests with side effects
+;;;; callback tests with side effects
 
 ;;;; This software is part of the SBCL system. See the README file for
 ;;;; more information.
index a8f663e..9ef40cb 100644 (file)
@@ -20,4 +20,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.45.28"
+"1.0.45.29"