summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--src/setup-dbg.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4cdf996..3386599 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-dmidecode (2.10.6-1) unstable; urgency=low
+
+ * David Sommerseth, as part of wrting the XML (libxml2) extensions to
+ python-dmidecode, noted a few abnormalities. Sure enough, they were
+ silent bugs introduced at the time of the initial writing of
+ python-dmidecode (from dmidecode). This has now been fixed.
+
+ -- Nima Talebi <nima@it.net.au> Wed, 20 May 2009 23:15:32 +1000
+
python-dmidecode (2.10.5-3) unstable; urgency=low
* Converting to pysupport from pycentral.
diff --git a/src/setup-dbg.py b/src/setup-dbg.py
index 65f7436..e4b3b37 100644
--- a/src/setup-dbg.py
+++ b/src/setup-dbg.py
@@ -2,7 +2,7 @@ from distutils.core import setup, Extension
setup(
name = "python-dmidecode-dbg",
- version = "2.10.5",
+ version = "2.10.6",
description = "Python extension module for dmidecode",
author = "Nima Talebi",
author_email = "nima@autonomy.net.au",