From 733a8a82ad82e9a492e04e10b8e03d33edc45c60 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Wed, 4 Jun 2014 11:40:14 -0400 Subject: [PATCH] Add one more docs note, call it 0.9.5. --- NEWS.md | 10 +++++++--- coleslaw.asd | 2 +- docs/plugin-use.md | 4 ++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index a662cdc..db96091 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,14 @@ -## Changes for 0.9.5-dev (20xx): +## Changes for 0.9.5 (2014-06-04): -* A Twitter plugin to tweet your new posts. Thanks to @PuercoPop! +* A plugin for Incremental builds, cutting runtime for generating + medium to large sites roughly in half! +* A Twitter plugin to tweet about your new posts. Thanks to @PuercoPop! * Coleslaw now exports a `get-updated-files` function which can be used to get a list of file-status/file-name pairs that were changed in the last git push. There is also an exported `find-content-by-path` - function to retrieve content objects from the above file-name. + function to retrieve content objects from the above file-name. These + were used by both the Twitter and Incremental plugins. +* The usual bugfixes, performance improvements, and documentation tweaks. ## Changes for 0.9.4 (2014-05-05): diff --git a/coleslaw.asd b/coleslaw.asd index 40ab023..71552b4 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -1,7 +1,7 @@ (defsystem #:coleslaw :name "coleslaw" :description "Flexible Lisp Blogware" - :version "0.9.5-dev" + :version "0.9.5" :license "BSD" :author "Brit Butler " :pathname "src/" diff --git a/docs/plugin-use.md b/docs/plugin-use.md index 5d0c03e..7164c61 100644 --- a/docs/plugin-use.md +++ b/docs/plugin-use.md @@ -41,6 +41,10 @@ **Example**: `(incremental)` +**Setup**: +- You must run the `examples/dump_db.sh` script to generate a database dump + for your site before enabling the incremental plugin. + ## LaTeX via Mathjax **Description**: Provides LaTeX support through