diff options
-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.11 -LIB_MINOR = 1 +LIB_MINOR = 2 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr @@ -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) |