Difference between revisions of "0.88/0.87.7 Notes"

From Sugar Labs
Jump to navigation Jump to search
(Init on the 0.87.7 release notes)
 
 
(16 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
== Announcement ==
 
== Announcement ==
This is our release candidate! The Features have been landed, we are in UI and String freeze and only critical bug fixes can be landed by now. See the [[0.88/Roadmap#Schedule]] for more details.  
+
This is our 0.88 Release Candidate! The Features have been landed, we are in UI and String freeze and only critical bug fixes can be landed by now. Many thanks to the community members that helped in the last days to clean up the review queue and fixing bugs! Now it is time for another big round of testing and fixing the bugs found. Let's go and make this release a big success!
 +
 
 +
See the [[0.88/Roadmap#Schedule]] for more details.  
  
 
Thanks everyone for your great contributions!
 
Thanks everyone for your great contributions!
Line 16: Line 18:
 
== Glucose modules==
 
== Glucose modules==
 
===Updated===
 
===Updated===
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.87.7.tar.bz2 sugar-toolkit 0.87.7]
+
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.87.8.tar.bz2 sugar-toolkit 0.87.8]
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.87.5.tar.bz2 sugar 0.87.5]
+
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.87.8.tar.bz2 sugar 0.87.8]
 +
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-datastore/sugar-datastore-0.87.4.tar.bz2 sugar-datastore 0.87.4]
 +
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/sugar-artwork-0.87.3.tar.bz2 sugar-artwork 0.87.3]
 +
 
 +
