0.108/Testing: Difference between revisions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
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. | Sugar 0.108 was released on 13th February 2016. | ||
== What should I test? == | == What should I test? == | ||
* new features, see [[0.108/Feature_List|feature list]] | * new features, see [[0.108/Feature_List|feature list]], | ||
* bug fixes, see GitHub commits for bug list, | * bug fixes, see GitHub commits for bug list, | ||
== Fedora == | == Fedora == | ||
For machines running [[Fedora]], there | 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. | 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 | ||
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. | |||
== 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. | |||