[Sugar-devel] [RELEASE] Read-87.1

2010-11-15 Thread Simon Schampijer
== Source ==

http://download.sugarlabs.org/sources/sucrose/fructose/Read/Read-87.1.tar.bz2

== News ==

* Release 87.1 (Simon Schampijer)
* Add scrolling options for PDFs #10396 (Simon Schampijer)
Map the dpad up/down keys and the arrow up down keys for scrolling.
Using fn+arrow keys (Page up/down) will move forward/backward by
bigger chunks. This is the same behavior as in the epub back end.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Dextrose] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-11-15 Thread Simon Schampijer

On 11/15/2010 01:47 AM, James Cameron wrote:

On Sun, Nov 14, 2010 at 07:35:27PM -0500, Bernie Innocenti wrote:

On Mon, 2010-11-15 at 10:22 +1100, James Cameron wrote:

On Sat, Nov 13, 2010 at 05:38:14PM +0530, shan...@seeta.in wrote:

From: Shanjit Singh Jajmann

Muting by clicking on the icon is killed.


This disables unmuting as well.  Hope that is what you intended.


Yes, basically we don't want mute to toggle by just clicking on the
icon. There's also a checkbox in the popup menu.


In that case the patch commit text is ambiguous.  ;-)

"Remove mute toggle via frame speaker icon click."



Yes, I prefer as well the term "remove" over "kill" in commit messages. 
Please reference as well the ticket if there is one at the end of the 
commit message (e.g. Remove mute toggle #1234).


Regards,
   Simon

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] ObjectChooser() Issue?

2010-11-15 Thread Bert Freudenberg

On 15.11.2010, at 00:00, Sascha Silbe wrote:

> Excerpts from Art Hunkins's message of Sun Nov 14 23:20:49 +0100 2010:
> 
>> The jobject is being selected just fine; the problem is, it is still being 
>> deleted, even though I'm trying to store its path.
> 
> That's exactly the problem: You need to store the _DSObject_ instance,
> not just the path to the file.

Here is what likely happens:

1. User chooses object.
2. You create a DSObject instance, put it in the jobject temp var
3. You store the path of the DSObject instance.
4. The jobject temp var goes "out of scope", automatically deletes the file.
5. You try to access the file path, but the file is gone.

In your code:

if result == gtk.RESPONSE_ACCEPT:
  jobject = chooser.get_selected_object() <== jobject created
  if jobject and jobject.file_path:   <== file created
self.file[0] = jobject.get_file_path()
open(self.file[0], "r")
self.fileflag[0] = "1"
else:
  self.fileflag[0] = "0"
  close(self.file[0])
  <== jobject destroyed
  <== file deleted
# Later, variables sent to my Csound code via:
 self.w.set_channel("fileflag1", self.fileflag[0])
 self.w.set_filechannel("file1", str(self.file[0]))

So, as Sascha wrote, keep the jobject, not just the file path, until you do 
need the file anymore. The files you check out from the Journal are considered 
temporary. The DSObject mechanism ensures those temp files are cleaned up 
automatically.

- Bert -

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] GeoGebra in XO

2010-11-15 Thread Aleksey Lim
On Mon, Nov 15, 2010 at 02:43:26AM -0300, Gonzalo Odiard wrote:
> If you run GeoGebra [1] in a XO with Sugar in english, does not start with a
> msg about file javaui_en.properties missing.
> I can resolve it doing:
> 
> cd /home/olpc/Activities/GeoGebra.activity/geogebra
> unzip geogebra_properties.jar
> cd geogebra/properties/
> cp javaui.properties javaui_en.properties
> cd ../..
> mv geogebra_properties.jar geogebra_properties.jar.old
> 

> Who can modify the file in ASLO?
Will fix it.

> 
> 
> Gonzalo
> 
> [1] http://activities.sugarlabs.org/en-US/sugar/addon/4284

> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


-- 
Aleksey
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [ASLO] Release Calendario-2

2010-11-15 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4360

Sugar Platform:
0.82 - 0.90

Download Now:
http://activities.sugarlabs.org/downloads/file/27112/calendario-2.xo

Release notes:
New features:
- Tags for activities
- Option to set priority


Sugar Labs Activities
http://activities.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [ASLO] Release Tessellations-2