===Not updated===
 
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-base/sugar-base-0.87.3.tar.bz2 sugar-base 0.87.3]
 
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-base/sugar-base-0.87.3.tar.bz2 sugar-base 0.87.3]
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/sugar-artwork-0.87.3.tar.bz2 sugar-artwork 0.87.3]
 
 
* [http://download.sugarlabs.org/sources/sucrose/glucose/etoys/etoys-4.0.2340.tar.gz etoys 4.0.2340]
 
* [http://download.sugarlabs.org/sources/sucrose/glucose/etoys/etoys-4.0.2340.tar.gz etoys 4.0.2340]
 
* [http://download.sugarlabs.org/sources/sucrose/fructose/Etoys/Etoys-114.tar.gz Etoys 114]
 
* [http://download.sugarlabs.org/sources/sucrose/fructose/Etoys/Etoys-114.tar.gz Etoys 114]
===Not updated===
 
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-datastore/sugar-datastore-0.87.3.tar.bz2 sugar-datastore 0.87.3]
 
 
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-presence-service/sugar-presence-service-0.87.1.tar.bz2 sugar-presence-service 0.87.1]
 
* [http://download.sugarlabs.org/sources/sucrose/glucose/sugar-presence-service/sugar-presence-service-0.87.1.tar.bz2 sugar-presence-service 0.87.1]
 
* [http://download.sugarlabs.org/sources/sucrose/glucose/hulahop/hulahop-0.7.1.tar.bz2 hulahop 0.7.1]
 
* [http://download.sugarlabs.org/sources/sucrose/glucose/hulahop/hulahop-0.7.1.tar.bz2 hulahop 0.7.1]
Line 29: Line 32:
 
== Glucose news ==
 
== Glucose news ==
 
=== sugar ===
 
=== sugar ===
* Add GConf key for specifying alternate locale dir {{Bug|1721}}
+
* datastore.log moved away {{Bug|1807}} --- ''Aleksey Lim''
* Use the correct icon for the 3G device
+
*  Clean up some .xoj registry code {{Bug|1098}} --- ''Aleksey Lim''
* Pin Punk Configuration for 3G devices
+
* Enable maintainer mode #1662 --- ''Bernie Innocenti''
 +
* jarabe.journal.model defaults to invalid order_by=-mtime {{Bug|1653}} --- ''Sascha Silbe''
 +
* Use evdev as the default keyboard model {{Bug|1717}} --- ''Sayamindu Dasgupta''
 +
* Do not use not valid symbols for preferable activities gconf keys {{Bug|1811}} --- ''Aleksey Lim''
 +
* Add support for OLPC Powerd {{Bug|1774}} --- ''Paul Fox''
 +
* View source functionality should be more robust against buggy activities {{Bug|1775}} --- ''Raúl Gutiérrez Segalés''
 +
* Logging cleanup failure prevents session start {{Bug|1720}} --- ''James Cameron''
 +
* Do not transfer ownership while copying objects {{Bug|1688}} --- ''Aleksey Lim''
 +
* Keep preferable activities {{Bug|1493}} --- ''Aleksey Lim''
 +
* Display a message when an activity fails to start {{Bug|1447}} --- ''Aleksey Lim''
  
 
=== sugar-toolkit ===
 
=== sugar-toolkit ===
* Title: autogen.sh: pass --enable-maintainer-mode to configure  
+
* autogen.sh: pass --enable-maintainer-mode to configure --- ''Bernie Innocenti''
  Author: Bernie Innocenti
+
* Check the private key syntax to detect corrupted files {{Bug|1568}} --- ''Sascha Silbe''
 
+
* Log saving errors in activities {{Bug|1703}} --- ''Tomeu Vizoso''
* Title: Check the private key syntax to detect corrupted files #1568
+
* Removes the use of O_SYNC on logs {{Bug|1656}} --- ''James Cameron''
  Author: Sascha Silbe
+
* Do not fail while closing object less activities {{Bug|1714}} --- ''Aleksey Lim''
 
+
* Override canvas property in Activity class {{Bug|1795}} --- ''Aleksey Lim''
* Title: Log saving errors in activities #1703
+
* Display a message when an activity fails to start {{Bug|1447}} --- ''Aleksey Lim''
  Author: Tomeu Vizoso
 
 
 
* Title: Removes the use of O_SYNC on logs #1656
 
  Author: James Cameron
 
 
 
* Title: Do not fail while closing object less activities #1714
 
  Author: Aleksey Lim
 
 
 
* Title: Override canvas property in Activity class #1795
 
  Author: Aleksey Lim
 
  
 
=== sugar-datastore ===
 
=== sugar-datastore ===
* rebuild index on migration #1787
+
* Rebuild index on migration {{Bug|1787}} --- ''Aleksey Lim''
 +
* Do not remove internal metadata fields while rewriting object {{Bug|1813}} --- ''Aleksey Lim''
 +
* Auto detect mime type in copy-to-journal {{Bug|586}} --- ''Tomeu Vizoso''
  
 
=== sugar-artwork ===
 
=== sugar-artwork ===
* Title: autogen.sh: pass --enable-maintainer-mode to configure  
+
* autogen.sh: pass --enable-maintainer-mode to configure --- ''Bernie Innocenti''
  Author: Bernie Innocenti
+
* Add icons for data upload/download Author --- ''Gary C Martin''
* Title: Add icons for data upload/download  
 
  Author: Gary C Martin
 
 
 
=== etoys ===
 
* use compressed sources file (EtoysV4.stc)
 
  
 
== What is new for packagers ==
 
== What is new for packagers ==

Latest revision as of 03:26, 11 March 2010

Sucrose 0.87.7 Release Notes

Announcement

This is our 0.88 Release Candidate! The Features have been landed, we are in UI and String freeze and only critical bug fixes can be landed by now. Many thanks to the community members that helped in the last days to clean up the review queue and fixing bugs! Now it is time for another big round of testing and fixing the bugs found. Let's go and make this release a big success!

See the 0.88/Roadmap#Schedule for more details.

Thanks everyone for your great contributions!

Compatibility

There are no known compatibility issues, as of today.

Update to this version

Please use the instructions for your distribution (SoaS, Fedora, Ubuntu, Debian etc) of choice to upgrade to this release. Note that it may take a while until the release is packaged for each distribution. Please stay tuned for distribution specific announcements and watch out for updates at Get Sugar.

Glucose modules

Updated

Not updated

Glucose news

sugar

  • datastore.log moved away #1807 --- Aleksey Lim
  • Clean up some .xoj registry code #1098 --- Aleksey Lim
  • Enable maintainer mode #1662 --- Bernie Innocenti
  • jarabe.journal.model defaults to invalid order_by=-mtime #1653 --- Sascha Silbe
  • Use evdev as the default keyboard model #1717 --- Sayamindu Dasgupta
  • Do not use not valid symbols for preferable activities gconf keys #1811 --- Aleksey Lim
  • Add support for OLPC Powerd #1774 --- Paul Fox
  • View source functionality should be more robust against buggy activities #1775 --- Raúl Gutiérrez Segalés
  • Logging cleanup failure prevents session start #1720 --- James Cameron
  • Do not transfer ownership while copying objects #1688 --- Aleksey Lim
  • Keep preferable activities #1493 --- Aleksey Lim
  • Display a message when an activity fails to start #1447 --- Aleksey Lim

sugar-toolkit

  • autogen.sh: pass --enable-maintainer-mode to configure --- Bernie Innocenti
  • Check the private key syntax to detect corrupted files #1568 --- Sascha Silbe
  • Log saving errors in activities #1703 --- Tomeu Vizoso
  • Removes the use of O_SYNC on logs #1656 --- James Cameron
  • Do not fail while closing object less activities #1714 --- Aleksey Lim
  • Override canvas property in Activity class #1795 --- Aleksey Lim
  • Display a message when an activity fails to start #1447 --- Aleksey Lim

sugar-datastore

  • Rebuild index on migration #1787 --- Aleksey Lim
  • Do not remove internal metadata fields while rewriting object #1813 --- Aleksey Lim
  • Auto detect mime type in copy-to-journal #586 --- Tomeu Vizoso

sugar-artwork

  • autogen.sh: pass --enable-maintainer-mode to configure --- Bernie Innocenti
  • Add icons for data upload/download Author --- Gary C Martin

What is new for packagers

sugar: cjson -> simplejson: Sugar moved back to use simplejson instead of cjson. cjson has a big bug dealing with slashes, this is a significant long-term bug and upstream has not been responsive other than acknowledging it. This bug breaks journal entry bundles #1553.

sugar-toolkit: the python module dateutil has been added. Please add this to the requires (i.e. in Fedora python-dateutil).