From a016a2f6b995ae696c7df5983c801e5547d4aab3 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 25 Jun 2009 16:08:09 +0000 Subject: Release 0.8.4 --- Makefile | 2 +- NEWS | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 379190f..8fb9e6b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME = ldetect LIB_MAJOR = 0.8 -LIB_MINOR = 3 +LIB_MINOR = 4 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr diff --git a/NEWS b/NEWS index 2994565..7863481 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.1