Changelog for
libsmbios-debuginfo-2.2.26-3.2.el6.x86_64.rpm :
* Tue Jul 06 2010 Michael Brown
- 2.2.26-1- implement CSV export of token settings from smbios-token-ctl
* Tue Jul 06 2010 Michael Brown - 2.2.25-1- Fix breakage resulting from improperly fixing up constructors for MemoryAccess/CmosAccess. Fixes CLI utilities.
* Fri Jun 11 2010 Michael Brown - 2.2.23-1- Fixup ABI break where a couple functions that should have been exported were not marked.
* Thu Jun 10 2010 Michael Brown - 2.2.22-1- Fixup bug in reading asset and service tag where it A) read checksum from wrong location and B) used wrong comparison check to validate it- enable service tag SET for machines that still set service tag in CMOS- ABI/API - change to -fvisibility=hidden for libsmbios_c.so.
*, mark public api\'s. This removes all non-public symbols that were not formerly part of the ABI from the dynamic link table.
* Mon May 18 2009 Matt Domsch - 2.2.16-3- split yum plugin into yum-dellsysid package
* Tue Mar 24 2009 Michael E Brown - 2.2.16-1- add gcc 4.4 support
* Tue Mar 24 2009 Michael E Brown - 2.2.15-1- update to lastest upstream.- fixes bug in bios update on systems with versions like x.y.z.
* Wed Feb 25 2009 Fedora Release Engineering - 2.2.13-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Feb 03 2009 Michael E Brown - 2.2.12-1- Add feature to turn on debugging printf()\'s without recompiling by setting certain environment variables: LIBSMBIOS_C_DEBUG_OUTPUT_ALL -- all debugging output or, per module: LIBSMBIOS_C_DEBUG_CONSTRUCTOR_C LIBSMBIOS_C_DEBUG_SYSINFO_C LIBSMBIOS_C_DEBUG_SMBIOS_C LIBSMBIOS_C_DEBUG_TOKEN_C LIBSMBIOS_C_DEBUG_MEMORY_C LIBSMBIOS_C_DEBUG_CMOS_C LIBSMBIOS_C_DEBUG_SMI_C
* Mon Feb 02 2009 Michael E Brown - 2.2.12-1- Add pkgconfig files to -devel- fixup yum plugin to not parse certain data that causes a crash on some machines (Optiplex 755, others may be affected)
* Thu Jan 15 2009 Michael E Brown - 2.2.8-1- revert change in upstream renaming rpm to libsmbios2
* Thu Jan 15 2009 Michael E Brown - 2.2.7-1- change source to bz2 format- Update to latest upstream release. Many changes in the new release: - python interface - libsmbios_c interface almost fully implemented - libsmbios c++ interface deprecated
* Tue Oct 28 2008 Michael E Brown - 2.2.0-1- Spec updates
* Mon Apr 21 2008 Michael E Brown - 2.0.1-2.1- obsolete libsmbios-libs as well
* Mon Mar 03 2008 Michael E Brown - 2.0.1-2- properly obsolete older versions
* Wed Feb 13 2008 Michael E Brown - 2.0.1- Fixup GCC 4.3 compile issues.
* Wed Jan 09 2008 Michael E Brown - 2.0.0- ABI incompatible, minor API changes- sync up libsmbios soname with version #- move binaries to /usr/sbin as they are only runnable by root- drop libsmbiosxml lib as it was mostly unused.- drop autotools generated files out of git and add autogen.sh- drop tokenCtl binary-- pysmbios has a
*much
* improved version
* Wed Aug 22 2007 Michael E Brown - 0.13.9- Fix a couple of failure-to-check-return on fopen. 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.
* Mon Aug 06 2007 Michael E Brown - 0.13.8- new upstream
* Tue Apr 03 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 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 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.)
* Tue Oct 03 2006 Michael E Brown - 0.13.0-1- autotools conversion- add Changelog
* Tue Sep 26 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...