From 273065f83a141007c4cc905fec75cc0238fa6f22 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Fri, 10 Sep 2010 21:50:46 +0200 Subject: [PATCH] Version 0.7.1 --- CHANGES | 9 +++------ version.lisp-expr | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 45b99ca..49ed002 100644 --- a/CHANGES +++ b/CHANGES @@ -2,13 +2,10 @@ * Changes since 0.7.0: -** API changes - -** New features - ** Bug fixes: - -** Misc +- Only import a few symbols from ASDF into IOLIB.ASDF, which sometimes caused + problems with ASDF2 +- Fix compilation on OSX diff --git a/version.lisp-expr b/version.lisp-expr index 62c6de8..3002bb6 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ ;; -*- lisp -*- -"0.7.1-dev" +"0.7.1" -- 2.11.4.GIT