diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-04-17 17:53:52 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-04-17 17:53:52 -0400 |
commit | 37fc03bb48044cc6615a315b7b5240406925ee66 (patch) | |
tree | d97c4b00a259f3b9ac2128858fc02f8f176977ba /docs/CHANGELOG | |
parent | e1c3a21b37579f04e0d947b7ebd9ee3b80572277 (diff) | |
download | ampache-37fc03bb48044cc6615a315b7b5240406925ee66.tar.gz ampache-37fc03bb48044cc6615a315b7b5240406925ee66.tar.bz2 ampache-37fc03bb48044cc6615a315b7b5240406925ee66.zip |
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.
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-x | docs/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
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 |