[ubuntu/quantal] fwts 0.25.04 (Accepted)

Keng-Yu Lin kengyu at ubuntu.com
Tue Jun 26 10:55:48 UTC 2012


fwts (0.25.04) quantal; urgency=low

  [Colin Ian King]
  * apci: acpitables: only check CMOS in BOOT table from firmware tables
    (LP: #1016469)
  * lib: fwts_acpi_tables: add ACPI table provenance
  * lib: fwts_acpi_tables: load tables in deterministically
  * lib: fwts_log: handle special logfile names
  * lib: log: move line counting to logging back-ends
  * lib: fwts_log: remove fwts_log_line_number(), no longer used
  * lib: fwts_framework: output all logfile names being written to
  * lib: fwts_log: add fwts_log_get_filenames()
  * lib: fwts_summary: remove references to log line number

  [Keng-Yu Lin]
  * debian: Fix up the dependency of debian packages

fwts (0.25.03) quantal; urgency=low

  [Chris Van Hoof]
  * live-image/fwts-frontend-text: conditional added to done_tests_finish()
    which creates a symbolic link to the latest results.html at the top level
    WORK_DIR
  * live-image/fwts-frontend-text: adding support for both plaintext and html
    log out by default with --log-type

  [Colin Ian King]
  * apci: checksum: RSDT and XSDT checksum failures should not be critical
    (LP: #1013168)
  * lib: fwts_log_html: convert misc ASCII chars to HTML mnemonics
  * lib: fwts_framework: handle --log-type parse errors
  * lib: fwts_summary: handle the log_type now that it is a bit map
  * lib: rework logging and framework to allow for multiple output logs
  * lib: fwts_framework: handle nested log section endings on ABORT
  * lib: fwts_log_html: remove timestamp as it is in the heading anyhow
  * Update README
  * lib: fwts_acpi_tables: fake table start address when loading from file.
  * lib: fwts_framework: set log name suffix when using --log-type option
  * lib: fwts_summary: HTML summary should not be in verbatum
  * lib: fwts_log_html: tweak style and table format
  * lib: fwts_memorymap: output should be in verbatum style
  * bios: mtrr: make MTRR overview all verbatum style, looks better on HTML log
  * lib: add HTML logging backend
  * lib: fwts_framework: log advice as LOG_ADVICE and not LOG_RESULT
  * lib: fwts_framework: remove fwts_framework_results, remove redundant code
  * lib: fwts_log: add extra log types and upper case flavour of
    fwts_log_field_to_str_full()
  * lib: fwts_framework: drop unneccessary \n in log call
  * lib: add xml logging
  * lib: fwts_acpi_method: remove leading 0x in front of dumped strings
  * bios: mtrr: strip off trailing newlines
  * bios: bios_info: strip off trailing newlines
  * kernel: version: strip off trailing newline
  * lib: fwts_wakealarm.c: add more comments
  * lib: fwts_oops.c: add more comments
  * lib: fwts_mmap.c: add more comments
  * lib: fwts_keymap.c: add more comments
  * lib: fwts_iasl.c: add more comments
  * lib: fwts_guid.c: add more comments
  * lib: fwts_button.c: add more comments
  * lib: fwts_ac_adapter.c: add more comments

  [Keng-Yu Lin]
  * debian: update copyright to conform to copyright-format 1.0
  * debian: update the control file

Date: Mon, 25 Jun 2012 16:44:51 +0800
Changed-By: Keng-Yu Lin <kengyu at ubuntu.com>
Maintainer: Firmware Testing Team <firmware-testing-team at lists.launchpad.net>
Signed-By: Daniel Holbach <daniel.holbach at ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/fwts/0.25.04
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 25 Jun 2012 16:44:51 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend
Architecture: source
Version: 0.25.04
Distribution: quantal
Urgency: low
Maintainer: Firmware Testing Team <firmware-testing-team at lists.launchpad.net>
Changed-By: Keng-Yu Lin <kengyu at ubuntu.com>
Description: 
 fwts       - FirmWare Test Suite
 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: 1013168 1016469
Changes: 
 fwts (0.25.04) quantal; urgency=low
 .
   [Colin Ian King]
   * apci: acpitables: only check CMOS in BOOT table from firmware tables
     (LP: #1016469)
   * lib: fwts_acpi_tables: add ACPI table provenance
   * lib: fwts_acpi_tables: load tables in deterministically
   * lib: fwts_log: handle special logfile names
   * lib: log: move line counting to logging back-ends
   * lib: fwts_log: remove fwts_log_line_number(), no longer used
   * lib: fwts_framework: output all logfile names being written to
   * lib: fwts_log: add fwts_log_get_filenames()
   * lib: fwts_summary: remove references to log line number
 .
   [Keng-Yu Lin]
   * debian: Fix up the dependency of debian packages
 .
 fwts (0.25.03) quantal; urgency=low
 .
   [Chris Van Hoof]
   * live-image/fwts-frontend-text: conditional added to done_tests_finish()
     which creates a symbolic link to the latest results.html at the top level
     WORK_DIR
   * live-image/fwts-frontend-text: adding support for both plaintext and html
     log out by default with --log-type
 .
   [Colin Ian King]
   * apci: checksum: RSDT and XSDT checksum failures should not be critical
     (LP: #1013168)
   * lib: fwts_log_html: convert misc ASCII chars to HTML mnemonics
   * lib: fwts_framework: handle --log-type parse errors
   * lib: fwts_summary: handle the log_type now that it is a bit map
   * lib: rework logging and framework to allow for multiple output logs
   * lib: fwts_framework: handle nested log section endings on ABORT
   * lib: fwts_log_html: remove timestamp as it is in the heading anyhow
   * Update README
   * lib: fwts_acpi_tables: fake table start address when loading from file.
   * lib: fwts_framework: set log name suffix when using --log-type option
   * lib: fwts_summary: HTML summary should not be in verbatum
   * lib: fwts_log_html: tweak style and table format
   * lib: fwts_memorymap: output should be in verbatum style
   * bios: mtrr: make MTRR overview all verbatum style, looks better on HTML log
   * lib: add HTML logging backend
   * lib: fwts_framework: log advice as LOG_ADVICE and not LOG_RESULT
   * lib: fwts_framework: remove fwts_framework_results, remove redundant code
   * lib: fwts_log: add extra log types and upper case flavour of
     fwts_log_field_to_str_full()
   * lib: fwts_framework: drop unneccessary \n in log call
   * lib: add xml logging
   * lib: fwts_acpi_method: remove leading 0x in front of dumped strings
   * bios: mtrr: strip off trailing newlines
   * bios: bios_info: strip off trailing newlines
   * kernel: version: strip off trailing newline
   * lib: fwts_wakealarm.c: add more comments
   * lib: fwts_oops.c: add more comments
   * lib: fwts_mmap.c: add more comments
   * lib: fwts_keymap.c: add more comments
   * lib: fwts_iasl.c: add more comments
   * lib: fwts_guid.c: add more comments
   * lib: fwts_button.c: add more comments
   * lib: fwts_ac_adapter.c: add more comments
 .
   [Keng-Yu Lin]
   * debian: update copyright to conform to copyright-format 1.0
   * debian: update the control file
Checksums-Sha1: 
 7d8efcd4a8237feccf6616610e9a061f6bcf71d1 1246 fwts_0.25.04.dsc
 905e8f458dc18a15ce6522b20bb1cbda73399afc 1583762 fwts_0.25.04.tar.gz
Checksums-Sha256: 
 fa2dc0a1fa59c1700ecf14cc59651b6906c0049d4327c744f9e81f71fee60875 1246 fwts_0.25.04.dsc
 050899b13a9cc206a62f135ed434d3566858316d77734c64ad706808b19b1b8b 1583762 fwts_0.25.04.tar.gz
Files: 
 5bdacbd6045f2f4d3aca1df9d306da2e 1246 devel optional fwts_0.25.04.dsc
 d0384852b14dda8c8edb42e5794c0e26 1583762 devel optional fwts_0.25.04.tar.gz

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

iEYEARECAAYFAk/plB8ACgkQRjrlnQWd1ev8dgCeNN8wkkBtc4LosYfM4wRqS71B
uMEAnRBtdAtSmlNZZta+Rxv6pScKtDO8
=rgjO
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list