-
checkbox (0.12.10) oneiric-proposed; urgency=low
[Brendan Donegan]
* Have the bluetooth/detect tests require a device with the category
BLUETOOTH to run, thus preventing the test from failing on systems with
no Bluetooth device (LP: #862322)
* Remove fix for bug 877752 on connect_wireless, as it was not working as
intended.
-- Daniel Manrique <email address hidden> Tue, 07 Feb 2012 15:30:36 -0500
-
checkbox (0.12.9) oneiric-proposed; urgency=low
[Brendan Donegan]
* Ensure that connect_wireless chooses a wireless connection from the list
of available connections (LP: #877752)
* Have the bluetooth/detect tests require a device with the category
BLUETOOTH to run, thus preventing the test from failing on systems with
no Bluetooth device (LP: #862322)
* Guard against trying to write files to logical partitions on USB sticks
(which will obviously fail) in usb_test (LP: #887049)
* Allow input/mouse test to run if a TOUCH device is present
(LP: #886129)
* Flush file descriptors and sync disk before running a test (LP: #814801)
[Daniel Manrique]
* Move progress indicator to main checkbox dialog instead of a
transient window (LP: #868995)
-- Daniel Manrique <email address hidden> Fri, 02 Dec 2011 16:49:05 -0500
-
checkbox (0.12.8) oneiric; urgency=low
New upstream release (LP: #862579):
[Brendan Donegan]
* Remove test for FTP connection from network_check script (LP: #854222)
* Update a parameter in usb_test to have it run faster.
* Remove record_playback_after_suspend from Ubuntu Friendly whitelist (LP: #855540)
* Fix minor typo in multi-monitor friendly resolution_test script which caused
minimum_resolution test to fail (LP: #855599)
* Remove storage_devices_test from Ubuntu Friendly whitelist since bonnie++ (which it uses) is not installed by default (LP: #855841)
* Changed description and name to reflect Ubuntu Friendly branding. Now when a user searches for Ubuntu Friendly in the lens, Checkbox will appear (LP: #852036)
* Reset the selections at the test suite prompt if No is selected at the recover prompt (LP: #861208)
* Save the connection name(s) instead of the interface name so that they can be reconnected to properly after the wireless before/after suspend tests have completed (LP: #861502)
* Make connect_wireless use the UUID of the connection instead of the name for greater reliability (LP: #862190)
[Daniel Manrique]
* Restored _recover attribute, re-enabling welcome and test selection
screens (LP: #852204)
* Remove memory/test from the Ubuntu Friendly whitelist (LP: #853799)
* Use diff instead of grep, better comparing of empty files (LP: #852014)
* Apport integration: new mandatory "tag" value in ApportOptions (LP: #852201)
* Add warning prior to starting the tests (LP: #855328)
* Apport integration: Fix instantiation of Gtk.RadioButton, needed due
to PyGI related API changes (LP: #805679)
* Remove ping -R parameter that apparently caused ICMP packets to be dropped
by some routers (LP: #861404)
[ Evan Broder ]
* Replace resolution_test with an implementation which uses GdkScreen to
be multimonitor-aware (LP: #632987)
[Jeff Lane]
* Fix names of optical drive tests and remove a non-existing test from the
whitelist (LP: #854808)
* Fix wireless_*_suspend jobs so they recreate iface file instead of append
each time (LP: #855845)
(LP: #852201)
* Clarify better the intend of the is_laptop question (LP: #861844)
* Fixed dependencies for tests that depend on suspend/suspend_advanced
(LP: #860651)
[Tim Chen]
* Fix cpu_scaling_test (LP: #811177)
[Ara Pulido]
* Avoid connect_wireless messing with AP with similar names (LP: #861538)
* Remove bluetooth/file-transfer from the list of tests to run, since due to
bug 834348 it always fails.
[Marc Tardif]
* Added support for wildcards when verifying the transport certificate.
* Applying depends across suites (LP: #861218)
-- Daniel Manrique <email address hidden> Thu, 29 Sep 2011 13:12:01 -0400
-
checkbox (0.12.7) oneiric; urgency=low
New upstream release (LP: #850395):
[Brendan Donegan]
* Redirecting stderr to pipe to fix the gconf_resource script (LP: #832321)
* Clear jobs directory when user selects No to recover question (LP: #836623)
[Daniel Manrique]
* checkbox/job.py: Guard against bogus timeout values (LP: #827859)
* More explicit handling of string decoding/encoding, avoids problems with
non-ascii characters (LP: #833747)
* Changed architecture from all to any for checkbox base, to build
architecture-specific binaries (LP: #833696)
[Jeff Lane]
* Several corrections necessary due to test name changes or typos found in
job files
[Marc Tardif]
* Connecting hyper text widgets only once (LP: #827904)
* Detecting MMC readers as OTHER instead of DISK (LP: #822948)
* Validating the hostname in the SSL certificate (LP: #625076)
* Validating the submission.xml (LP: #838123)
-- Daniel Manrique <email address hidden> Fri, 14 Sep 2011 17:15:26 -0400
-
checkbox (0.12.6) oneiric; urgency=low
New upstream release (LP: #841983):
[ Daniel Manrique ]
* Work around PyGTK API changes that kept checkbox from starting up
(LP: #839675).
-- Daniel Manrique <email address hidden> Mon, 05 Sep 2011 12:47:58 -0400
-
checkbox (0.12.5) oneiric; urgency=low
New upstream release (LP: #838745):
[Ara Pulido]
* Created a "suspend" suite and renamed relevant tests.
[Brendan Donegan]
* Removed redundant tests in power-management suite.
* Fixed dependencies in power-management suite.
[Daniel Manrique]
* Changed name of apt-get test to reflect the suite it's in.
* Fixed typos in job definitions that caused them to not be run.
* Added missing description to info/hdparm test (LP: #832351)
* Quote command to obtain bluetooth address, to avoid hanging if
a device is not present (LP: #836756).
* Added BLUETOOTH category to udev parser.
* Removed some tests from default whitelist.
* Fixed dependencies for keys/sleep.
[Jeff Lane]
* Added new USB storage transfer test
* Re-worked and added automated audio test
[Marc Tardif]
* Added WIRELESS category to udev parser.
-- Ara Pulido <email address hidden> Thu, 01 Sep 2011 12:23:07 +0100
-
checkbox (0.12.4) oneiric; urgency=low
New upstream release (LP: #824180):
[Brendan Donegan]
* Refactored job definition files.
* Fixed dependencies and test naming.
* Added Online CPU before/after suspend test.
* Automated wireless tests.
* Removed redundant sru_suite.txt, updated dependencies accordingly.
* Automated bluetooth_obex tests.
[Daniel Manrique]
* Further improvements to make frontend/backend communication more reliable.
Prevents stuck backends, failure to close the GUI due to lack of reply
from the backend, and test specifying "user" not being run.
* scripts/keyboard_test modified to account for pygi-related GTK API
changes. (LP: #804369)
* scripts/sleep_test: improve handling of NetworkManager DBus API
changes. (LP: #808423)
* scripts/cdimage_resource: properly handle releases with "LTS" in their
name (LP: #814085)
* Updated minimum_resolution test as per latest system requirements, leaving
just one unified test. (LP: #767166)
[Javier Collado]
* Checkbox exits with EX_NOINPUT if a whitelist or blacklist file is
specified and cannot be found.
* Deselect a test suite automatically when none of its children is selected,
in the GTK interface. (LP: #651878)
* Make the "Next" button the default action when Enter is pressed, to
streamline testing with the GTK interface.
[Marc Tardif]
* Fixed udevam not being found because /sbin not in PATH (LP: #597305)
* Fixed hardware attachments for udev and dmi (LP: #822682)
[Sylvain Pineau]
* Expose the message store to other plugins, via firing an expose-msgstore
event.
[Andrew Faulkner]
* Fix description for nautilus_file_create job (LP: #821141)
[Kenneth Wimer]
* New header image that follows brand guidelines (LP: #554202)
-- Daniel Manrique <email address hidden> Wed, 10 Aug 2011 15:16:39 -0400
-
checkbox (0.12.3) oneiric; urgency=low
[ Marc Tardif ]
* Only reading CHECKBOX_* environment variables in config (LP: #802458)
* Imported scripts and jobs from Platform Services.
[Chad A. Davis]
* Switch to dh_python2 and debhelper7 (LP: #788514)
[Barry Warsaw]
* Fix checkbox_clean.run() to ignore missing executables, as is the case
in a fresh checkout.
-- Daniel Manrique <email address hidden> Fri, 01 Jul 2011 11:37:27 -0400
-
checkbox (0.12.2) oneiric; urgency=low
New upstream release (LP: #800199):
[Brendan Donegan]
* Added interface parameter to internet_test script.
[Daniel Manrique]
* GTK GUI: Change assignment of TreeStore model to TreeView to account for
pygi-related API changes. Also seems to fix lingering select/deselect all
buttons. (LP: #796666) (LP: #796622)
* GTK GUI: Fix call to Gtk buffer get_text to add now-mandatory fourth
parameter, keeps the GUI from misbehaving in connection to fixed bug.
(LP: #796827)
* GTK GUI: Fix handling of mouse events in gtk_hypertext_view.py which
prevented displaying the final report.
* Put test name as part of the window title, as an aid to
reporting/debugging (LP: #744190)
* plugins/apport_prompt.py: Add test name to "Do you want to report a bug?"
dialog to make it clearer.
[Sylvain Pineau]
* Fix evaluation of job requirements (LP: #798200)
* Added "in" operator to job requirements.
-- Marc Tardif <email address hidden> Tue, 21 Jun 2011 09:41:57 -0400
-
checkbox (0.12.1) oneiric; urgency=low
New upstream release (LP: #796629):
[Brendan Donegan]
* Fix timeout in sleep_test script (LP: #665299)
* Fix traces in hyper_text_view module (LP: #796508)
* Added camera test (LP: #764222)
[Daniel Manrique]
* Fix GUI definition file so main window uses "natural request", growing
when child widgets require so (LP: #776734)
* Fix open/read blocking behavior and backend/frontend communications to
avoid hangs and lingering backends. (LP: #588539)
* Render header text dynamically over the image background, and updated pot
file with the new string. (LP: #621880)
[Robert Roth]
* Improve command line key prompts (LP: #786924)
-- Marc Tardif <email address hidden> Tue, 14 Jun 2011 08:30:52 -0400
-
checkbox (0.12) oneiric; urgency=low
New upstream release (LP: #784076):
* Removed dead pixel test.
[Bilal Akhtar]
* Port checkbox to Gtk3/PyGI (LP: #783822)
checkbox (0.11.4) natty; urgency=low
* Changed udev_resource to report CAPTURE for USB VIDEO devices
* Fixed eval of resources with names like list item names
[Carl Milette]
* Fixed hard coded disk in disk_bench_test so that it matches convention
utilizing udev_resource for finding devices. (LP: #507943)
-- Marc Tardif <email address hidden> Tue, 17 May 2011 09:48:07 -0400
-
checkbox (0.11.3) natty; urgency=low
New upstream release (LP: #751928)
* Fixed sleep_test crashing with ioerror (LP: #630785)
* Fixed keyerror when running some manual tests (LP: #729431)
[Ara Pulido]
* Video bugs should be reported as a display symptom (LP: #744964)
* Added checkbox log to apport report
-- Marc Tardif <email address hidden> Tue, 05 Apr 2011 16:19:17 -0400