2010-11-15 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4366

Sugar Platform:
0.82 - 0.90

Download Now:
http://activities.sugarlabs.org/downloads/file/27111/tessellations-2.xo

Release notes:
This activity indulges my passion for tessellations and jigsaws.

It includes the 3 regular tessellations (1 polygon) and the 8 semi-regular ones 
(2 or more polygons). And one Alhambra Tessellation as a Grand Finale.

Pieces are "pick up & put down" rather than "click & drag".



Sugar Labs Activities
http://activities.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [ASLO] Release CeibalRadio-1

2010-11-15 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4365

Sugar Platform:
0.82 - 0.90

Download Now:
http://activities.sugarlabs.org/downloads/file/27110/ceibalradio-1.xo

Release notes:



Sugar Labs Activities
http://activities.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [ASLO] Release JAMtank-1

2010-11-15 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4364

Sugar Platform:
0.82 - 0.90

Download Now:
http://activities.sugarlabs.org/downloads/file/27109/jamtank-1.xo

Release notes:



Sugar Labs Activities
http://activities.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [ASLO] Release GeoGebra-3

2010-11-15 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4284

Sugar Platform:
0.82 - 0.90

Download Now:
http://activities.sugarlabs.org/downloads/file/27113/geogebra-3.xo

Release notes:
* GeoGebra 3.2.45.0 release
* GeoGebra doesn't start due to not found javaui_en.properties (Gonzalo Odiard)


Sugar Labs Activities
http://activities.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [ASLO] Release GeoGebra-3

2010-11-15 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4284

Sugar Platform:
0.82 - 0.90

Download Now:
http://activities.sugarlabs.org/downloads/file/27113/geogebra-3.xo

Release notes:
* GeoGebra 3.2.45.0 release
* GeoGebra doesn't start due to not found javaui_en.properties (Gonzalo Odiard)


Sugar Labs Activities
http://activities.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-11-15 Thread Martin Dengler
On Sat, Nov 13, 2010 at 05:38:14PM +0530, shan...@seeta.in wrote:
> From: Shanjit Singh Jajmann 
> 
> Muting by clicking on the icon is killed.

NAK.  This functionality was requested by a deployment[1], AFAICS.

Martin

1. http://dev.laptop.org/ticket/7730#comment:16


pgpoRC8z3sPpB.pgp
Description: PGP signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Dextrose] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-11-15 Thread Bernie Innocenti
On Mon, 2010-11-15 at 15:19 +, Martin Dengler wrote:
> On Sat, Nov 13, 2010 at 05:38:14PM +0530, shan...@seeta.in wrote:
> > From: Shanjit Singh Jajmann 
> > 
> > Muting by clicking on the icon is killed.
> 
> NAK.  This functionality was requested by a deployment[1], AFAICS.

I just spoke on IRC with the original requester, Raul.

He says that the feature seemed cool, but it was developed before the
roll-out so it could not be tested on actual users.

On the other hand, I have evidence that the feature causes trouble in
the classroom: in Mozambique, several children from 3rd, 4th and 5th
grade called the technicians to report that their laptop wouldn't speak
any more. Since this was the first week for everyone, the technicians
were also unsure what how to solve the problem and called me. The first
time, it took me one minute or two to figure out what had gone wrong.

So my proposal is: let's just remove this feature until someone comes up
with a better way to implement it and justification for its usefulness.

-- 
   // Bernie Innocenti - http://codewiz.org/
 \X/  Sugar Labs   - http://sugarlabs.org/

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Dextrose] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-11-15 Thread Martin Dengler
On Mon, Nov 15, 2010 at 11:09:08AM -0500, Bernie Innocenti wrote:
> On Mon, 2010-11-15 at 15:19 +, Martin Dengler wrote:
> > On Sat, Nov 13, 2010 at 05:38:14PM +0530, shan...@seeta.in wrote:
> > > From: Shanjit Singh Jajmann 
> > > 
> > > Muting by clicking on the icon is killed.
> > 
> > NAK.  This functionality was requested by a deployment[1], AFAICS.
> 
> I just spoke on IRC with the original requester, Raul.
> 
> He says that the feature seemed cool, but it was developed before the
> roll-out so it could not be tested on actual users.
[...]
> So my proposal is: let's just remove this feature until someone comes up
> with a better way to implement it and justification for its usefulness.

