From bb5d00b80c05cb42326d2c4a0b92a504e587c03f Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Tue, 16 Feb 2010 08:31:59 +1100 Subject: New feature release (log handling) --- contrib/python-dmidecode.spec | 5 ++++- debian/changelog | 8 ++++++++ src/version.h | 2 +- 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 - 3.10.11-1 +- Update to new release + * Tue Jan 12 2010 Nima Talebi - 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 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" -- cgit