From: Nikodemus Siivola Date: Wed, 10 Nov 2010 17:52:05 +0000 (+0000) Subject: 1.0.44.22: NEWS entry left out from 1.0.44.21. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=8e7660acd1ed5bb4346d9c0521ed426b7d32b53c;p=sbcl.git 1.0.44.22: NEWS entry left out from 1.0.44.21. EOM. --- diff --git a/NEWS b/NEWS index 440e9cf..e25d993 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes relative to sbcl-1.0.44: + * enhancement: ~/ and ~user/ are treated specially in pathnames. + Refer to documentation for details. * optimization: mutated closed-over variables that are only accessed by DYNAMIC-EXTENT closures (currently only FLET and LABELS functions declared to be DYNAMIC-EXTENT) are stored directly in their containing diff --git a/version.lisp-expr b/version.lisp-expr index 348bbc3..77210b5 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".) -"1.0.44.21" +"1.0.44.22"