From 8dd397eb9e5f60e6f5dda50bb2d6454ea3658e27 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Fri, 26 Aug 2005 18:00:18 +0000 Subject: [PATCH] 0.9.4: release, tagged as sbcl_0_9_4 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 22ee18e..162a188 100644 --- a/NEWS +++ b/NEWS @@ -41,7 +41,7 @@ changes in sbcl-0.9.4 relative to sbcl-0.9.3: * bug fix: signal handling and triggering gc do not conflict directly anymore, in particular a high frequency sb-sprof does not prevent gc from running - * bug fix: DECODE-UNIVERAL-TIME now uses a more reasonable + * bug fix: DECODE-UNIVERSAL-TIME now uses a more reasonable approximation for timezone and DST information between the universal time epoch and the smallest negative 32-bit time_t. * bug fix: ENCODE-UNIVERSAL-TIME no longer errors when passed the diff --git a/version.lisp-expr b/version.lisp-expr index 04bea69..1cf949f 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.3.79" +"0.9.4" -- 1.7.10.4