From 37fc03bb48044cc6615a315b7b5240406925ee66 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Tue, 17 Apr 2012 17:53:52 -0400 Subject: Make the CLI database installation tool more robust Using a relative path required it to be run from the top-level directory; we already do voodoo to figure out the correct prefix, so we should use that. --- docs/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/CHANGELOG') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 8923937c..13a9e7de 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,8 @@ -------------------------------------------------------------------------- v.3.6-Alpha2 + - Fixed CLI database load to work regardless of whether it's run from + the top-level directory (reported by porthose) - Fixed XML cleanup to work with newer versions of libpcre (patch by Natureshadow) - Fixed ID3v2 disk number parsing -- cgit