From 5dd7d9f20b1af85f9bc6648a2167180ea146d216 Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Sat, 13 Apr 2013 14:56:16 +0200 Subject: [PATCH] prepare for release --- CHANGELOG | 6 ++++++ cl-ppcre.asd | 2 +- doc/index.html | 13 +++++-------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4e12322..fe88252 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 2.0.4 +2013-04-13 +Rewrite SEQ without using recursion (Stas Boukarev) +:property and :invert-property scanning bug fix (Cyrus Harmon) +Improve documentation (David Lindes) + Version 2.0.3 2009-10-28 Use LW:SIMPLE-TEXT-STRING throughout for LispWorks diff --git a/cl-ppcre.asd b/cl-ppcre.asd index 63798ad..423e085 100644 --- a/cl-ppcre.asd +++ b/cl-ppcre.asd @@ -37,7 +37,7 @@ (in-package :cl-ppcre-asd) (defsystem :cl-ppcre - :version "2.0.3" + :version "2.0.4" :serial t :components ((:file "packages") (:file "specials") diff --git a/doc/index.html b/doc/index.html index 3277cb6..acc9396 100644 --- a/doc/index.html +++ b/doc/index.html @@ -151,7 +151,7 @@ href="http://weitz.de/regex-coach/">The Regex Coach. CL-PPCRE together with this documentation can be downloaded from http://weitz.de/files/cl-ppcre.tar.gz. The -current version is 2.0.3. +current version is 2.0.4.

CL-PPCRE comes with a system definition for ASDF and you compile and @@ -159,13 +159,10 @@ load it in the usual way. There are no dependencies (except that the test suite which is not needed for normal operation depends on FLEXI-STREAMS).

-CL-PPCRE is integrated into the package/port systems -of Debian, Gentoo, -and FreeBSD, but before you -install it from there, you should check if they actually offer the -latest release. Installation -via ASDF-Install -should as well be possible. + The preferred way to install CL-PPCRE is +through Quicklisp: +

(ql:quickload :cl-ppcre)
+

You can run a test suite which tests most aspects of the library with