1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add a note about libxcb update.

Reported by:	pav
This commit is contained in:
Florent Thoumie 2009-01-23 20:40:42 +00:00
parent 7aa647a54c
commit 95b0a6f17a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226736

View File

@ -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