diff options
author | Mike Crowe <mac@mcrowe.com> | 2010-02-11 13:19:35 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-06 21:55:14 +0200 |
commit | e237c9935796445434a7888b9fe2aa84e3e7975a (patch) | |
tree | 9da98ae3bd09c17b1f168b0dd82508b496f88670 /CHANGES | |
parent | 6cdcc4d7d8134f4b60f0eb9039090f9ad4c38366 (diff) |
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-- | CHANGES | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |