From 3cf9d5d457b2ae4497fdc1b31afe8a37326e65e1 Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Sun, 2 Sep 2012 10:37:33 -0400 Subject: doc & CHANGELOG update for release 1.1.0 --- CHANGELOG | 5 +++++ doc/index.html | 16 ++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9502c85..280e271 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ +Version 1.1.0 2012-05-01 Make declarations work as advertised (Ala'a Mohammad Alawi) +Add :description to .asd file +Fix and improve tests +Add *HTML-NO-INDENT-TAGS* (Nikodemus Siivola) +Documentation fixes Version 1.0.0 2010-0x-xx diff --git a/doc/index.html b/doc/index.html index 50b0627..c782602 100644 --- a/doc/index.html +++ b/doc/index.html @@ -254,19 +254,11 @@ together with the Lisp code generated by CL-WHO and the resulting HTML output. CL-WHO together with this documentation can be downloaded from http://weitz.de/files/cl-who.tar.gz. The -current version is 0.2.0. +current version is 1.1.0.

-The preferred method to compile and load CL-WHO is via ASDF. -

-If you're on Debian you can -probably use -the cl-who -Debian package which is available thanks to Kevin -Rosenberg. There's also a port -for Gentoo -Linux thanks to Matthew Kennedy. In both cases, check if they have the newest version available. +The preferred method to fetch, compile and load CL-WHO is via Quicklisp. Install +Quicklisp, then run +

(ql:quickload :cl-who)

The current development version of CL-WHO can be found at https://github.com/edicl/cl-who. -- cgit v1.2.3