From 7d0782618234764a25b5b73bdd961a86a0f4e5fb Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Sun, 6 Nov 2011 21:31:00 +0100 Subject: [PATCH] 1.0.53: will be tagged as "sbcl-1.0.53" --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 88709b9..99ca95c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.52: +changes in sbcl-1.0.53 relative to sbcl-1.0.52: * enhancement: on 64-bit targets, in src/compiler/generic/early-vm.lisp, the parameter n-fixnum-tag-bits may now vary from 1 (fixnum = (signed-byte 63)) to 3 (fixnum = (signed-byte 61)) at build-time. -- 1.7.10.4