I'm ok with this.  Let's do it properly:

0. figure out if this is intended behaviour and why - Shanjit, please
   include this information in a pre- or post- patch email next time
   so we don't have to waste time and you can demonstrate you know
   what you're changing.

1. bug report - Shanjit, please do this like [1] and include the
   information from 0.  Please remove
   
http://wiki.sugarlabs.org/go/Kill_the_mute_function_in_the_volume_icon_of_the_frame
   as a) the page doesn't tell me any information from point 0 above;
   b) the page doesn't tell me who requested it; c) requires much less
   discussion than a "feature"; d) is much smaller in scope (code
   changes, UI effects, difficulty to revert) than a "feature"; and e)
   has no relation to a "feature"
   http://wiki.sugarlabs.org/go/Features/Policy#What_is_a_feature.3F
   as we usually use the term.

2. ...that includes which deployment, why, and HIG changes - Shanjit,
   please do this like [2]

3. test cases - Shanjit, please do this like [3]

4. run pylint / pep08 /tools on patch - Shanjit, please do this as in [1]

Shanjit, please read
http://wiki.sugarlabs.org/go/Development_Team/Code_Review#Proposal for
next time.

Martin

1. http://dev.laptop.org/ticket/7730

2. https://dev.laptop.org/ticket/7248

3. https://dev.laptop.org/ticket/7248#comment:7

4.  http://wiki.sugarlabs.org/go/Development_Team/Code_guidelines#Tools



pgpyLzRNbrd02.pgp
Description: PGP signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Dextrose] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-11-15 Thread Martin Dengler
On Mon, Nov 15, 2010 at 04:48:13PM +, Martin Dengler wrote:
> 4. run pylint / pep08 /tools on patch - Shanjit, please do this as in [1]

Sorry, that should be [4], as I guess you figured out:

> 4.
> http://wiki.sugarlabs.org/go/Development_Team/Code_guidelines#Tools

...and please put the output, if any, in a comment on the bug report.

Martin




> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel



pgpt6Jnm8wFFv.pgp
Description: PGP signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] VNCLauncher on 10.1.2 on XO-1

2010-11-15 Thread David Leeming
All good, thanks!

 

David Leeming

Solomon Islands Rural Link 



 

From: sugar-devel-boun...@lists.sugarlabs.org
[mailto:sugar-devel-boun...@lists.sugarlabs.org] On Behalf Of German Ruiz
Sent: Monday, 15 November 2010 6:58 a.m.
To: David Leeming
Cc: sugar-devel@lists.sugarlabs.org
Subject: Re: [Sugar-devel] VNCLauncher on 10.1.2 on XO-1

 

Use this version

http://people.sugarlabs.org/~rgs/activities/vnclauncher-7.xo
 

-- 
German R S 

2010/11/14 David Leeming 

Hello,

 

I tried VNCLauncher on our XO-1s after updating to 10.1.2 (os852). I tried
versions 3,4 and 6 (the latest given on SugarLabs). 

 

It fails with an error while loading shared libraries.

 

Maybe I am doing something wrong - should it work? Or if not is there a
version available for this configuration? I always use it in teacher
training and it is very useful.

 

 

 

David Leeming

Solomon Islands Rural Link 

 


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel





___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [SoaS] SoaS 4 - Mango Lassi is out.

2010-11-15 Thread David Leeming
Testing SOAS 4 Mango Lassi on a 32-bit PC. 

Image used is Fedora-14-i686-Live-SoaS.iso and installed using Fedora
LiveUSB Creator 3.9.2 on a 2GB flashdrive that has been tested OK with
Marabelle. I used 498 MB of persistent storage. 

Tried in two different computers, reformatted (FAT) and tried again.

All I get is this on boot (below), it does not proceed any further.. I
guess maybe I have the wrong iso or something??

SYSLINUX 3.81 2009-05-29 EBIOS Copyright (C) 1994-2009 H. Peter Alvin et al.

(then nothing happens)

David Leeming
Solomon Islands Rural Link 


