Difference between revisions of "0.110/Testing"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "<noinclude>Category:Testing </noinclude> <span style="font-size: 188%">Testing Sugar 0.110</span> Please test, and report problems on sugar-devel@ mailing list, bugs.suga...")
 
 
(6 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
== Fedora ==
 
== Fedora ==
  
For OLPC XO laptops, using OLPC OS 13.x (Fedora 18) or 14.x (Fedora 20), use the OLPC packages, and update only the Sugar packages to 0.110.0.olpc.1, like this:
+
Fedora 26 has packaged 0.110.  Fedora 25 has packaged 0.108.
 +
 
 +
For OLPC XO laptops, using OLPC OS 13.x (Fedora 18) or 14.x (Fedora 20), use the OLPC packages, and update only the Sugar packages to 0.110.0.olpc.x, like this:
  
 
  sudo yum update sugar*
 
  sudo yum update sugar*
Line 22: Line 24:
 
* remove frame animation,
 
* remove frame animation,
 
* remove the transition box,
 
* remove the transition box,
* more ...
+
* manufacturing support (About my computer; CPU, disk, memory and wireless firmware specifications),
 +
* favourites view number unnecessary, [https://github.com/sugarlabs/sugar/pull/707 pr707],
 +
* journal batch erase: fix traceback, [https://github.com/sugarlabs/sugar/pull/720 pr720],
 +
* view Help - Backport to WebKit and WebKit2, [https://github.com/sugarlabs/sugar/pull/723 pr723],
 +
* fix for datastore.log noise, [https://github.com/sugarlabs/sugar/pull/724 pr724],
 +
* view Source - distribution specific paths, [https://github.com/sugarlabs/sugar/pull/729 pr729],
 +
* customise Bundle - fix logger name, [https://github.com/sugarlabs/sugar/pull/730 pr730],
 +
* Frame, Network Device icons: IP address, patch [https://github.com/sugarlabs/sugar/commit/a9f6b994dfc87e4aa95744d49397977a548cae63 backport] to Fedora 18,
 +
* do not use connection tracking in Mission Control, [http://dev.laptop.org/ticket/9669 OLPC#9669], [http://dev.laptop.org/ticket/12817 OLPC#12817],
 +
* fix journal star icon response [https://bugs.sugarlabs.org/ticket/4904 SL#4904],
 +
* add background for View Source images [https://github.com/sugarlabs/sugar/pull/641 pr641],
 +
* fix screen resize race [https://github.com/sugarlabs/sugar/pull/732 pr732],
 +
* restart metacity if it fails [https://bugs.sugarlabs.org/ticket/4958 SL#4958], [https://github.com/sugarlabs/sugar/pull/733 pr733],
 +
* revert [https://github.com/sugarlabs/sugar/commit/e05452a571ef9366b2e44d3c9c28d1b6182c4b50 e05452a] ('Journal entries name can be renamed to blank'), [https://bugs.sugarlabs.org/ticket/4940 SL#4940],
 +
* fix for overlarge activity ring [https://github.com/sugarlabs/sugar/pull/735 pr735],
 +
* fix collision resolution in random view [https://github.com/sugarlabs/sugar/pull/736 pr736],
  
This makes them an incomplete test of Sugar 0.110.
+
This makes the OLPC Sugar packages an incomplete test of Sugar 0.110.
  
 
== Other ==
 
== Other ==
  
There are no other distributions that are packaging Sugar 0.110.  On these systems, use the GNU standard autogen, configure, make, and make install steps.
+
There are other distributions that have packaged Sugar 0.110, such as Debian or Ubuntu.  On these systems, use the distribution tools to install the packages.
 +
 
 +
There are distrubutions that have not packaged Sugar 0.110.  On these systems, use the GNU standard autogen, configure, make, and make install steps.

Latest revision as of 00:30, 20 February 2017


Testing Sugar 0.110

Please test, and report problems on sugar-devel@ mailing list, bugs.sugarlabs.org, or the discussion page here.

To date there has been no independent testing of Sugar 0.110.

What should I test?

  • new features, see feature list,
  • bug fixes, see GitHub commits for bug list,

Fedora

Fedora 26 has packaged 0.110. Fedora 25 has packaged 0.108.

For OLPC XO laptops, using OLPC OS 13.x (Fedora 18) or 14.x (Fedora 20), use the OLPC packages, and update only the Sugar packages to 0.110.0.olpc.x, like this:

sudo yum update sugar*
sudo service olpc-dm restart

However, the OLPC Sugar packages contain extra commits:

  • remove frame animation,
  • remove the transition box,
  • manufacturing support (About my computer; CPU, disk, memory and wireless firmware specifications),
  • favourites view number unnecessary, pr707,
  • journal batch erase: fix traceback, pr720,
  • view Help - Backport to WebKit and WebKit2, pr723,
  • fix for datastore.log noise, pr724,
  • view Source - distribution specific paths, pr729,
  • customise Bundle - fix logger name, pr730,
  • Frame, Network Device icons: IP address, patch backport to Fedora 18,
  • do not use connection tracking in Mission Control, OLPC#9669, OLPC#12817,
  • fix journal star icon response SL#4904,
  • add background for View Source images pr641,
  • fix screen resize race pr732,
  • restart metacity if it fails SL#4958, pr733,
  • revert e05452a ('Journal entries name can be renamed to blank'), SL#4940,
  • fix for overlarge activity ring pr735,
  • fix collision resolution in random view pr736,

This makes the OLPC Sugar packages an incomplete test of Sugar 0.110.

Other

There are other distributions that have packaged Sugar 0.110, such as Debian or Ubuntu. On these systems, use the distribution tools to install the packages.

There are distrubutions that have not packaged Sugar 0.110. On these systems, use the GNU standard autogen, configure, make, and make install steps.