Changelog for
libsmbios-libs-0.13.10-1.fc8.i386.rpm :
Wed Aug 29 00:00:00 2007 Michael E Brown
- 0.13.10-1
- Fix one instance where return code to fread was incorrectly checked.
Thu Aug 23 00:00:00 2007 Michael E Brown - 0.13.9
- Fix a couple of failure-to-check-return on fread. most were unit-test code
only, but two or three were in regular code.
- Add hinting to the memory class, so that it can intelligently close /dev/mem
file handle when it is not needed (which is most of the time). it only
leaves it open when it is scanning, so speed is not impacted.
Tue Aug 7 00:00:00 2007 Michael E Brown - 0.13.8
- new upstream
Wed Apr 4 00:00:00 2007 Michael E Brown - 0.13.6
- critical bugfix for dellBiosUpdate utility for packet mode
- autoconf/automake support for automatically building docs
- more readable \'make\' lines by splitting out env vars
- remove run_cppunit option... always run unit tests.
- update autoconf/automake utilities to latest version
- fix LDFLAGS to not overwrite user entered LDFLAGS
- add automatic doxygen build of docs
- fix urls of public repos
- remove yum repo page in favor of official page from docs
- split dmi table entry point from smbios table entry point
- support legacy _DMI_ tables
- fix support for EFI-based imacs without proper _SM_ anchor
Tue Mar 20 23:00:00 2007 Michael E Brown - 0.13.5
- rpmlint cleanups
- Add dellLEDCtl binary
- update AUTHORS file to add credit for dellLEDCtl
- update doc/DellToken.txt to add a few more useful tokens.
- updated build system to create documentation
- skip cppunit dep on .elX builds (not in EPEL yet)
Mon Mar 12 23:00:00 2007 Michael E Brown - 0.13.4-1
- Added dellWirelessCtl binary
- Added \'static\' makefile target to build static binaries and clean them as well
- fix for signed/unsigned bug in probes binary. CPU temp misreported
- simplify interface for DELL_CALLING_INTERFACE_SMI, autodetect Port/Magic
- document all of the tokens for controlling wireless on dell notebooks
- enums for SMI args/res to make code match docs better (cbRES1 = res[0], which
was confusing.
- helper functions isTokenActive() and activateToken() to simplify token API.
- Added missing windows .cpp files to the dist tarball for those who compile
windows from dist tarball vs source control
- Add support for EFI based machines without backwards compatible smbios table
entry point in 0xF0000 block.
- Added wirelessSwitchControl() and wirelessRadioControl() API for newer
laptops.
- fixed bug in TokenDA activate() code where it wasnt properly using SMI
(never worked, but apparently wasnt used until now.)
Wed Oct 4 00:00:00 2006 Michael E Brown - 0.13.0-1
- autotools conversion
- add Changelog
Wed Sep 27 00:00:00 2006 Michael E Brown - 0.12.4-1
- Changes per Fedora Packaging Guidelines to prepare to submit to Extras.
- Add in a changelog entry per Fedora Packaging Guidelines...