[ubuntu/quantal] checkbox 0.14.3 (Accepted)

Daniel Manrique roadmr at ubuntu.com
Tue Aug 7 21:00:39 UTC 2012


checkbox (0.14.3) quantal; urgency=low

  * New upstream release (LP: #1033652)

  [Benjamin Kerensa]
  * Changed description of PCMCIA/PCIX to PCMCIA/ExpressCard since PCIX
    generally applies to servers (LP: #992249)

  [Brendan Donegan]
  * Removed call to unlink temporary file in Html5Thread part of gpu_test.
    Also addressed a few pyflakes complaints and removed a stray print.
  * Include block device name in fields of block_device resource
    output. This will prevent different block device fields from being
    confused with each other (LP: #1027849)
  * Fix apport_prompt.py so it properly checks the value in
    /etc/default/apport (LP: #1029897)
  * Initially disable the 'Run' tab in the Qt UI, re-enabling it when the
    'Start Testing' has been clicked (LP: #1029815)
  * Put Component and Status into one tree view on the selection screen,
    rather than two seperate ones (LP: #1030871)
  * Disable the Select All and Deselect All buttons in the selection
    view during testing (LP: #1032259)

  [Daniel Manrique]
  * New version 0.14.3 for Quantal Quetzal development.
  * alsa_info is invoked with --no-dialog, otherwise if dialog is installed
    it results in invalid data in the submission file and results.
    (LP: #1028065)
  * Instruct Chromium browser to accept file:// URLs so it can correctly
    open the checkbox submission.xml report (LP: #1026614)
  * scripts/gconf_resource: decode gconf output as utf-8 rather than ascii
    (LP: #1022593)
  * jobs/user_apps.txt.in: Quicktime test now depends on gstreamer0.10-ffmpeg
    to ensure it's able to play .mov files (LP: #633009)
  * scripts/network_check: InvalidURL exception is caught and handled more
    cleanly (LP: #751701)

  [Sylvain Pineau]
  * jobs/usb.txt.in, scripts/disk_read_performance_test: Add a USB3 read
    performance test.
    scripts/block_device_resource: Add the maximum usb specification supported
    by both a block device and the corresponding root hub port.
  * qt/frontend/qtfront.ui, qt/frontend/images/checkbox-qt-head.png:
    Add transparency properties to the main window header to keep the main theme
    colors in the widget background (LP: #1030857)

  [Jeff Marcom]
  * Added timeout to job call for disk smart test.

  [Marc Tardif]
  * Escaping encoded strings in udevadm output (LP: #1025381)

  [Jeff Lane]
  * jobs/cpu.txt.in: added a depends to cpu/scaling_test-log-attach to ensure
    that job does not run until afte cpu/scaling_test (LP: #1031994)

  [Matt Fischer]
  * scripts/network_device_info: added a check to ensure what lspci reports and
    what NetworkManger reports (if it is installed) are the same. Reports more
    useful info now like driver and driver version, IP address, etc.
  * scripts/cycle_vts: added checks to fail test if chvt returns a non-zero
    exit code. Added a final check at the end to verify we did land back on the
    original VT after testing.
    jobs/miscellanea.txt.in: fixed a typo in the chvt job. It used to reqire
    'package.alias' instead of 'package.name'

Date: Mon, 06 Aug 2012 16:21:24 -0400
Changed-By: Daniel Manrique <roadmr at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Mathieu Trudel-Lapierre <mathieu.tl at gmail.com>
https://launchpad.net/ubuntu/quantal/+source/checkbox/0.14.3
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 06 Aug 2012 16:21:24 -0400
Source: checkbox
Binary: checkbox checkbox-cli checkbox-urwid checkbox-gtk checkbox-qt
Architecture: source
Version: 0.14.3
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Daniel Manrique <roadmr at ubuntu.com>
Description: 
 checkbox   - System testing application
 checkbox-cli - Command line interface for checkbox
 checkbox-gtk - GTK interface for checkbox
 checkbox-qt - QT4 interface for checkbox
 checkbox-urwid - Urwid interface for checkbox
Launchpad-Bugs-Fixed: 633009 751701 992249 1022593 1025381 1026614 1027849 1028065 1029815 1029897 1030857 1030871 1031994 1032259 1033652
Changes: 
 checkbox (0.14.3) quantal; urgency=low
 .
   * New upstream release (LP: #1033652)
 .
   [Benjamin Kerensa]
   * Changed description of PCMCIA/PCIX to PCMCIA/ExpressCard since PCIX
     generally applies to servers (LP: #992249)
 .
   [Brendan Donegan]
   * Removed call to unlink temporary file in Html5Thread part of gpu_test.
     Also addressed a few pyflakes complaints and removed a stray print.
   * Include block device name in fields of block_device resource
     output. This will prevent different block device fields from being
     confused with each other (LP: #1027849)
   * Fix apport_prompt.py so it properly checks the value in
     /etc/default/apport (LP: #1029897)
   * Initially disable the 'Run' tab in the Qt UI, re-enabling it when the
     'Start Testing' has been clicked (LP: #1029815)
   * Put Component and Status into one tree view on the selection screen,
     rather than two seperate ones (LP: #1030871)
   * Disable the Select All and Deselect All buttons in the selection
     view during testing (LP: #1032259)
 .
   [Daniel Manrique]
   * New version 0.14.3 for Quantal Quetzal development.
   * alsa_info is invoked with --no-dialog, otherwise if dialog is installed
     it results in invalid data in the submission file and results.
     (LP: #1028065)
   * Instruct Chromium browser to accept file:// URLs so it can correctly
     open the checkbox submission.xml report (LP: #1026614)
   * scripts/gconf_resource: decode gconf output as utf-8 rather than ascii
     (LP: #1022593)
   * jobs/user_apps.txt.in: Quicktime test now depends on gstreamer0.10-ffmpeg
     to ensure it's able to play .mov files (LP: #633009)
   * scripts/network_check: InvalidURL exception is caught and handled more
     cleanly (LP: #751701)
 .
   [Sylvain Pineau]
   * jobs/usb.txt.in, scripts/disk_read_performance_test: Add a USB3 read
     performance test.
     scripts/block_device_resource: Add the maximum usb specification supported
     by both a block device and the corresponding root hub port.
   * qt/frontend/qtfront.ui, qt/frontend/images/checkbox-qt-head.png:
     Add transparency properties to the main window header to keep the main theme
     colors in the widget background (LP: #1030857)
 .
   [Jeff Marcom]
   * Added timeout to job call for disk smart test.
 .
   [Marc Tardif]
   * Escaping encoded strings in udevadm output (LP: #1025381)
 .
   [Jeff Lane]
   * jobs/cpu.txt.in: added a depends to cpu/scaling_test-log-attach to ensure
     that job does not run until afte cpu/scaling_test (LP: #1031994)
 .
   [Matt Fischer]
   * scripts/network_device_info: added a check to ensure what lspci reports and
     what NetworkManger reports (if it is installed) are the same. Reports more
     useful info now like driver and driver version, IP address, etc.
   * scripts/cycle_vts: added checks to fail test if chvt returns a non-zero
     exit code. Added a final check at the end to verify we did land back on the
     original VT after testing.
     jobs/miscellanea.txt.in: fixed a typo in the chvt job. It used to reqire
     'package.alias' instead of 'package.name'
Checksums-Sha1: 
 999383e79d822aa4405fe2b851e03e813202ee6e 1827 checkbox_0.14.3.dsc
 cd06fdcdb0a54c95c6393e61b6409a8e726d3cdf 4092170 checkbox_0.14.3.tar.gz
Checksums-Sha256: 
 518ee2e04dfde9dca832c7f7edec2e17b89bc7dd27aece710997ad3c516b6388 1827 checkbox_0.14.3.dsc
 d580d90cdfdd7a1e55bf98f36f47775260cd2ce6e68fe485acd7d29b8e16d915 4092170 checkbox_0.14.3.tar.gz
Files: 
 40fcc9c023a25a30ea03261bc18d32bd 1827 utils optional checkbox_0.14.3.dsc
 d7282e72285a735fde2c8f4dc0ad8ee7 4092170 utils optional checkbox_0.14.3.tar.gz

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

iQIcBAEBAgAGBQJQIX6mAAoJEMEmM+HuAYyTVcoP/3Ez1nFPTGLP+jjZOugamySO
O7xPVFBA5jpHnBM1DdMrJGXhUOChh+o2+lb/YLTH71QcI8OpCnLE3uXDzeRAazQj
znPbIkTOXFYS62nSDeSIDkzuqDcW+JQeR5/AZZnbivYUBSRhs36rcvY6lYvb9znq
QIHuBQO2XIwHw5lH/IFjNIn0qxJUZdiHeodm/KhfiMXi8FevYjDO31JAEVmqohJ+
KIVhhbgvW4eYlzazsr2OVbD3sepNuyQ4maYbqMN78KTzK5WkW6LZqpfh/7vhdXTf
8YDiuYmMGbNdJz4fZ5fuPq4iOZM8r8RqQgLyAW6utoAQ9WW1a91OALUU6P0HmIrU
+7CZVHfRoNKU5ZquNYoZfaDwUxpO5B2FPnntjLXUQTX2b/QiECPHlqLiqICakBhq
0SImTFhBca/H7hVws/YAsGxjs35nEIiwq0ajI0ImIlA/LuT00NauWC3LPrPanHqS
iw9suw74Op3vS83sMZo2Egh6jkLek2iRxUNEFrOhx1FI/LUVpENeFYz+HIXFAmtC
AKDXWuCRdNwABheD34eu1lvOa1SZKvOIG59mcmj+dVTR5KGt0YNCoEXWeMFl7Mc6
G2SaVmvRE6aMpP4322x9VnysnWuG+p+S6QiHBQvFkm4xPiS/I7YYR7ttGlVZg9cM
HbprVF5ppBQBR+c/wcNB
=JrO3
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list