From e7a1713ee3183ad4bf9ea5873707d0791bf8ddb9 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Mar 13 2007 16:42:03 +0000 Subject: update to upstream 0.13.4 --- diff --git a/.cvsignore b/.cvsignore index a918a87..811e893 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libsmbios-0.13.2.tar.gz +libsmbios-0.13.4.tar.gz diff --git a/libsmbios.spec b/libsmbios.spec index 6ba286d..99b79cf 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -18,7 +18,7 @@ # START = Do not edit manually %define major 0 %define minor 13 -%define sub 2 +%define sub 4 %define extralevel %{nil} %define release_name libsmbios %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -170,6 +170,7 @@ rm -f %{buildroot}/%{_libdir}/lib*.la %{_bindir}/verifySmiPassword %{_bindir}/wakeupCtl %{_bindir}/dellLcdBrightness +%{_bindir}/dellWirelessCtl %files unsupported-bin %defattr(-,root,root) @@ -189,6 +190,24 @@ rm -f %{buildroot}/%{_libdir}/lib*.la #%{_bindir}/sysid %changelog +* 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 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... diff --git a/sources b/sources index 0b8d52d..211d5d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e77488b0aec32d7fe62a2cbc62a1d7f libsmbios-0.13.2.tar.gz +fa6e98339093b3321bffdbfb4613c7f2 libsmbios-0.13.4.tar.gz