summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"