From 42b81d579dc2f0323c6728e4d12002b1b8ed349b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 30 Aug 2012 10:35:51 +0000 Subject: 0.12.2 --- Makefile | 2 +- NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e536a5..fcecc29 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME = ldetect LIB_MAJOR = 0.12 -LIB_MINOR = 1 +LIB_MINOR = 2 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr diff --git a/NEWS b/NEWS index 3feb0e5..a1923cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 0.12.2 - 30 August 2012, Thierry Vignaud + - fix retrieving info about USB devices with kernel-3.5+ (mga#7248) - generate PCI classes info using ids from pcutils header instead of deprecated kernel header (Andrey Bondrov) -- cgit v1.2.1