summaryrefslogtreecommitdiff
path: root/posts/2016-04-24-haunt-0.2-release.md
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-02-05 17:41:36 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-02-05 17:41:47 -0500
commit2c01d4daeff989a556083d26b7c6e5cf7f89b472 (patch)
tree9cddea13a0c3786af75593aa5282f4c5f5cdbf44 /posts/2016-04-24-haunt-0.2-release.md
parent25ca9fd2a435c3d16677f0501e86e020820fba8b (diff)
Prefix old post file names with dates.
Diffstat (limited to 'posts/2016-04-24-haunt-0.2-release.md')
-rw-r--r--posts/2016-04-24-haunt-0.2-release.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/posts/2016-04-24-haunt-0.2-release.md b/posts/2016-04-24-haunt-0.2-release.md
new file mode 100644
index 0000000..a100d92
--- /dev/null
+++ b/posts/2016-04-24-haunt-0.2-release.md
@@ -0,0 +1,32 @@
+title: Haunt 0.2 released
+date: 2016-04-24 08:00:00
+tags: release
+summary: Haunt 0.2 released
+---
+
+I am pleased to announce the release of Haunt version 0.2. This
+release features new readers for the
+[Texinfo](http://www.gnu.org/software/texinfo/) and
+[Skribe](http://www.nongnu.org/skribilo/) markup formats, an Info
+manual, small improvements to the Atom and blog builders, and bug
+fixes.
+
+New reader modules:
+
+* `(haunt reader skribe)`
+* `(haunt reader texinfo)`
+
+Bug fixes:
+* [builder: atom: Allow atom feeds to correctly set the blog prefix.](https://git.dthompson.us/haunt.git/commit/ed1602dc36444bcf1023926854a2cb01b5199e7e)
+* [build: Allow building with Guile 2.2.](https://git.dthompson.us/haunt.git/commit/5373877f989689209616109b13fd471b2d093b5f)
+* [post: Allow dashes in slugs.](https://git.dthompson.us/haunt.git/commit/a37c3cd58525be76705ea930551f3935a232790e)
+* [serve: Catch exceptions when rebuilding site.](https://git.dthompson.us/haunt.git/commit/0d67128c3da6413546015fa9092a0017f50d46b9)
+
+A special thank you to Christopher Webber and Mathieu Lirzin for
+contributing to this release!
+
+Source tarball: [haunt-0.2.tar.gz](https://files.dthompson.us/haunt/haunt-0.2.tar.gz)
+
+GPG signature: [haunt-0.2.tar.gz.sig](https://files.dthompson.us/haunt/haunt-0.2.tar.gz.sig)
+
+Happy haunting!