summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-05 10:36:56 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-05 10:36:56 +0000
commit8c849d4862cd5957593ea510b39c4e178655277a (patch)
tree57f76394839e2cf17973c3c7daabe3c2d7d02ae7
parent475c3c619983209f4951ba7a122685c6299e3f6e (diff)
downloadldetect-8c849d4862cd5957593ea510b39c4e178655277a.tar
ldetect-8c849d4862cd5957593ea510b39c4e178655277a.tar.gz
ldetect-8c849d4862cd5957593ea510b39c4e178655277a.tar.bz2
ldetect-8c849d4862cd5957593ea510b39c4e178655277a.tar.xz
ldetect-8c849d4862cd5957593ea510b39c4e178655277a.zip
0.12.7
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e1fb64..15a6065 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = ldetect
LIB_MAJOR = 0.12
-LIB_MINOR = 6
+LIB_MINOR = 7
VERSION=$(LIB_MAJOR).$(LIB_MINOR)
prefix = /usr
diff --git a/NEWS b/NEWS
index 4fc7aea..9361eb2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 0.12.7 - 5 April 2013, Thierry Vignaud
+
- do not fake Xen blk & net controllers on dom0 (mga#9546)
Version 0.12.6 - 31 March 2013, Thierry Vignaud