[ubuntu/quantal] fwts 0.25.02 (Accepted)
Keng-Yu Lin
kengyu at ubuntu.com
Tue May 29 08:10:30 UTC 2012
fwts (0.25.02) quantal; urgency=low
* fwts V0.25.02 release (LP: #1004410)
[Alex Hung]
* acpi: battery: add trip point tests for acpi batteries
* lib: fwts_battery: fix incorrect strings for a battery with unit of mWh
* lib: fwts_battery: fix no fclose() after fopen is called.
* acpi: battery: added cycle count check for acpi batteries.
[Colin Ian King]
* doc: update man page
* lib: fwts_summary.c: force non-word wrap using *_verbatum logging
* lib: fwts_framework: default to plaintext log type
* lib: re-work logging to add in json formatted log output
* lib: fwts_log: tidy up white spaces and strncmps
* lib: fwts_log: re-work log underline
* lib: move log line number into log struct
* lib: fwts_log: remove default line num and test name from log
* lib: fwts_args: remove strlen() calls, more efficient and stops valgrind
complaining
* acpica: fwts_acpica.c: Override ACPICA Semaphores to fix memory leak bug
* pci: aspm: make functions static
* pci: aspm: free memory from lists
* pci: aspm: fix memory read outside buffer
* lib: fwts_battery: added interface for cycle count.
fwts (0.25.01) precise; urgency=low
[Keng-Yu Lin]
* wmi: Fix an error on processing the _WDG data
fwts (0.25.00) precise; urgency=low
[Alex Hung]
* doc: remove --aspm option from man page
* pcie: added explanations to aspm messages.
[Colin Ian King]
* acpi: method: add _PSS test
* lib: fwts_acpi_method: gather all object names rather than just method names
* acpica: add -fno-strict-aliasing to ignore type punning warnings (LP: #971886)
* Update copy-acpica.sh to include new ACPICA sources
* acpica: force infinite loops and OS delays to complete faster since timing is not relevant
* acpica: fwts_iasl_interface: we need to enable preprocessor to stop ramdom segfaulting
* data: syntaxcheck.json: re-order based on new ACPICA error code updates
* acpica + lib: fix assemble/dissassemble to work with new ACPICA core
* lib: fwts_acpi_tables: ensure we don't overflow a table name when given bad input
* Update README_ACPICA.txt to reflect new ACPICA sources added
* acpica: fwts_acpica: reworking required for new ACPICA changes
* acpica: update Makefiles
* acpica: updates to existing ACPICA sources
* acpica: new ACPICA sources
* lib: fwts_fileio.c: remove unnecessary variable len
* acpi: acpidump: remove unnecessary variable n
* lib: fwts_tag: use size_t instead of int
* lib: fwts_stringextras: use size_t instead of int
* lib: fwts_framework: use size_t instead of int
* lib: fwts_battery: use size_t instead of int
* lib: fwts_acpi_method: use size_t instead of int
* acpica: fwts_acpica: use size_t instead of int
* acpi: method: use size_t instead of int
* acpi: cstates: use size_t instead of int
* acpi: acpitables: use size_t instead of int
* lib: fwts_args: only handle non-zero length short_names
* Update copyright year
* Remove old TODO.txt
* klog: Add EC transaction failure detection
[Keng-Yu Lin]
* debian: update Standards-Version and debhelper version
Date: Fri, 25 May 2012 18:11:11 +0800
Changed-By: Keng-Yu Lin <kengyu at ubuntu.com>
Maintainer: Colin King <colin.king at ubuntu.com>
Signed-By: Daniel Holbach <daniel.holbach at ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/fwts/0.25.02
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 25 May 2012 18:11:11 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend
Architecture: source
Version: 0.25.02
Distribution: quantal
Urgency: low
Maintainer: Colin King <colin.king at ubuntu.com>
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: 971886 1004410
Changes:
fwts (0.25.02) quantal; urgency=low
.
* fwts V0.25.02 release (LP: #1004410)
.
[Alex Hung]
* acpi: battery: add trip point tests for acpi batteries
* lib: fwts_battery: fix incorrect strings for a battery with unit of mWh
* lib: fwts_battery: fix no fclose() after fopen is called.
* acpi: battery: added cycle count check for acpi batteries.
.
[Colin Ian King]
* doc: update man page
* lib: fwts_summary.c: force non-word wrap using *_verbatum logging
* lib: fwts_framework: default to plaintext log type
* lib: re-work logging to add in json formatted log output
* lib: fwts_log: tidy up white spaces and strncmps
* lib: fwts_log: re-work log underline
* lib: move log line number into log struct
* lib: fwts_log: remove default line num and test name from log
* lib: fwts_args: remove strlen() calls, more efficient and stops valgrind
complaining
* acpica: fwts_acpica.c: Override ACPICA Semaphores to fix memory leak bug
* pci: aspm: make functions static
* pci: aspm: free memory from lists
* pci: aspm: fix memory read outside buffer
* lib: fwts_battery: added interface for cycle count.
.
fwts (0.25.01) precise; urgency=low
.
[Keng-Yu Lin]
* wmi: Fix an error on processing the _WDG data
.
fwts (0.25.00) precise; urgency=low
.
[Alex Hung]
* doc: remove --aspm option from man page
* pcie: added explanations to aspm messages.
.
[Colin Ian King]
* acpi: method: add _PSS test
* lib: fwts_acpi_method: gather all object names rather than just method names
* acpica: add -fno-strict-aliasing to ignore type punning warnings (LP: #971886)
* Update copy-acpica.sh to include new ACPICA sources
* acpica: force infinite loops and OS delays to complete faster since timing is not relevant
* acpica: fwts_iasl_interface: we need to enable preprocessor to stop ramdom segfaulting
* data: syntaxcheck.json: re-order based on new ACPICA error code updates
* acpica + lib: fix assemble/dissassemble to work with new ACPICA core
* lib: fwts_acpi_tables: ensure we don't overflow a table name when given bad input
* Update README_ACPICA.txt to reflect new ACPICA sources added
* acpica: fwts_acpica: reworking required for new ACPICA changes
* acpica: update Makefiles
* acpica: updates to existing ACPICA sources
* acpica: new ACPICA sources
* lib: fwts_fileio.c: remove unnecessary variable len
* acpi: acpidump: remove unnecessary variable n
* lib: fwts_tag: use size_t instead of int
* lib: fwts_stringextras: use size_t instead of int
* lib: fwts_framework: use size_t instead of int
* lib: fwts_battery: use size_t instead of int
* lib: fwts_acpi_method: use size_t instead of int
* acpica: fwts_acpica: use size_t instead of int
* acpi: method: use size_t instead of int
* acpi: cstates: use size_t instead of int
* acpi: acpitables: use size_t instead of int
* lib: fwts_args: only handle non-zero length short_names
* Update copyright year
* Remove old TODO.txt
* klog: Add EC transaction failure detection
.
[Keng-Yu Lin]
* debian: update Standards-Version and debhelper version
Checksums-Sha1:
87bfc53c83eef2c9dd90674c6cbfc32fe22479bc 1026 fwts_0.25.02.dsc
a811f723d347b2175af35ae92a6cc9fce2c540b7 1575041 fwts_0.25.02.tar.gz
Checksums-Sha256:
d7ffd33db42d447367ab9f09be7dd3206b0d00219713387596787b9baf6c3453 1026 fwts_0.25.02.dsc
c376a56484bfce8912f068b6563461dd25cb7695397880c812ea8198f1b62a88 1575041 fwts_0.25.02.tar.gz
Files:
6f91bea8991e150bb52a11d360017a27 1026 devel optional fwts_0.25.02.dsc
779a80173aa7b39cd088210fadd77b13 1575041 devel optional fwts_0.25.02.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk/EgI4ACgkQRjrlnQWd1eu17wCeNqtTfuoGmt5068enllcKPdTE
R3UAnjagidDg6axEXxVz+mjlKPeCPOFv
=eAPZ
-----END PGP SIGNATURE-----
More information about the Quantal-changes
mailing list