-Original Message-
From: sugar-devel-boun...@lists.sugarlabs.org
[mailto:sugar-devel-boun...@lists.sugarlabs.org] On Behalf Of Thomas C
Gilliard
Sent: Wednesday, 3 November 2010 5:14 p.m.
To: Development of live Sugar distributions
Cc: Sugar Labs Marketing; Sugar devel
Subject: Re: [Sugar-devel] [SoaS] SoaS 4 - Mango Lassi is out.

Great News;

Fedora-14-x86_64-Live-SoaS CD Boots fine on an Apple MacBook Air with an 
external hp-DVD/CD usb drive.

Hold "C"  and tap power button keep holding the "C" key down until the 
blue fedora boot screen appears
Select Boot (Basic Video)-second line
boots to bar display Fedora 14; (Name_); Choose password for new 
keyring; hit cancel 6 times.
F3 Ring appears

Use the usb to cat 5 Air dongle ( applesmc.78) as Network Manager does 
not recognize the Mac Air's wireless hardware.
f1 neighborhood will be full of xxx...@jabber.sugarlabs.org names

To fix this go to drop down / My settings /About me. change colors and 
restart. On restart the names will be correct.
ONLY IF you enter the key chain password you entered 1 time when you 
started sugar.

These are known bugs
  http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_Bugs#Current_Bugs

ALSO

There is a new Boot CD for Macs and computers that cannot boot from USB

Boot helper CD for Fedora-14-i686-Live-SoaS:


> Matt
>
> On Fri, Oct 29, 2010 at 9:45 PM, Matt Wronkiewicz 
wrote:
>   
>> > If anyone else is interested, I put together a boot helper for
>> > Mirabelle. Burned to a CD, it enabled booting a USB stick on my
>> > MacBook Pro. The stick was partitioned with the plain old MBR format
>> > and labeled "FEDORA". I also got both VMware Fusion and VirtualBox to
>> > boot the USB stick using this boot helper ISO. The soas-2-boot ISO
>> > sort of works with Mirabelle sticks, but they have different kernel
>> > versions so modules don't load, thus no networking. That is fixed in
>> > this build.
>> >
>> > 
>> >
>> > Matt
>> >
>> 
Please Test these result on other MAC's and report here in wiki:

http://wiki.sugarlabs.org/go/Talk:Sugar_on_a_Stick_release_process#Macintosh
_Testing

Congratulations to all

Enjoy;

Tom Gilliard
satellit





Peter Robinson wrote:
> Hi All,
>
> This is the non announcement announcement of the release of Sugar on a
> Stick 4 Mango Lassi is out.
>
> You can download both the 32 and 64 bit version from
> http://spins.fedoraproject.org/soas/
>
> There's an outline of some common bugs in Fedora 14 and hence Fedora
> 14 outlined here
> https://fedoraproject.org/wiki/Common_F14_bugs
>
> Some of the notable enhancements include:
> - Sugar 0.90
> - Support for more wireless adapters including the rtl2xxx series of
> adapters that are common in eee PCs
> - Improved Apple Mac support (still needs SoaS verification as
> apparently its a major problem but I could only find Fedora people to
> test it for me)
> - Quite a lot of things that I can't remember
>
> I would like to thank Sebastian, Mel, Simon, Thomas and everyone else
> who has contributed to this release.
>
> Cheers,
> Peter
> ___
> SoaS mailing list
> s...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/soas
>
>   
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Sjhbuild on archlinux

2010-11-15 Thread dhananjay
Hi,

I was trying to hack sugar-jhbuild to work on my arch machine. I have this
problem that the function get_distribution in file sjhbuild/sysdeps.py is
not working in arch, as archlinux is not compatable with lsb_release.

I wanted someone to suggest a standard method to find the distribution.


Regards,

Dhananjay Navaneetham.

--
Use Free Software...
Defend Your Freedom
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [SoaS] SoaS 4 - Mango Lassi is out.

2010-11-15 Thread Art Hunkins
This is the same issue I've raised twice before - with no response. I've 
copied Luke Macken, creator of LiveUSB Creator, as well.


The problem is what has been keeping me from testing my activities with 0.90 
SoaS.


Can anything be done about this?

Art Hunkins

