Difference between revisions of "0.84/0.83.1 Notes"

From Sugar Labs
Jump to navigation Jump to search
 
(33 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
<noinclude>{{GoogleTrans-en}}{{TOCright}}</noinclude>[[Category:Release Notes]]
 
=Sucrose 0.83.1 Release Notes=
 
=Sucrose 0.83.1 Release Notes=
  
 
== Announcement ==
 
== Announcement ==
 +
This is our first Development Release in the 0.84 [[Development Team/Release/Roadmap#Schedule|cycle]]. The code base has seen many refactoring efforts to improve the platform. To improve performance several heavy shell dependency have been dropped and the journal and the shell service has been merged into the shell. Furthermore the datastore has been rewritten, to simplify and improve maintainability. The API
 +
has been kept in place.
 +
 +
Sugar moved to use Gconf as a back end to store the profile. An ABI policy has been figured out and modules have been marked as STABLE / UNSTABLE / DEPRECATED.
 +
 +
Some enhancements have been made to the clipboard to provide visual consistency with the Sugar environment. And of course many many bugs have been fixed, which you can see in detail below.
  
 
== Thanks ==
 
== Thanks ==
 +
To everyone for bearing with us and keeping up the good work in this new release cycle!
 +
 +
== Compatibility ==
 +
 +
When you upgrade a computer running an earlier version,
 +
* The old datastore will be updated to the new format.
 +
* Your old profile (in <tt>.sugar/default/config</tt>) will be imported into GConf
 +
 +
If you later downgrade from Sucrose 0.83.1 to an earlier version,
 +
* The datastore is incompatible
 +
* You will be prompted to enter all your profile settings like you are on first boot
 +
 +
Most of the activities in Sucrose 0.83.1 should be compatible with Sucrose 0.82 , the version shipped with OLPC Release 8.2.0.  An exception is Browse, which depends on new versions of XULRunner and Hulahop.  Read likewise may soon depend on a new version of Evince
  
 
== Glucose modules==
 
== Glucose modules==
Line 12: Line 32:
 
* [http://dev.laptop.org/pub/sugar/sources/sugar-base/sugar-base-0.83.1.tar.bz2 sugar-base 0.83.1]
 
* [http://dev.laptop.org/pub/sugar/sources/sugar-base/sugar-base-0.83.1.tar.bz2 sugar-base 0.83.1]
 
* [http://dev.laptop.org/pub/sugar/sources/sugar-datastore/sugar-datastore-0.83.0.tar.bz2 sugar-datastore 0.83.0]
 
* [http://dev.laptop.org/pub/sugar/sources/sugar-datastore/sugar-datastore-0.83.0.tar.bz2 sugar-datastore 0.83.0]
* [http://dev.laptop.org/pub/sugar/sources/sugar-presence-service/sugar-presence-service-0.83.1.tar.bz2 sugar-presence-service 0.82.2]
+
* [http://dev.laptop.org/pub/sugar/sources/sugar-presence-service/sugar-presence-service-0.83.1.tar.bz2 sugar-presence-service 0.83.1]
 
* [http://dev.laptop.org/pub/sugar/sources/etoys/etoys-3.0.2160.tar.gz etoys 3.0.2160]
 
* [http://dev.laptop.org/pub/sugar/sources/etoys/etoys-3.0.2160.tar.gz etoys 3.0.2160]
  
Line 19: Line 39:
 
=== sugar-toolkit ===
 
=== sugar-toolkit ===
  
* #8420 Failure to handle 404 in ChunkedGlibHTTPRequestHandler
+
* Mark modules as STABLE/UNSTABLE/DEPRECATED
* #7649 Activities needs to access sugar-toolbox's members directly
+
* {{OlpcBug|8420}} Failure to handle 404 in ChunkedGlibHTTPRequestHandler
* #8617 Clipboard scroll buttons icons point left/right, should point up/down
+
* {{OlpcBug|7649}} Activities needs to access sugar-toolbox's members directly
* #8604 Tray control should support highlight on drag
+
* {{OlpcBug|8617}} Clipboard scroll buttons icons point left/right, should point up/down
* #8840 Can't join shared activity
+
* {{OlpcBug|8604}} Tray control should support highlight on drag
* #8674 8.2-764, Software Update erased complete /home/olpc/Activities directory
+
* {{OlpcBug|8840}} Can't join shared activity
* #8626 Icons overlap unnecessarily in crowded neighborhood view.
+
* {{OlpcBug|8674}} 8.2-764, Software Update erased complete /home/olpc/Activities directory
* #8563 Sugar Palette doesn't handle 'table menus'.
+
* {{OlpcBug|8626}} Icons overlap unnecessarily in crowded neighborhood view.
* #8532 SIGCHLD fights with threads.
+
* {{OlpcBug|8563}} Sugar Palette doesn't handle 'table menus'.
* #8485 Shell navigation leaks
+
* {{OlpcBug|8532}} SIGCHLD fights with threads.
* #8375 gst usage in the shell wastes 2.6mb
+
* {{OlpcBug|8485}} Shell navigation leaks
* #8394 sugar shell leaks presence service info
+
* {{OlpcBug|8375}} gst usage in the shell wastes 2.6mb
* #8469 palette.menu is leaked
+
* {{OlpcBug|8394}} sugar shell leaks presence service info
* #8394 sugar shell leaks presence service info
+
* {{OlpcBug|8469}} palette.menu is leaked
* #8392 Remove "dynamic" font height computation
+
* {{OlpcBug|8394}} sugar shell leaks presence service info
* #5428 downloads not starting in Browse due to old compreg.dat
+
* {{OlpcBug|8392}} Remove "dynamic" font height computation
* #7999 7+% of shell startup time is spent in `grab' of sugar._sugarext.KeyGrabber
+
* {{OlpcBug|5428}} downloads not starting in Browse due to old compreg.dat
* #8000 Pulsing icon on activity launch significantly slows activity start-up
+
* {{OlpcBug|7999}} 7+% of shell startup time is spent in `grab' of sugar._sugarext.KeyGrabber
* #7270 setup release does not update the bundle number
+
* {{OlpcBug|8000}} Pulsing icon on activity launch significantly slows activity start-up
* #7959 gettext translations slows journal's scrolling
+
* {{OlpcBug|7270}} setup release does not update the bundle number
* #7733 Cannot install Wikipedia-10.xo
+
* {{OlpcBug|7959}} gettext translations slows journal's scrolling
* #7533 Activity does not respond to ctrl-q keyboard shortcut unless the 'Activity' tab is visible
+
* {{OlpcBug|7733}} Cannot install Wikipedia-10.xo
 +
* {{OlpcBug|7533}} Activity does not respond to ctrl-q keyboard shortcut unless the 'Activity' tab is visible
  
 
=== sugar ===
 
=== sugar ===
 
+
* Modularized the shell to have every major UI component like the frame the home view and the control panel reside in his own module and be self contained
* #5867 "Battery fully charged" shows up in error (battery is removed)
+
* Use gconf as a backend to store the profile.
* #8623 Jabber server description is ambiguous
+
* Several heavy shell dependency have been dropped.
* #8900 Should re-request closed random views
+
* Merge of the journal and of the shell service into the shell
* #7545 Should request random activities/buddies to populate the mesh view
+
* {{OlpcBug|5867}} "Battery fully charged" shows up in error (battery is removed)
* #5751 Clipboard objects need meaningful labels.
+
* {{OlpcBug|8623}} Jabber server description is ambiguous
* #8606 Dragging within the clipboard creates duplicate clippings
+
* {{OlpcBug|8900}} Should re-request closed random views
* #7408 Cursor lock while dragging icons in Home (or anywhere)
+
* {{OlpcBug|7545}} Should request random activities/buddies to populate the mesh view
* #8604 Tray control should support highlight on drag
+
* {{OlpcBug|5751}} Clipboard objects need meaningful labels.
 +
* {{OlpcBug|8606}} Dragging within the clipboard creates duplicate clippings
 +
* {{OlpcBug|7408}} Cursor lock while dragging icons in Home (or anywhere)
 +
* {{OlpcBug|8604}} Tray control should support highlight on drag
  
 
=== sugar-artwork ===
 
=== sugar-artwork ===
 +
* Ensure that all common drag operations use a sugar cursor
 +
* Generate two themes based on SUGAR_SCALING
 +
* {{OlpcBug|8779}} Merge sugar-artwork patches from debian package.
 +
* {{OlpcBug|8778}} allow prelightning of buttons
  
 
=== sugar-base ===
 
=== sugar-base ===
Line 59: Line 87:
 
* Add dispatcher implementation from django
 
* Add dispatcher implementation from django
 
* Mark modules as STABLE
 
* Mark modules as STABLE
 +
 +
=== sugar-datastore ===
 +
* The datastore has been rewritten, to simplify and improve maintainability. As a first step the API was not changed at all (other than removing removable devices support), so that the new implementation was swapped in without changes to activities and Sugar.
 +
* Drop for now the management of removable devices inside the DS. Removable devices support in Sugar should happen without intervention from the DS.
 +
* {{OlpcBug|8155}} The datastore should hard link identical files, to handle repeated downloads of the same content without filling up NAND.
 +
* {{OlpcBug|4662}} Support arbitrary metadata properties that activities wish to add
 +
* {{OlpcBug|6269}} Degrade gracefully if a database gets corrupted- Basic functionality should only depend on the filesystem being available. Any other data structures (full text index) should be rebuildable from the filesystem.
  
 
=== sugar-presence-service ===
 
=== sugar-presence-service ===
  
* #7581: Don't ignore buddies without keys. This improve interoperability with non Sugar clients.
+
* {{OlpcBug|7581}} Don't ignore buddies without keys. This improve interoperability with non Sugar clients.
* #7849: Display PS version in the log.
+
* {{OlpcBug|7849}} Display PS version in the log.
 
* Use gconf to get Sugar profile settings.
 
* Use gconf to get Sugar profile settings.
* #8444: Don't rely on the roster to check if a contact handle is channel specific or not - so PS will properly create Buddy objects discovered using Gadget. Furthermore, this workaround has the nice side effect to improve compatibility with bugged shared roster (as the one of ejabberd).
+
* {{OlpcBug|8444}} Don't rely on the roster to check if a contact handle is channel specific or not - so PS will properly create Buddy objects discovered using Gadget. Furthermore, this workaround has the nice side effect to improve compatibility with bugged shared roster (as the one of ejabberd).
* #5618: Discard invalid handles if InspectHandles failed.
+
* {{OlpcBug|5618}} Discard invalid handles if InspectHandles failed.
  
 
=== etoys ===
 
=== etoys ===
Line 75: Line 110:
 
== Fructose modules ==
 
== Fructose modules ==
  
* [http://dev.laptop.org/pub/sugar/sources/read-activity/Read-60.tar.bz2 read-activity 60]
+
* [http://dev.laptop.org/pub/sugar/sources/Read/Read-60.tar.bz2 read-activity 60]
* [http://dev.laptop.org/pub/sugar/sources/chat-activity/Chat-60.tar.bz2 chat-activity 60]
+
* [http://dev.laptop.org/pub/sugar/sources/Chat/Chat-60.tar.bz2 chat-activity 60]
* [http://dev.laptop.org/pub/sugar/sources/terminal-activity/Terminal-20.tar.bz2 terminal-activity 20]
+
* [http://dev.laptop.org/pub/sugar/sources/Terminal/Terminal-20.tar.bz2 terminal-activity 20]
* [http://dev.laptop.org/pub/sugar/sources/web-activity/Browse-100.tar.bz2  browse-activity 100]
+
* [http://dev.laptop.org/pub/sugar/sources/Browse/Browse-100.tar.bz2  browse-activity 100]
 
* [http://dev.laptop.org/pub/sugar/sources/etoys-activity/etoys-activity-96.tar.gz etoys-activity 96]
 
* [http://dev.laptop.org/pub/sugar/sources/etoys-activity/etoys-activity-96.tar.gz etoys-activity 96]
* [http://dev.laptop.org/pub/sugar/sources/write-activity/Write-57.tar.bz2 write-activity 57]
+
* [http://dev.laptop.org/pub/sugar/sources/Write/Write-60.tar.bz2 write-activity 60]
* [http://dev.laptop.org/pub/sugar/sources/calculate-activity/Calculate-23.tar.bz2 calculate-activity 23]
+
* [http://dev.laptop.org/pub/sugar/sources/Calculate/Calculate-25.tar.bz2 calculate-activity 25]
* [http://dev.laptop.org/pub/sugar/sources/log-activity/Log-14.tar.bz2 log-activity 14]
+
* [http://dev.laptop.org/pub/sugar/sources/Log/Log-16.tar.bz2 log-activity 16]
* [http://dev.laptop.org/pub/sugar/sources/pippy-activity/Pippy-25.tar.bz2 pippy-activity 25]
+
* [http://dev.laptop.org/pub/sugar/sources/Pippy/Pippy-25.tar.bz2 pippy-activity 25]
  
 
== Fructose news ==
 
== Fructose news ==
Line 90: Line 125:
  
 
* The version bump is to allow for stable releases after Read-52 which is the current stable release.
 
* The version bump is to allow for stable releases after Read-52 which is the current stable release.
* #8350 Use journal object picker if not resuming a file
+
* {{OlpcBug|8350}} Use journal object picker if not resuming a file
 +
* {{OlpcBug|7017}} Read sharing can deadlock.
  
 
=== chat-activity ===
 
=== chat-activity ===
* #8471 Can't resume a previous Chat entry with Write anymore
 
  
''' Notes: '''
+
* The version bump is to allow for stable releases after Chat-48 which is the current stable release.
 
+
* {{OlpcBug|8471}} Can't resume a previous Chat entry with Write anymore
* This is an unstable release off git master for Sucrose 0.83.1
 
* The version bump is to allow for stable releases after Chat-48 which
 
is the current stable release.
 
  
 
=== browse-activity ===
 
=== browse-activity ===
Line 106: Line 138:
 
* Add a "Download link" option to the link palette (tomeu)
 
* Add a "Download link" option to the link palette (tomeu)
 
* Get downloads and upload alerts for multiple windows to work (marco)
 
* Get downloads and upload alerts for multiple windows to work (marco)
* Handle download names with non-ascii characters #8857 (tomeu)
+
* {{OlpcBug|8857}} Handle download names with non-ascii characters (tomeu)
  
 
=== terminal-activity ===
 
=== terminal-activity ===
  
* #4646 Systemwide keyboard shortcuts break terminal apps (e.g. nano)
+
* {{OlpcBug|4646}} Systemwide keyboard shortcuts break terminal apps (e.g. nano)
* #8515 Terminal-activity: path does not contain olpc-update
+
* {{OlpcBug|8515}} Terminal-activity: path does not contain olpc-update
  
 
''' Updated translations: '''
 
''' Updated translations: '''
Line 124: Line 156:
 
=== hulahop ===
 
=== hulahop ===
 
Provide the ground to make downloads and uploads work for multiple instances (marco)
 
Provide the ground to make downloads and uploads work for multiple instances (marco)
 
[[Category:ReleaseTeam]]
 

Latest revision as of 23:50, 2 July 2009

Sucrose 0.83.1 Release Notes

Announcement

This is our first Development Release in the 0.84 cycle. The code base has seen many refactoring efforts to improve the platform. To improve performance several heavy shell dependency have been dropped and the journal and the shell service has been merged into the shell. Furthermore the datastore has been rewritten, to simplify and improve maintainability. The API has been kept in place.

Sugar moved to use Gconf as a back end to store the profile. An ABI policy has been figured out and modules have been marked as STABLE / UNSTABLE / DEPRECATED.

Some enhancements have been made to the clipboard to provide visual consistency with the Sugar environment. And of course many many bugs have been fixed, which you can see in detail below.

Thanks

To everyone for bearing with us and keeping up the good work in this new release cycle!

Compatibility

When you upgrade a computer running an earlier version,

  • The old datastore will be updated to the new format.
  • Your old profile (in .sugar/default/config) will be imported into GConf

If you later downgrade from Sucrose 0.83.1 to an earlier version,

  • The datastore is incompatible
  • You will be prompted to enter all your profile settings like you are on first boot

Most of the activities in Sucrose 0.83.1 should be compatible with Sucrose 0.82 , the version shipped with OLPC Release 8.2.0. An exception is Browse, which depends on new versions of XULRunner and Hulahop. Read likewise may soon depend on a new version of Evince

Glucose modules

Glucose news

sugar-toolkit

  • Mark modules as STABLE/UNSTABLE/DEPRECATED
  • #8420 Failure to handle 404 in ChunkedGlibHTTPRequestHandler
  • #7649 Activities needs to access sugar-toolbox's members directly
  • #8617 Clipboard scroll buttons icons point left/right, should point up/down
  • #8604 Tray control should support highlight on drag
  • #8840 Can't join shared activity
  • #8674 8.2-764, Software Update erased complete /home/olpc/Activities directory
  • #8626 Icons overlap unnecessarily in crowded neighborhood view.
  • #8563 Sugar Palette doesn't handle 'table menus'.
  • #8532 SIGCHLD fights with threads.
  • #8485 Shell navigation leaks
  • #8375 gst usage in the shell wastes 2.6mb
  • #8394 sugar shell leaks presence service info
  • #8469 palette.menu is leaked
  • #8394 sugar shell leaks presence service info
  • #8392 Remove "dynamic" font height computation
  • #5428 downloads not starting in Browse due to old compreg.dat
  • #7999 7+% of shell startup time is spent in `grab' of sugar._sugarext.KeyGrabber
  • #8000 Pulsing icon on activity launch significantly slows activity start-up
  • #7270 setup release does not update the bundle number
  • #7959 gettext translations slows journal's scrolling
  • #7733 Cannot install Wikipedia-10.xo
  • #7533 Activity does not respond to ctrl-q keyboard shortcut unless the 'Activity' tab is visible

sugar

  • Modularized the shell to have every major UI component like the frame the home view and the control panel reside in his own module and be self contained
  • Use gconf as a backend to store the profile.
  • Several heavy shell dependency have been dropped.
  • Merge of the journal and of the shell service into the shell
  • #5867 "Battery fully charged" shows up in error (battery is removed)
  • #8623 Jabber server description is ambiguous
  • #8900 Should re-request closed random views
  • #7545 Should request random activities/buddies to populate the mesh view
  • #5751 Clipboard objects need meaningful labels.
  • #8606 Dragging within the clipboard creates duplicate clippings
  • #7408 Cursor lock while dragging icons in Home (or anywhere)
  • #8604 Tray control should support highlight on drag

sugar-artwork

  • Ensure that all common drag operations use a sugar cursor
  • Generate two themes based on SUGAR_SCALING
  • #8779 Merge sugar-artwork patches from debian package.
  • #8778 allow prelightning of buttons

sugar-base

  • Add dispatcher implementation from django
  • Mark modules as STABLE

sugar-datastore

  • The datastore has been rewritten, to simplify and improve maintainability. As a first step the API was not changed at all (other than removing removable devices support), so that the new implementation was swapped in without changes to activities and Sugar.
  • Drop for now the management of removable devices inside the DS. Removable devices support in Sugar should happen without intervention from the DS.
  • #8155 The datastore should hard link identical files, to handle repeated downloads of the same content without filling up NAND.
  • #4662 Support arbitrary metadata properties that activities wish to add
  • #6269 Degrade gracefully if a database gets corrupted- Basic functionality should only depend on the filesystem being available. Any other data structures (full text index) should be rebuildable from the filesystem.

sugar-presence-service

  • #7581 Don't ignore buddies without keys. This improve interoperability with non Sugar clients.
  • #7849 Display PS version in the log.
  • Use gconf to get Sugar profile settings.
  • #8444 Don't rely on the roster to check if a contact handle is channel specific or not - so PS will properly create Buddy objects discovered using Gadget. Furthermore, this workaround has the nice side effect to improve compatibility with bugged shared roster (as the one of ejabberd).
  • #5618 Discard invalid handles if InspectHandles failed.

etoys

This version copes with the datastore using byte arrays for strings, thus allowing to resume again

Fructose modules

Fructose news

read-activity

  • The version bump is to allow for stable releases after Read-52 which is the current stable release.
  • #8350 Use journal object picker if not resuming a file
  • #7017 Read sharing can deadlock.

chat-activity

  • The version bump is to allow for stable releases after Chat-48 which is the current stable release.
  • #8471 Can't resume a previous Chat entry with Write anymore

browse-activity

  • Add a "Download image" option to the image palette (tomeu)
  • Add a "Download link" option to the link palette (tomeu)
  • Get downloads and upload alerts for multiple windows to work (marco)
  • #8857 Handle download names with non-ascii characters (tomeu)

terminal-activity

  • #4646 Systemwide keyboard shortcuts break terminal apps (e.g. nano)
  • #8515 Terminal-activity: path does not contain olpc-update

Updated translations:

  • tr
  • pt

Fructose dependencies

Fructose dependencies news

hulahop

Provide the ground to make downloads and uploads work for multiple instances (marco)