summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNima Talebi <nima@it.net.au>2010-02-16 08:31:59 +1100
committerNima Talebi <nima@it.net.au>2010-02-16 08:31:59 +1100
commitbb5d00b80c05cb42326d2c4a0b92a504e587c03f (patch)
tree1bc9303dcd991b766317dfe671ab2e41495b3176
parenta87417241b16b690682561c7673c31be76fc3703 (diff)
downloadpython-dmidecode-bb5d00b80c05cb42326d2c4a0b92a504e587c03f.tar.gz
python-dmidecode-bb5d00b80c05cb42326d2c4a0b92a504e587c03f.tar.xz
python-dmidecode-bb5d00b80c05cb42326d2c4a0b92a504e587c03f.zip
New feature release (log handling)v3.10.11
-rw-r--r--contrib/python-dmidecode.spec5
-rw-r--r--debian/changelog8
-rw-r--r--src/version.h2
3 files changed, 13 insertions, 2 deletions
diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec
index 0154dcc..da818e4 100644
--- a/contrib/python-dmidecode.spec
+++ b/contrib/python-dmidecode.spec
@@ -3,7 +3,7 @@
Summary: Python module to access DMI data
Name: python-dmidecode
-Version: 3.10.10
+Version: 3.10.11
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/python-dmidecode/
%changelog
+* Tue Feb 16 2010 Nima Talebi <nima@it.net.au> - 3.10.11-1
+- Update to new release
+
* Tue Jan 12 2010 Nima Talebi <nima@it.net.au> - 3.10.10-1
- Update to new release
diff --git a/debian/changelog b/debian/changelog
index 2e3f427..a128278 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-dmidecode (3.10.11-1) unstable; urgency=low
+
+ * New upstream release.
+ * Log messages no longer handled via `fprintf' statements, but handled
+ inside a data structure and dealt with accordingly.
+
+ -- Nima Talebi <nima@it.net.au> Tue, 16 Feb 2010 08:30:44 +1100
+
python-dmidecode (3.10.10-1) unstable; urgency=low
* New upstream cleanup release.
diff --git a/src/version.h b/src/version.h
index bbc59e6..180cf92 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define VERSION "3.10.10"
+#define VERSION "3.10.11"