From 7ba4f4bf5cc418b851e618b45768e97ab4db8e67 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Fri, 22 Mar 2013 14:27:32 -0400 Subject: [PATCH] v1.42_03 - Allow custom relative paths for cache_dir (GH#35, Jason Crowther) --- Changes | 3 +++ dist.ini | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 479868d..de8d6d8 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Mojolicious::Plugin::TtRenderer {{$NEXT}} +1.42_03 March 22, 2013 + - Allow custom relative paths for cache_dir (GH#35, Jason Crowther) + 1.42_02 February 26, 2013 - only create COMPILE_DIR based on UID if the user doesn't specify COMPILE_DIR diff --git a/dist.ini b/dist.ini index a55bbb7..3657111 100644 --- a/dist.ini +++ b/dist.ini @@ -5,7 +5,7 @@ license = Perl_5 copyright_holder = Ask Bjørn Hansen # copyright_year = 2009 -version = 1.42_02 +version = 1.42_03 [Prereqs] Mojolicious = 3.33