Difference between revisions of "0.108/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.108</span> Please test, and report problems on sugar-devel@ mailing list, bugs.suga...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
Please test, and report problems on sugar-devel@ mailing list, bugs.sugarlabs.org, or the discussion page here.
 
Please test, and report problems on sugar-devel@ mailing list, bugs.sugarlabs.org, or the discussion page here.
 +
 +
Sugar 0.108 was released on 13th February 2016.
  
 
== What should I test? ==
 
== What should I test? ==
Line 12: Line 14:
 
== Fedora ==
 
== Fedora ==
  
For OLPC XO laptops running [[Fedora]], using OLPC OS 13.x, update only the Sugar packages to 0.107.0, like this:
+
For machines running [[Fedora]], there will be no 0.108 packages available until Fedora 24 is released.  Fedora does not provide backports of later Sugar to older 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.108.0.olpc.0, like this:
  
 
  sudo yum update sugar*
 
  sudo yum update sugar*
 
  sudo service olpc-dm restart
 
  sudo service olpc-dm restart
  
== Ubuntu ==
+
However, the OLPC Sugar packages contain extra commits:
 +
* [https://github.com/sugarlabs/sugar/pull/629 enhance activity favourites],
 +
* remove frame animation,
 +
* [https://github.com/sugarlabs/sugar/pull/628 reduce home view redraws], and;
 +
* remove the transition box.
 +
 
 +
This makes them an incomplete test of Sugar 0.108.
  
For commodity hardware or virtual machines, [[Ubuntu|install 0.106 using Ubuntu Trusty 14.04.2]], then [[Ubuntu#Upgrading_a_system|update all packages]], like this:
+
== Other ==
  
  sudo apt update
+
There are no other distributions that are packaging Sugar 0.108. On these systems, use the GNU standard autogen, configure, make, and make install steps.
sudo apt dist-upgrade
 
sudo service lightdm restart
 

Latest revision as of 03:13, 15 February 2016


Testing Sugar 0.108

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

Sugar 0.108 was released on 13th February 2016.

What should I test?

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

Fedora

For machines running Fedora, there will be no 0.108 packages available until Fedora 24 is released. Fedora does not provide backports of later Sugar to older 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.108.0.olpc.0, like this:

sudo yum update sugar*
sudo service olpc-dm restart

However, the OLPC Sugar packages contain extra commits:

This makes them an incomplete test of Sugar 0.108.

Other

There are no other distributions that are packaging Sugar 0.108. On these systems, use the GNU standard autogen, configure, make, and make install steps.