- Original Message - 
From: "David Leeming" 
To: "'Thomas C Gilliard'" ; "'Development of 
live Sugar distributions'" 
Cc: "'Sugar Labs Marketing'" ; "'Sugar 
devel'" 

Sent: Monday, November 15, 2010 7:08 PM
Subject: Re: [Sugar-devel] [SoaS] SoaS 4 - Mango Lassi is out.



Testing SOAS 4 Mango Lassi on a 32-bit PC.

Image used is Fedora-14-i686-Live-SoaS.iso and installed using Fedora
LiveUSB Creator 3.9.2 on a 2GB flashdrive that has been tested OK with
Marabelle. I used 498 MB of persistent storage.

Tried in two different computers, reformatted (FAT) and tried again.

All I get is this on boot (below), it does not proceed any further.. I
guess maybe I have the wrong iso or something??

SYSLINUX 3.81 2009-05-29 EBIOS Copyright (C) 1994-2009 H. Peter Alvin et 
al.


(then nothing happens)

David Leeming
Solomon Islands Rural Link


-Original Message-
From: sugar-devel-boun...@lists.sugarlabs.org
[mailto:sugar-devel-boun...@lists.sugarlabs.org] On Behalf Of Thomas C
Gilliard
Sent: Wednesday, 3 November 2010 5:14 p.m.
To: Development of live Sugar distributions
Cc: Sugar Labs Marketing; Sugar devel
Subject: Re: [Sugar-devel] [SoaS] SoaS 4 - Mango Lassi is out.

Great News;

Fedora-14-x86_64-Live-SoaS CD Boots fine on an Apple MacBook Air with an
external hp-DVD/CD usb drive.

Hold "C"  and tap power button keep holding the "C" key down until the
blue fedora boot screen appears
Select Boot (Basic Video)-second line
boots to bar display Fedora 14; (Name_); Choose password for new
keyring; hit cancel 6 times.
F3 Ring appears

Use the usb to cat 5 Air dongle ( applesmc.78) as Network Manager does
not recognize the Mac Air's wireless hardware.
f1 neighborhood will be full of xxx...@jabber.sugarlabs.org names

To fix this go to drop down / My settings /About me. change colors and
restart. On restart the names will be correct.
ONLY IF you enter the key chain password you entered 1 time when you
started sugar.

These are known bugs
 http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_Bugs#Current_Bugs

ALSO

There is a new Boot CD for Macs and computers that cannot boot from USB

Boot helper CD for Fedora-14-i686-Live-SoaS:



Matt

On Fri, Oct 29, 2010 at 9:45 PM, Matt Wronkiewicz 

wrote:



> If anyone else is interested, I put together a boot helper for
> Mirabelle. Burned to a CD, it enabled booting a USB stick on my
> MacBook Pro. The stick was partitioned with the plain old MBR format
> and labeled "FEDORA". I also got both VMware Fusion and VirtualBox to
> boot the USB stick using this boot helper ISO. The soas-2-boot ISO
> sort of works with Mirabelle sticks, but they have different kernel
> versions so modules don't load, thus no networking. That is fixed in
> this build.
>
> 
>
> Matt
>


Please Test these result on other MAC's and report here in wiki:

http://wiki.sugarlabs.org/go/Talk:Sugar_on_a_Stick_release_process#Macintosh
_Testing

Congratulations to all

Enjoy;

Tom Gilliard
satellit





Peter Robinson wrote:

Hi All,

This is the non announcement announcement of the release of Sugar on a
Stick 4 Mango Lassi is out.

You can download both the 32 and 64 bit version from
http://spins.fedoraproject.org/soas/

There's an outline of some common bugs in Fedora 14 and hence Fedora
14 outlined here
https://fedoraproject.org/wiki/Common_F14_bugs

Some of the notable enhancements include:
- Sugar 0.90
- Support for more wireless adapters including the rtl2xxx series of
adapters that are common in eee PCs
- Improved Apple Mac support (still needs SoaS verification as
apparently its a major problem but I could only find Fedora people to
test it for me)
- Quite a lot of things that I can't remember

I would like to thank Sebastian, Mel, Simon, Thomas and everyone else
who has contributed to this release.

Cheers,
Peter
___
SoaS mailing list
s...@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/soas



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel 


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel