diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 20:40:42 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 20:40:42 +0000 |
commit | 95b0a6f17af6daeb13e9a9117ca2069bab26a61e (patch) | |
tree | 98ce274aece55e66ff4404f450eda04f117c262b /UPDATING | |
parent | 7aa647a54c8e4e3c9491520fbe390d1b46e13ae0 (diff) |
Add a note about libxcb update.
Reported by: pav
Notes
Notes:
svn path=/head/; revision=226736
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090123: + AFFECTS: users of x11/libxcb + AUTHOR: flz@FreeBSD.org + + Libxcb shared library version was bumped from 1 to 2. You need to + rebuild any consumer of libxcb.so.1 or some applications will be + linked against two versions of libxcb once libX11 is upgraded. + + For portupgrade users: + + # portupgrade -rf libxcb + 20090121: AFFECTS: users of devel/linux-glib2, emulation/linux_base-f4 AUTHOR: bsam@FreeBSD.org |