From: Juho Snellman Date: Sun, 6 Nov 2011 20:31:00 +0000 (+0100) Subject: 1.0.53: will be tagged as "sbcl-1.0.53" X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7d0782618234764a25b5b73bdd961a86a0f4e5fb;p=sbcl.git 1.0.53: will be tagged as "sbcl-1.0.53" --- 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.