aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2021-09-01 14:37:37 +0000
committerChris Rees <crees@FreeBSD.org>2021-09-01 15:34:34 +0000
commitf8b16d75a0f79fb71e15d334f95e290e624b41bc (patch)
treef20cffd27e2879ad303ca544cbfdd1b2dbd38c1d /UPDATING
parentaf854d20322a1cd28f70ea3e811db3b02a6b8841 (diff)
downloadports-f8b16d75a0f79fb71e15d334f95e290e624b41bc.tar.gz
ports-f8b16d75a0f79fb71e15d334f95e290e624b41bc.zip
audio/ampache: Update to 5.0.0
Huge numbers of features added and several changes-- please refer to UPDATING for required actions. Release notes: https://github.com/ampache/ampache/releases/tag/5.0.0
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index baec7681a92a..ce067577210c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,28 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20210901:
+ AFFECTS: users of audio/ampache
+ AUTHOR: crees@FreeBSD.org
+
+ With the upgrade to Ampache 5.0.0, the root Ampache folder has changed
+ to %%WWWDIR%%/ampache/public. Please update your web server aliases,
+ for example if you use Apache, then in httpd.conf make sure the lines
+ look like this:
+
+ Alias /ampache /usr/local/www/ampache/public
+
+ <Directory "/usr/local/www/ampache/public">
+
+ If you have customised your .htaccess files to allow for a different
+ alias, you'll need to move them to the new location after upgrading:
+
+ # sh -c 'cd /usr/local/www/ampache && for f in */.htaccess; do mv $f public/$f; done'
+
+ More upgrade notes can be found on Github:
+
+ https://github.com/ampache/ampache/releases/tag/5.0.0
+
20210823:
AFFECTS: users of mail/mu
AUTHOR: hrs@FreeBSD.org