aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2012-03-13 10:11:40 +0000
committerAlberto Villa <avilla@FreeBSD.org>2012-03-13 10:11:40 +0000
commit8772f147f612549dff022a8911e8f7a3f8d293f3 (patch)
treea23bfd1f84fb943214ecaf776c77047015a7a219 /UPDATING
parent492e3e6a299f47097921f827faf0b6ac0957bbd6 (diff)
downloadports-8772f147f612549dff022a8911e8f7a3f8d293f3.tar.gz
ports-8772f147f612549dff022a8911e8f7a3f8d293f3.zip
- Add note on qt4-gui MIT-SHM issue: kern.ipc.shm_allow_removed=1 is
not needed anymore. PR: 164742 Feature safe: yes
Notes
Notes: svn path=/head/; revision=293226
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7414bf9c90c7..ccbd04494d5d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20120313:
+ AFFECTS: users of x11-toolkits/qt4-gui
+ AUTHOR: kde@FreeBSD.org
+
+ MIT-SHM problem (blank windows in Marble and KDE-Games) has been
+ fixed, kern.ipc.shm_allow_removed=1 is not needed anymore to
+ workaround it.
+
20120311:
AFFECTS: users of lang/perl5.8 and lang/perl5.10
AUTHOR: linimon@FreeBSD.org