summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-10-18 17:27:42 +0000
committerThierry Vignaud <tv@mageia.org>2011-10-18 17:27:42 +0000
commit57cb1fab7ef3c7f970a9154d6cc2355dcb76b727 (patch)
tree5f4da14ee4c3e2c0f37a372183b62926cca70ee7
parent8cb626452cb2a6124fd2796845a536f3eeec3310 (diff)
downloadldetect-57cb1fab7ef3c7f970a9154d6cc2355dcb76b727.tar
ldetect-57cb1fab7ef3c7f970a9154d6cc2355dcb76b727.tar.gz
ldetect-57cb1fab7ef3c7f970a9154d6cc2355dcb76b727.tar.bz2
ldetect-57cb1fab7ef3c7f970a9154d6cc2355dcb76b727.tar.xz
ldetect-57cb1fab7ef3c7f970a9154d6cc2355dcb76b727.zip
0.11.2
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd94054..f3103f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = ldetect
LIB_MAJOR = 0.11
-LIB_MINOR = 1
+LIB_MINOR = 2
VERSION=$(LIB_MAJOR).$(LIB_MINOR)
prefix = /usr
diff --git a/NEWS b/NEWS
index 8ddde4b..07844e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 0.11.2 - 18 October 2011, Thierry Vignaud
+
- adapt to new module-init-tools-3.16's API
- add new API for drakx's stage1 in order to find unknown PCI devices
- don't exit(1) on systems without pci (eg: ARM) (rtp)