From 86ac1eee9ccd308fa152ef8e504c1b83695c5bfd Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 23 Aug 2009 23:06:31 -0700 Subject: [PATCH] update history for 0.5.4 release --- History.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.txt b/History.txt index 0a2db7f2..2cbaa68c 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +== 0.5.4 / 2009-08-23 + * Bug Fixes + * Do not allow symlinks (security vulnerability) + == 0.5.3 / 2009-07-14 * Bug Fixes * Solving the permalink bug where non-html files wouldn't work [github.com/jeffrydegrande]