From 0dec8c49989103e06eb380a089c5bfc9a5dbcffa Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 27 Mar 2009 18:44:19 +0000 Subject: 0.7.28 --- Makefile | 2 +- NEWS | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8524235..1051f20 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME = ldetect LIB_MAJOR = 0.7 -LIB_MINOR = 27 +LIB_MINOR = 28 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr diff --git a/NEWS b/NEWS index 6ee97c7..0c94fe4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Version 0.7.28 - 27 March 2009, Olivier Blin + +- do not use random string as device description +- use /sys/bus/usb/devices instead of /sys/class/usb_device + (disabled in recent kernel) to find modalias + (this breaks ABI because we now need to keep port number) + Version 0.7.26 - 14 May 2008, Thierry Vignaud - adapt to pciutils-3.x API -- cgit v1.2.1