aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-06 06:30:08 +0800
committerpav <pav@FreeBSD.org>2006-05-06 06:30:08 +0800
commitb16aa1eff4bff1ea74cd60b66e1cb51dbb21d0f6 (patch)
tree2f27a63748f7379d7e31d19a46ff282ae98eb8c2 /UPDATING
parente032f8c5f4013ce3167df8009052dedb841496fb (diff)
downloadfreebsd-ports-gnome-b16aa1eff4bff1ea74cd60b66e1cb51dbb21d0f6.tar.gz
freebsd-ports-gnome-b16aa1eff4bff1ea74cd60b66e1cb51dbb21d0f6.tar.zst
freebsd-ports-gnome-b16aa1eff4bff1ea74cd60b66e1cb51dbb21d0f6.zip
- Point KDE users to downgrade command for lua
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 759b0a5e71af..4259490b9f11 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060506:
+ AFFECTS: users of lang/lua, especially KDE editor Kite users
+ AUTHOR: pav@FreeBSD.org
+
+ Recently, the port of Lua was updated to version 5.1. This version is
+ incompatible with the version 5.0, which is used in certain applications,
+ most notable in KDE's editor Kite. If you're having troubles running
+ Kite, make sure you downgrade your lua installation back to 5.0:
+
+ portupgrade -f -o lang/lua50 lua-5.1
+
20060501:
AFFECTS: users of www/instiki
AUTHOR: arsptr@optusnet.com.au