Difference between revisions of "0.112/Testing"
Line 13: | Line 13: | ||
== How to test? == | == How to test? == | ||
Use the GNU standard autogen, configure, make, and make install steps. | Use the GNU standard autogen, configure, make, and make install steps. | ||
+ | |||
+ | == Debian == | ||
+ | |||
+ | We are waiting for Debian to package Sugar 0.111. | ||
+ | |||
+ | == Ubuntu == | ||
+ | |||
+ | We are waiting for Debian to package Sugar 0.111, then it will be available in Ubuntu. | ||
+ | |||
+ | == Fedora == | ||
+ | |||
+ | We are waiting for Fedora to package Sugar 0.111. | ||
+ | |||
+ | === Fedora 18 on OLPC XO === | ||
+ | |||
+ | For OLPC XO laptops, using OLPC OS 13.x (Fedora 18), use the OLPC packages, and update only the Sugar packages to 0.111.olpc.x, like this: | ||
+ | |||
+ | sudo yum update sugar* | ||
+ | sudo service olpc-dm restart | ||
+ | |||
+ | However, the OLPC Sugar packages contain extra commits: | ||
+ | * remove frame animation, and transition box, as they are too slow for OLPC XO, | ||
+ | * manufacturing support (About my computer; CPU, disk, memory and wireless firmware specifications), | ||
+ | * Frame, Network Device icons: IP address, patch [https://github.com/sugarlabs/sugar/commit/a9f6b994dfc87e4aa95744d49397977a548cae63 backport] to Fedora 18, | ||
+ | |||
+ | This makes the OLPC Sugar packages an incomplete test of Sugar 0.111. |
Revision as of 21:37, 14 September 2017
Testing Sugar 0.112
Please test, and report problems on sugar-devel@ mailing list, github.com/sugarlabs/sugar issues, bugs.sugarlabs.org, or the discussion page here.
To date there has been no independent testing of Sugar 0.112.
What should I test?
- new features, see feature list,
- bug fixes, see GitHub commits for bug list,
How to test?
Use the GNU standard autogen, configure, make, and make install steps.
Debian
We are waiting for Debian to package Sugar 0.111.
Ubuntu
We are waiting for Debian to package Sugar 0.111, then it will be available in Ubuntu.
Fedora
We are waiting for Fedora to package Sugar 0.111.
Fedora 18 on OLPC XO
For OLPC XO laptops, using OLPC OS 13.x (Fedora 18), use the OLPC packages, and update only the Sugar packages to 0.111.olpc.x, like this:
sudo yum update sugar* sudo service olpc-dm restart
However, the OLPC Sugar packages contain extra commits:
- remove frame animation, and transition box, as they are too slow for OLPC XO,
- manufacturing support (About my computer; CPU, disk, memory and wireless firmware specifications),
- Frame, Network Device icons: IP address, patch backport to Fedora 18,
This makes the OLPC Sugar packages an incomplete test of Sugar 0.111.