diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-06-25 16:08:09 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-06-25 16:08:09 +0000 |
commit | a016a2f6b995ae696c7df5983c801e5547d4aab3 (patch) | |
tree | 9af8ce0a69ba390247c73cdfbf0213da8d197720 | |
parent | 966921b2d044f2e623a3957db05ee3ecda34ca7b (diff) | |
download | ldetect-a016a2f6b995ae696c7df5983c801e5547d4aab3.tar ldetect-a016a2f6b995ae696c7df5983c801e5547d4aab3.tar.gz ldetect-a016a2f6b995ae696c7df5983c801e5547d4aab3.tar.bz2 ldetect-a016a2f6b995ae696c7df5983c801e5547d4aab3.tar.xz ldetect-a016a2f6b995ae696c7df5983c801e5547d4aab3.zip |
Release 0.8.4
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,6 @@ NAME = ldetect LIB_MAJOR = 0.8 -LIB_MINOR = 3 +LIB_MINOR = 4 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr @@ -1,3 +1,8 @@ +Version 0.8.4 - 25 June 2009, Pascal Terjan + +- fix freed memory usage in usb_probe and pci_probe +- use usb.ids + Version 0.8.3 - 20 April 2009, Pascal Terjan - fix parsing of /proc/bus/usb/device I: lines and use the class |