diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-14 15:01:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-14 15:01:01 +0000 |
commit | 4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b (patch) | |
tree | 628873c2195e8d8aa9f9b136cd747b7568104608 | |
parent | f8229bd77f038346e9ef18d84d44c49b16916abb (diff) | |
download | ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.tar ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.tar.gz ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.tar.bz2 ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.tar.xz ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.zip |
0.8.5
-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 = 4 +LIB_MINOR = 5 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr @@ -1,3 +1,5 @@ +Version 0.8.5 - 14 September 2009, Pascal Terjan + - do not display any warning when driver field is empty in /proc/bus/usb/devices (#53412) - fix freed memory usage in criteria_from_dmidecode and entries_matching_criteria |