[ubuntu/precise] checkbox 0.13.1 (Accepted)

Daniel Manrique daniel.manrique at canonical.com
Fri Feb 10 21:05:26 UTC 2012


checkbox (0.13.1) precise; urgency=low

  New upstream release (LP: #925090):

  [Brendan Donegan]
  * Fixed the cpu_topology script so that it doesn't mistake the word
    'processor' in the value of another field for the field 'processor'
    (LP: #882161)
  * Added create_connection script and jobs to automatically create/test a
    wireless network connection.
  * Updated wireless job dependencies.
  * Add wireless performance data collecting tests.
  * Changed is_laptop test to a shell test and implemented a check_is_laptop
    script to check automatically for a systems 'laptopness' (LP: #886668)
  * Fixed connect_wireless script which continued failing to correctly
    identify wireless connections.
  * Don't fail the sleep_test if the wake alarm is still set (LP: #911161)
  * Add requirement for mem sleep state to be supported to the
    suspend_advanced_auto job (LP: #804190)
  * Fixed the camera/display test and removed the camera/video one.
  * Added display resource and matching requirements to external video
    output tests.
  * Added removable_storage_watcher script to replace watch_command to make
    testing USB, FireWire and MMC devices easier and more cohesive.
  * Added memory_compare script to automate the memory/info job
  * Switch audio settings to correct device before running audio tests
    (LP: #916859)
  * Nixed graphics/xorg-version-output job and updated other job dependencies,
    since it is redundant with graphics/xorg-version. (LP: #671144)

  [Gabor Kelemen]
  * Fixed last two remaining strings with backslashes (LP: #868571)
  * Fix misplaced parentheses, so translation can work (LP: #904876)

  [Marc Tardif]
  * Refactored install scripts to be agnostic of variant name:
    install/postinst, install/config and debian/*.postinst.
  * Using title defined in user_interface plugin in GTK interface.
  * Updated default.whitelist to reflect renamed jobs.
  * Removed files with non-printable characters from submission.xml.
  * Fixed parser for submission files with empty question comments
    and context info (LP: #912546)
  * Added support for skipping tests when the depends don't pass
    (LP: #509598)
  * Removed extraneous code from the sleep_test.
  * Refactored logic to check for network after suspend.
  * Removed deprecated hwtest package.
  * cpu_offlining was incorrectly using return instead of exit.

  [Daniel Manrique]
  * Update control files under debian/ to eliminate (most) lintian warnings
    (LP: #352986)
  * Environment variables specified with environ: in a job description will be
    passed to the backend for it to add to its environment. (LP: #897889)
  * Handle malformed LANGUAGE environment variable values (LP: #912946)
  * Added interactive media_keys_test script.
  * Make creation of wireless connection files more robust (LP: #923836)
  * Recommend gstreamer-gconf to enable media tests on kubuntu (LP: #898641)
  * Add bluetooth device requirement to obex jobs (LP: #921128)
  * Add a plugin conf variable for the welcome string (shown on the first
    screen when checkbox runs), so it can be changed without much effort.
  * Remove superflous bluetooth/detect job
  * Fixed typo in jobs/local.txt.in (phoronix misspelled as peripherals).
  * Rearranged a misplaced changelog entry.
  * Updated debian/control to remove unneeded Uploader: field.

  [Robert Roth]
  * Fixed spelling mistakes in user_apps job file. (LP: #904209)

  [Jeff Lane]
  * Created automated network info test to get some config info during automated
    runs. (LP: #912038)
  * Added requires to suspend wireless jobs so they won't run if wireless isn't
    present (LP: #907150)
  * Fixed issue in usb_test with unwritable filesystems (LP: #912522)
  * Fixed USB tests so that insert, storage, remove run in proper order
  * Removed usb_storage_after_suspend since it's superfluous, all other USB
    tests already run after suspend.
  * Modifed usb_test to handle firewire drives as well, renamed script to
    removable_storage_test

  [Aurélien Gâteau]
  * Improvements to Recover dialog and show_info method.

  [ Javier Collado ]
  * Error while creating binary package fixed (LP: #921576)

  [ Sylvain Pineau ]
  * Replaced xrandr_display_modes with automated check for VESA driver
  * Refactored Unity compatibility tests

Date: Fri, 10 Feb 2012 11:19:05 -0500
Changed-By: Daniel Manrique <daniel.manrique at canonical.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/precise/+source/checkbox/0.13.1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 10 Feb 2012 11:19:05 -0500
Source: checkbox
Binary: checkbox checkbox-cli checkbox-urwid checkbox-gtk
Architecture: source
Version: 0.13.1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Daniel Manrique <daniel.manrique at canonical.com>
Description: 
 checkbox   - System testing application
 checkbox-cli - Command line interface for checkbox
 checkbox-gtk - GTK interface for checkbox
 checkbox-urwid - Urwid interface for checkbox
Launchpad-Bugs-Fixed: 352986 509598 671144 804190 868571 882161 886668 897889 898641 904209 904876 907150 911161 912038 912522 912546 912946 916859 921128 921576 923836 925090
Changes: 
 checkbox (0.13.1) precise; urgency=low
 .
   New upstream release (LP: #925090):
 .
   [Brendan Donegan]
   * Fixed the cpu_topology script so that it doesn't mistake the word
     'processor' in the value of another field for the field 'processor'
     (LP: #882161)
   * Added create_connection script and jobs to automatically create/test a
     wireless network connection.
   * Updated wireless job dependencies.
   * Add wireless performance data collecting tests.
   * Changed is_laptop test to a shell test and implemented a check_is_laptop
     script to check automatically for a systems 'laptopness' (LP: #886668)
   * Fixed connect_wireless script which continued failing to correctly
     identify wireless connections.
   * Don't fail the sleep_test if the wake alarm is still set (LP: #911161)
   * Add requirement for mem sleep state to be supported to the
     suspend_advanced_auto job (LP: #804190)
   * Fixed the camera/display test and removed the camera/video one.
   * Added display resource and matching requirements to external video
     output tests.
   * Added removable_storage_watcher script to replace watch_command to make
     testing USB, FireWire and MMC devices easier and more cohesive.
   * Added memory_compare script to automate the memory/info job
   * Switch audio settings to correct device before running audio tests
     (LP: #916859)
   * Nixed graphics/xorg-version-output job and updated other job dependencies,
     since it is redundant with graphics/xorg-version. (LP: #671144)
 .
   [Gabor Kelemen]
   * Fixed last two remaining strings with backslashes (LP: #868571)
   * Fix misplaced parentheses, so translation can work (LP: #904876)
 .
   [Marc Tardif]
   * Refactored install scripts to be agnostic of variant name:
     install/postinst, install/config and debian/*.postinst.
   * Using title defined in user_interface plugin in GTK interface.
   * Updated default.whitelist to reflect renamed jobs.
   * Removed files with non-printable characters from submission.xml.
   * Fixed parser for submission files with empty question comments
     and context info (LP: #912546)
   * Added support for skipping tests when the depends don't pass
     (LP: #509598)
   * Removed extraneous code from the sleep_test.
   * Refactored logic to check for network after suspend.
   * Removed deprecated hwtest package.
   * cpu_offlining was incorrectly using return instead of exit.
 .
   [Daniel Manrique]
   * Update control files under debian/ to eliminate (most) lintian warnings
     (LP: #352986)
   * Environment variables specified with environ: in a job description will be
     passed to the backend for it to add to its environment. (LP: #897889)
   * Handle malformed LANGUAGE environment variable values (LP: #912946)
   * Added interactive media_keys_test script.
   * Make creation of wireless connection files more robust (LP: #923836)
   * Recommend gstreamer-gconf to enable media tests on kubuntu (LP: #898641)
   * Add bluetooth device requirement to obex jobs (LP: #921128)
   * Add a plugin conf variable for the welcome string (shown on the first
     screen when checkbox runs), so it can be changed without much effort.
   * Remove superflous bluetooth/detect job
   * Fixed typo in jobs/local.txt.in (phoronix misspelled as peripherals).
   * Rearranged a misplaced changelog entry.
   * Updated debian/control to remove unneeded Uploader: field.
 .
   [Robert Roth]
   * Fixed spelling mistakes in user_apps job file. (LP: #904209)
 .
   [Jeff Lane]
   * Created automated network info test to get some config info during automated
     runs. (LP: #912038)
   * Added requires to suspend wireless jobs so they won't run if wireless isn't
     present (LP: #907150)
   * Fixed issue in usb_test with unwritable filesystems (LP: #912522)
   * Fixed USB tests so that insert, storage, remove run in proper order
   * Removed usb_storage_after_suspend since it's superfluous, all other USB
     tests already run after suspend.
   * Modifed usb_test to handle firewire drives as well, renamed script to
     removable_storage_test
 .
   [Aurélien Gâteau]
   * Improvements to Recover dialog and show_info method.
 .
   [ Javier Collado ]
   * Error while creating binary package fixed (LP: #921576)
 .
   [ Sylvain Pineau ]
   * Replaced xrandr_display_modes with automated check for VESA driver
   * Refactored Unity compatibility tests
Checksums-Sha1: 
 fde5fd04657873a23a825a6501046de0be7cf82c 1729 checkbox_0.13.1.dsc
 3c9e9e6013d643feb9da99b57debb5da93bdb2bd 3540115 checkbox_0.13.1.tar.gz
Checksums-Sha256: 
 dfcaff776b903091cd775215091f572a12f44acd68c1f9a75d4c16be454de129 1729 checkbox_0.13.1.dsc
 722e707372a8850222f74921507c8777d5ba7824243792fe6637f7bf61776567 3540115 checkbox_0.13.1.tar.gz
Files: 
 6e107d1a0dfbbbe057f681a8da9e6926 1729 utils optional checkbox_0.13.1.dsc
 742ac51274b77a5ac55c974b5d2152ff 3540115 utils optional checkbox_0.13.1.tar.gz

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

iQIcBAEBAgAGBQJPNYN7AAoJEMEmM+HuAYyTgMEQAMtZKc3WVjx55cKumI9ixMez
Q3+zZiu8TTJUP0ItNRKhxSwaPhlUWf8OGuT+UykANHE/1cXNQKS+y3GtdTdTC6rk
oK8T2s7rNvqBNWOS9vB7mRTzH38nNUsnsRipcWhMtt85WbGudVzXnHmtOAozL/So
DSgpvkBb2i8Mn+KPJyfJuOUwV9HrhVFZSgRTRMjPERbqQ6XZ+cb5BGdRrghQA+re
+E6LUOzyNqCvJN1qOa+u4NXPIspuxqIN9UqNO2N9ac3JRFi7r1HqOiBudPxJihHv
8A8kKgxzYWMLB/OGr9DM9RXoP11N7KjiPoBuDbTnmA6A5XPp0hXDwlRH1Aiejk06
iFP6uryF9SPaEQN45+aSSTJ2RikmhGhDmUftLSPW3uupxA2aLeo8QvrqSbr4BK8d
9JENBmwME7hEGdkAG4ZW+aiyk8RE95EaCILUnRc2hDLkcjesxyEATrnvFKRF1Gqw
m3YYD805Rv4ivd7Hs6yLreN2T4Z62oHeIdtzuy7VN9FwxAkKcuPMLIvxFB0qQ9Hs
rBkrD+nO1UDl8b+DTv7DaU7j/167GKd+FFJDIUZ8sQkwEjEsTua24uBWRGSA5uFV
5mjc3xYvfqoQYFiiPE6m4dd7n1Q6j9P0pG1bEaFProg8SCLkIaAtZu2vjtnmLnhD
g6FSxQmOyXeC6rd0Y03f
=0l5e
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list