summaryrefslogtreecommitdiffstats
path: root/upgrading
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-11-21 11:34:38 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-11-21 11:43:31 +0100
commit571b74b9017169ed6181a57d637ad737fd15f6b3 (patch)
treec636c26608acb3cd06a446beaf33532caf854a6b /upgrading
parentbef4fc9f44bf6762f64ffe0521cd60b445f3d816 (diff)
downloadaurweb-571b74b9017169ed6181a57d637ad737fd15f6b3.tar.xz
Always use virtual URLs
Support for non-virtual URLs has been broken for a long time and is no longer used on the official AUR setup. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'upgrading')
-rw-r--r--upgrading/3.5.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/upgrading/3.5.0.txt b/upgrading/3.5.0.txt
index e8af4af..006f9b3 100644
--- a/upgrading/3.5.0.txt
+++ b/upgrading/3.5.0.txt
@@ -21,3 +21,5 @@ INSERT INTO PackageCategories (Category) VALUES ('wayland');
4. The configuration file format has been changed. Make sure you convert
web/lib/config.inc.php to the new format (see conf/config.proto for an example
configuration) and put the resulting file in conf/config.
+
+5. Support for non-virtual URLs has been removed.