diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-04-20 09:23:49 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-04-20 09:23:49 +0000 |
commit | c2aae37ae44a0058867d384791f3d0af85f7df1c (patch) | |
tree | 1a49c89b1b8938ac9d391e3c6f3ae7b57675ec14 | |
parent | 3d5f4f7383255c4c8612508e6cdf166c86db25c3 (diff) | |
download | ldetect-c2aae37ae44a0058867d384791f3d0af85f7df1c.tar ldetect-c2aae37ae44a0058867d384791f3d0af85f7df1c.tar.gz ldetect-c2aae37ae44a0058867d384791f3d0af85f7df1c.tar.bz2 ldetect-c2aae37ae44a0058867d384791f3d0af85f7df1c.tar.xz ldetect-c2aae37ae44a0058867d384791f3d0af85f7df1c.zip |
release 0.8.3
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ NAME = ldetect LIB_MAJOR = 0.8 -LIB_MINOR = 2 +LIB_MINOR = 3 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr @@ -1,3 +1,5 @@ +Version 0.8.3 - 20 April 2009, Pascal Terjan + - fix parsing of /proc/bus/usb/device I: lines and use the class of the first interface used by a driver instead of the first interface (or first one like before when none is used). |