diff options
-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 |