1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
|
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.
* This release has addressed the previously messy error/warning handling.
-- Nima Talebi <nima@it.net.au> Tue, 12 Jan 2010 11:59:27 +1100
python-dmidecode (3.10.9-1) unstable; urgency=low
* New upstream bug-fix release.
* Add --install-layout=deb to debian/rules setup.py install to prevent files
from landing in /usr/local (Closes: Bug#563883) - thanks to Scott
Kitterman.
-- Nima Talebi <nima@it.net.au> Tue, 05 Jan 2010 22:02:29 -0500
python-dmidecode (3.10.8-2) unstable; urgency=low
* Resolved conflict between standard and debug package (Closes: #561904).
-- Nima Talebi <nima@it.net.au> Sun, 20 Dec 2009 11:17:37 +1100
python-dmidecode (3.10.8-1) unstable; urgency=low
* New Upstream release.
* Big-endian and little-endian approved.
* Packaged unit-test to tarball.
* Rewritten unit-test to be able to run as non-root user, where it will not
try to read /dev/mem.
* Added two dmidump data files to the unit-test.
-- Nima Talebi <nima@it.net.au> Tue, 15 Dec 2009 10:33:31 +1100
python-dmidecode (3.10.7-3) unstable; urgency=low
* Last of URI fixes (#540389).
-- Nima Talebi <nima@it.net.au> Sun, 13 Dec 2009 04:20:55 +1100
python-dmidecode (3.10.7-2) unstable; urgency=low
* Added libxml2 dependencies (Closes: #548669).
-- Nima Talebi <nima@it.net.au> Mon, 28 Sep 2009 18:59:05 +1000
python-dmidecode (3.10.7-1) unstable; urgency=low
* New Upstream release.
-- Nima Talebi <nima@it.net.au> Wed, 23 Sep 2009 18:43:29 +1000
python-dmidecode (3.10.6-3) unstable; urgency=low
* Updating debian/* to generate package.
-- Nima Talebi <nima@it.net.au> Wed, 09 Sep 2009 23:01:48 +1000
python-dmidecode (3.10.6-2) unstable; urgency=low
* Fixed homepage (Closes: #540389).
-- Nima Talebi <nima@it.net.au> Sat, 08 Aug 2009 13:53:40 +1000
python-dmidecode (3.10.6-1) unstable; urgency=low
* Introducing the XML extensions to python-dmidecode, by of David Sommerseth
from Red Hat. A big thankyou to David, Red Hat, and other people from
Red Hat that contributed (and are still contributing) time and knowledge
to this project. These changes are summarized as follows...
* Rewritten the internals to use libxml2 for (in memory) data storage.
* Added much more useful information into the XML data than what the original
data structured could held.
* Implemented mapping methods to dynamically map XML fields to Python
dictionaries. The mapping itself is defined in an XML file utilising XPath
expressions.
* Prepared python-dmidecode for a native XML implementation from Python using
libxml2.
-- Nima Talebi <nima@it.net.au> Sat, 23 May 2009 13:19:25 +1000
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.
-- Nima Talebi <nima@it.net.au> Fri, 17 Apr 2009 21:40:38 +1000
python-dmidecode (2.10.5-2) unstable; urgency=low
* Minor cleanup.
-- Nima Talebi <nima@it.net.au> Tue, 14 Apr 2009 19:08:16 +1000
python-dmidecode (2.10.5-1) unstable; urgency=low
* Upstream (cleanup) release.
-- Nima Talebi <nima@it.net.au> Mon, 09 Mar 2009 10:29:52 +1100
python-dmidecode (2.10.4-1) unstable; urgency=low
* Upstream release - purely to do with rpm packaging.
* Added upstream changelog.
-- Nima Talebi <nima@it.net.au> Mon, 09 Mar 2009 00:45:19 +1100
python-dmidecode (2.10.3-1) unstable; urgency=low
* Upstream release - separate setup.py for debug and non-debug versions of
python-dmidecode (Closes: #516358).
-- Nima Talebi <nima@it.net.au> Mon, 23 Feb 2009 00:34:11 +1100
python-dmidecode (2.10.2-1) unstable; urgency=low
* Upstream release.
* Added upstream changelog.
* Added hopepage to the control file.
* Change (C) to © in the copyright.
* Changed generic (GPL) license to specific (GPL-3).
-- Nima Talebi <nima@it.net.au> Fri, 13 Feb 2009 06:36:30 -0800
python-dmidecode (2.10.1-3) unstable; urgency=low
* Updated copyright file.
-- Nima Talebi <nima@it.net.au> Wed, 14 Jan 2009 13:24:58 -0800
python-dmidecode (2.10.1-2) unstable; urgency=low
* Fixed watchfile.
-- Nima Talebi <nima@it.net.au> Mon, 12 Jan 2009 23:43:17 -0800
python-dmidecode (2.10.1-1) unstable; urgency=low
* The separation between the upstream and the debian files is now complete.
-- Nima Talebi <nima@it.net.au> Mon, 12 Jan 2009 00:19:29 -0800
python-dmidecode (2.10-2) unstable; urgency=low
* Conform the the latest Lintian rules.
-- Nima Talebi <nima@it.net.au> Sun, 11 Jan 2009 15:04:58 -0800
python-dmidecode (2.10-1) unstable; urgency=low
* Initial release (Closes: #509169)
-- Nima Talebi <nima@it.net.au> Fri, 19 Dec 2008 14:04:16 +0900
|