summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Crowe2010-02-11 14:19:35 +0100
committerThomas Petazzoni2010-04-06 21:55:14 +0200
commite237c9935796445434a7888b9fe2aa84e3e7975a (patch)
tree9da98ae3bd09c17b1f168b0dd82508b496f88670 /CHANGES
parentgcc: hide shared libgcc option if BR2_PREFER_STATIC_LIB is enabled (diff)
downloadbuildroot-e237c9935796445434a7888b9fe2aa84e3e7975a.tar.gz
buildroot-e237c9935796445434a7888b9fe2aa84e3e7975a.tar.xz
buildroot-e237c9935796445434a7888b9fe2aa84e3e7975a.zip
libusb: bump version, convert to autotools, add -compat lib
Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. Also update usb_modeswitch to depend on libusb-compat rather than libusb. Minor fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>. Fixes bug #1093. Signed-off-by: Mike Crowe <mac@mcrowe.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index a105773de..eb5271de4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,13 +8,14 @@
X.org updated to 7.5.
- New packages: librsync, lmbench, netperf, squid
+ New packages: librsync, libusb-compat, lmbench, netperf, squid
Updated/fixed packages: busybox, dnsmasq, dosfstools,
e2fsprogs, freetype, iperf, iptables, iw, less, libdrm,
- libgcrypt, libglib2, libpng, libxml2, matchbox, mdadm, memstat,
- mtd-utils, nano, openssl, php, pppd, qt, radvd, setserial,
- squashfs, wget, xlib_libX11, xlib_libXfont
+ libgcrypt, libglib2, libpng, libusb, libxml2, matchbox, mdadm,
+ memstat, mtd-utils, nano, openssl, php, pppd, qt, radvd,
+ setserial, squashfs, usb_modeswitch, wget, xlib_libX11,
+ xlib_libXfont
Issues resolved (http://bugs.uclibc.org):
@@ -23,6 +24,9 @@
#800: [PATCH] iperf update to 2.0.4
#805: [PATCH] mdadm - version update
#817: integrator926_defconfig uses unsupported uboot board name
+ #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
+ package for compatibility with old packages that expect
+ the pre-1.0 API.
#1105: Add new netperf package
#1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
#1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in