aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-03-09 17:05:31 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-03-09 17:05:31 +0000
commita091d2a5259cbf29e34745516e64b04e30245894 (patch)
treeb5cf98cf8c78c6e43ee0f978cafd29a6ff9d864a /UPDATING
parentfe9ee5e879007c21e8f6368901711495655a69b6 (diff)
downloadsrc-a091d2a5259cbf29e34745516e64b04e30245894.tar.gz
src-a091d2a5259cbf29e34745516e64b04e30245894.zip
Install libusb20.so.1 as libusb.so.1, there will be a followup commit to the
ports tree so that programs use libusb from the base by default. Thanks to Stanislav Sedov for sorting out the ports build. Bump __FreeBSD_version to 800069 Help and testing by: stas
Notes
Notes: svn path=/head/; revision=189585
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 33665b000d3b..4b673efbd067 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090309:
+ libusb20.so.1 is now installed as libusb.so.1 and the ports system
+ updated to use it. This requires a buildworld/installworld in order to
+ update the library and dependencies (usbconfig, etc). Its advisable to
+ update your ports as the affected programs have had a revision bump.
+
20090302:
A workaround is committed to allow the creation of System V shared
memory segment of size > 2 GB on the 64-bit architectures.