Skip to content

Commit

Permalink
0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stassats committed Jul 28, 2019
1 parent e5dfdb4 commit c13d81c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cl-fad.asd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2>CL-FAD - A portable pathname library for Common Lisp</h2>

CL-FAD together with this documentation can be downloaded from <a
href="https://github.com/edicl/cl-fad/releases/latest">https://github.com/edicl/cl-fad/releases/latest</a>. The
current version is 0.7.5.
current version is 0.7.6.
<p>
CL-FAD comes with simple system definitions for <a
href="http://www.cliki.net/mk-defsystem">MK:DEFSYSTEM</a> and <a
Expand Down

0 comments on commit c13d81c

Please sign in to comment.