diff --git a/CHANGELOG b/CHANGELOG index 2c16e30..56cda02 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 0.7.6 +2019-07-28 +Clisp has renamed ext:delete-dir to ext:delete-directory. +Fix get-default-temporary-directory on lispworks. + Version 0.7.5 2017-12-10 Fix FILE-EXISTS-P to return directory truename in CLISP (chaitanyagupta) diff --git a/cl-fad.asd b/cl-fad.asd index b5a1ad0..c6f43a8 100644 --- a/cl-fad.asd +++ b/cl-fad.asd @@ -30,7 +30,7 @@ #+:allegro (cl:require :osi) (asdf:defsystem #:cl-fad - :version "0.7.5" + :version "0.7.6" :description "Portable pathname library" :serial t :license "BSD-2-Clause" diff --git a/docs/index.html b/docs/index.html index 8a193a6..22afad5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -106,7 +106,7 @@

CL-FAD - A portable pathname library for Common Lisp

CL-FAD together with this documentation can be downloaded from https://github.com/edicl/cl-fad/releases/latest. The -current version is 0.7.5. +current version is 0.7.6.

CL-FAD comes with simple system definitions for MK:DEFSYSTEM and