summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-20 23:18:28 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-22 01:24:48 +1000
commitceaf615744b2a1a9cd655abef25e0840de731d01 (patch)
treec30d7766ff05316a7a23077f0df434fe90e4051f
parentff36dbbc2804858ad7229e1b6bda51fc2250133d (diff)
downloadpython-dmidecode-ceaf615744b2a1a9cd655abef25e0840de731d01.tar.gz
python-dmidecode-ceaf615744b2a1a9cd655abef25e0840de731d01.tar.xz
python-dmidecode-ceaf615744b2a1a9cd655abef25e0840de731d01.zip
Fixed a bug, and preparing to dupload to Debian
-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",