[ubuntu/trusty-proposed] fwts 13.11.00-0ubuntu1 (Accepted)

Keng-Yu Lin kengyu at ubuntu.com
Fri Nov 15 07:51:15 UTC 2013


fwts (13.11.00-0ubuntu1) trusty; urgency=low

  [Alex Hung]
  * acpi: method: correct alphabetical order in comments to sync with acpi spec
  * acpi: method: add missing names to acpi-method list
  * acpi: method: add _CBA control method test (LP: #1249171)
  * acpi: method: add _CDM control method test (LP: #1249172)
  * acpi: method: add _CID control method test (LP: #1249174)
  * acpi: method: add _GAI control method test (LP: #1249894)
  * acpi: method: add _MSG control method test (LP: #1249939)
  * acpi: method: add _PMM control method test (LP: #1249941)
  * acpi: method: add _UPD and _UPP control method tests (LP: #1251168)

  [Colin Ian King]
  * lib: framework: report warning[s] correctly (LP:#1223736)
  * lib: update copyright year. (LP: #1226590)
  * acpi: mcfg: Parse /sys/bus/pci rather than using lspci (LP: #1226615)
  * syntaxcheck: report IASL compiler remarks as low failures (LP: #1200606)
  * acpi: fadt: sanity check reset register settings (LP: #1230394)
  * ACPICA: update to version 20130927.
  * iasl: capture output from stderr to catch iasl fatal errors
  * pci: aspm: remove the need to run and parse lspci output (LP: #1227853)
  * lib: fwts_klog: Add ability to write message to kernel log
  * acpi: s3: add timings report for suspend/resume (LP: #1241638)
  * acpi: s3: add --s3-suspend-time and --s3-resume-time (LP: #1241638)
  * lib: add new PCI definitions
  * pci: aspm: use new fwts PCI defintions
  * pci: maxreadreq: don't use lspci to get PCI specific data (LP: #1244676)
  * uefi: uefidump: add more checks to avoid buffer overruns (LP: #1239641)
  * bios: mtrr: don't use lspci to get PCI specific data (LP: #1244673)
  * wakealarm: use ioctl() interface as this more of a generic interface
    (LP: #1244184)
  * Tests: replace "check" with "test" in test name headings (LP: #1246650)
  * data: klog.json: Sync up with latest kernel 3.12 (LP: #1248499)
  * lib: Add PCI helper to return description of a device
  * lib: fwts_hwinfo: don't use external utils for H/W checks (LP: #1246646)
  * debian: control: remove some unrequired suggests
  * acpi: brightness: use /sys/class/backlight interface (LP: #1250517)
  * acpi: brightness: break up brightness test (LP: #1250429)
  * acpi: syntaxcheck: non-x86 may have ACPI support (LP: #1251293)
  * acpi: method: Change "Check" to "Test", (LP: #1246650)

  [Ivan Hu]
  * uefi: uefidump: fix the boot load option Boot#### larger than Boot1000
    doesn't be parsered (LP: #1225850)
  * uefi: uefidump: Add support for DriverOrder (LP: #1237263)
  * uefi: uefidump: add support for Driver#### (LP: #1237263)
  * uefidump: add support for Key#### (LP: #1237263)
  * uefi: uefidump: add support for db, dbx, dbt... variables scan
    (LP: #1247749)
  * uefi: uefidump: compare the SignarureType GUID and print out type for
    signature database parser (LP: #1247749)
  * uefi: uefidump: add support for KEK, KEKDefault, PK, PKDefault global
    variables scan (LP: #1247749)

  [Keng-Yu Lin]
  * Force to use automake1.11 to prevent FTBFS in Trusy (LP: #1250340)

Date: Fri, 15 Nov 2013 14:11:00 +0800
Changed-By: Keng-Yu Lin <kengyu at ubuntu.com>
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/fwts/13.11.00-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 15 Nov 2013 14:11:00 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 13.11.00-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Keng-Yu Lin <kengyu at ubuntu.com>
Description: 
 fwts       - FirmWare Test Suite
 fwts-efi-runtime-dkms - Firmware Test Suite UEFI Runtime Service kernel driver
 fwts-frontend - Firmware Test Suite frontend interface
 libfwts1   - FirmWare Test Suite core support library
 libfwtsacpica1 - FirmWare Test Suite ACPICA core built for acpiexec functionality
 libfwtsiasl1 - FirmWare Test Suite ACPICA core built for iasl functionality
Launchpad-Bugs-Fixed: 1200606 1225850 1226590 1226615 1227853 1230394 1237263 1239641 1241638 1244184 1244673 1244676 1246646 1246650 1247749 1248499 1249171 1249172 1249174 1249894 1249939 1249941 1250340 1250429 1250517 1251168 1251293
Changes: 
 fwts (13.11.00-0ubuntu1) trusty; urgency=low
 .
   [Alex Hung]
   * acpi: method: correct alphabetical order in comments to sync with acpi spec
   * acpi: method: add missing names to acpi-method list
   * acpi: method: add _CBA control method test (LP: #1249171)
   * acpi: method: add _CDM control method test (LP: #1249172)
   * acpi: method: add _CID control method test (LP: #1249174)
   * acpi: method: add _GAI control method test (LP: #1249894)
   * acpi: method: add _MSG control method test (LP: #1249939)
   * acpi: method: add _PMM control method test (LP: #1249941)
   * acpi: method: add _UPD and _UPP control method tests (LP: #1251168)
 .
   [Colin Ian King]
   * lib: framework: report warning[s] correctly (LP:#1223736)
   * lib: update copyright year. (LP: #1226590)
   * acpi: mcfg: Parse /sys/bus/pci rather than using lspci (LP: #1226615)
   * syntaxcheck: report IASL compiler remarks as low failures (LP: #1200606)
   * acpi: fadt: sanity check reset register settings (LP: #1230394)
   * ACPICA: update to version 20130927.
   * iasl: capture output from stderr to catch iasl fatal errors
   * pci: aspm: remove the need to run and parse lspci output (LP: #1227853)
   * lib: fwts_klog: Add ability to write message to kernel log
   * acpi: s3: add timings report for suspend/resume (LP: #1241638)
   * acpi: s3: add --s3-suspend-time and --s3-resume-time (LP: #1241638)
   * lib: add new PCI definitions
   * pci: aspm: use new fwts PCI defintions
   * pci: maxreadreq: don't use lspci to get PCI specific data (LP: #1244676)
   * uefi: uefidump: add more checks to avoid buffer overruns (LP: #1239641)
   * bios: mtrr: don't use lspci to get PCI specific data (LP: #1244673)
   * wakealarm: use ioctl() interface as this more of a generic interface
     (LP: #1244184)
   * Tests: replace "check" with "test" in test name headings (LP: #1246650)
   * data: klog.json: Sync up with latest kernel 3.12 (LP: #1248499)
   * lib: Add PCI helper to return description of a device
   * lib: fwts_hwinfo: don't use external utils for H/W checks (LP: #1246646)
   * debian: control: remove some unrequired suggests
   * acpi: brightness: use /sys/class/backlight interface (LP: #1250517)
   * acpi: brightness: break up brightness test (LP: #1250429)
   * acpi: syntaxcheck: non-x86 may have ACPI support (LP: #1251293)
   * acpi: method: Change "Check" to "Test", (LP: #1246650)
 .
   [Ivan Hu]
   * uefi: uefidump: fix the boot load option Boot#### larger than Boot1000
     doesn't be parsered (LP: #1225850)
   * uefi: uefidump: Add support for DriverOrder (LP: #1237263)
   * uefi: uefidump: add support for Driver#### (LP: #1237263)
   * uefidump: add support for Key#### (LP: #1237263)
   * uefi: uefidump: add support for db, dbx, dbt... variables scan
     (LP: #1247749)
   * uefi: uefidump: compare the SignarureType GUID and print out type for
     signature database parser (LP: #1247749)
   * uefi: uefidump: add support for KEK, KEKDefault, PK, PKDefault global
     variables scan (LP: #1247749)
 .
   [Keng-Yu Lin]
   * Force to use automake1.11 to prevent FTBFS in Trusy (LP: #1250340)
Checksums-Sha1: 
 c0a8d78cff4a30fc89122f7525d18d4b1b2537c5 2277 fwts_13.11.00-0ubuntu1.dsc
 062b9a12cb0d19df3650696ffe62275e5128b812 1389854 fwts_13.11.00.orig.tar.gz
 3906cbad58488859947a4620eb374b456c88c85e 30796 fwts_13.11.00-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 153a20b93dffeee708a9064e2c65bc1565f6491f2e1796e289ce566fb9ce79f4 2277 fwts_13.11.00-0ubuntu1.dsc
 6384cc3c4b4eb42bb0a0e329645121bb9a8e8acbf2b72ae307453ce34cacc8f9 1389854 fwts_13.11.00.orig.tar.gz
 32990a68bb6dfab3f9af72872de00ba3a7316a8c51214669d284a7096e9d3531 30796 fwts_13.11.00-0ubuntu1.debian.tar.gz
Files: 
 c1fb81a1f26fe17a9303184b94fb59fa 2277 devel optional fwts_13.11.00-0ubuntu1.dsc
 fe57dc3c2f852ab1cdd2538f52c3048a 1389854 devel optional fwts_13.11.00.orig.tar.gz
 a1078e4dbb49e7eea71e6a235b9093de 30796 devel optional fwts_13.11.00-0ubuntu1.debian.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJShc+gAAoJEMYXhp8UeFBOBZsP/0ffftNA/0bw60O1nb1P9rDc
ksJh1/1aKi7bcedM3g1HSOM7F5dXm0WdNXF3KGu9ue5t026FF9oinhgHZ8Wh0oiq
PzsuC+7Hi4wdU/rv9HdymU1P5FVIOGYLymF31SJtzY0Gb1WoynPA3MliAb8eD9Av
KRkfXtYL85O2sn8o0waOwVU/iBecB96hdiGspeDODj/+I4xoocVYDT3KomKKMJqy
/6+U2hJtBnCSBX8o3wmEpENZqKko2DSCb385WmOf9Nv0Ar2Xewd44SLSs3kObBf4
jsRMRAvPdelJUf/Kvbhv2aw7i3mNfwAm323hG4PdkKq7zqgAuh9K17Nv/E6NKDhQ
6/+3+9WIgbqMtexlos+zF+NJZFbGBkQGiwRog7EmCTJCnO+z90iz+VXkbQvQ1GHO
0Ey8g0QFdALQ8vJ/MeLA7ejh1XHwCSyPEVeJybJuk5cL+/s7puB2nnIOmS5xJ/DZ
QV+FDOcALMuH5tTw4AgZQpZKh3g5/wFbyUc0zwjm3PUxSq3bSmygZwyqoNdlRWNt
dpCA/0JbAt/NFxrtbZY97rNffRrpE9Yjzz5CByiA3pmoARAx+nTiC7ioOEHukgiw
g90At7KT971N7Q2M61X2I6yEWYZW9Ltfpvh15cfSWwhqLh9fIGYsCfwzB1tTc/wa
F5IQuISIccUMl+4/kOYK
=LUMP
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list