[Sugar-devel] [RELEASE] sugar-0.92.0

Peter Robinson pbrobinson at gmail.com
Tue Mar 1 21:29:26 EST 2011


On Mon, Feb 28, 2011 at 8:00 PM, Simon Schampijer <simon at schampijer.de> wrote:
> Hi,
>
> Daniel pointed out that the dependencies of Sugar have changed. We rely now
> on upower to get the battery information (was hal before) and ConsoleKit is
> used for the logged user information.
>
> So please make sure to update your package dependencies accordingly.

Yes, I realised that the deps had changed and it was on my list to
review the changes in the lead up to the release anyway. The deps are
pulled in by other things anyway but it should be fixed properly. I
saw you pushed changes into git.

Peter

> Regards,
>   Simon
>
>
> On 02/23/2011 04:55 PM, Simon Schampijer wrote:
>>
>> == Source ==
>>
>>
>> http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.92.0.tar.bz2
>>
>> == News ==
>>
>> * Release 0.92.0 (Simon Schampijer)
>> * Update the Sucrose version (Simon Schampijer)
>> * Copy a Journal entry including the metadata to a removable device (Simon
>> Schampijer)
>> * Convert Journal entries that have been saved to a storage device pre
>> 0.84 (Simon Schampijer)
>> * Fix up style issues introduced by commit 3f8a1e1 (Sascha Silbe)
>> * Don't set default timezone (Daniel Drake)
>> * Restore setting a language with the command line OLPC #10681 (Simon
>> Schampijer)
>> * battery frame device: replace HAL with UPower (Sascha Silbe)
>> * use ConsoleKit instead of HAL for shutdown/reboot (Sascha Silbe)
>> * fix recognition of JEBs outside of data store (Sascha Silbe)
>> * Adjust the year in the licence visible in the control panel (Simon
>> Schampijer)
>> * Handle activities that cycle through windows dlo#10695 (Martin Langhoff)
>> * Speaker frame device: pop up palette on left-click instead of toggling
>> mute (Sascha Silbe)
>> * recognise translations using pgettext (Sascha Silbe)
>> * Remove last few pieces of buddy-icon.jpg handling (bernie)
>> * fix whitespace error introduced by 4b6a534 (revert of 4a3416b) (Sascha
>> Silbe)
>> * Commit from Sugar Labs: Translation System by user RafaelOrtiz.: 374 of
>> 374 messages translated (0 fuzzy). (Pootle daemon)
>> * Intro: Fall back to user name if GECOS real name field is empty (Sascha
>> Silbe)
>> * Sugar Ad-hoc icons show in search results when connect/disconnect to AP
>> OLPC #10412 (Simon Schampijer)
>> * Show busy cursor during session shutdown (Sascha Silbe)
>> * Show free space for the Journal in the Journal volumes toolbar (SL#2318)
>> (Ishan Bansal)
>> * Fix incorrect logging level for warning about missing GSM configuration
>> (Dipankar Patro)
>> * simplify extension loading exception error (James Cameron)
>> * Revert "Add cpu and memory resource indicator to frame" as agreed on
>> with erikos. Scheduling for inclusion in 0.94 after potential artwork
>> changes based on feedback from the Design Team. (Sascha Silbe)
>> * Commit from Sugar Labs: Translation System by user godiard.: 374 of 374
>> messages translated (0 fuzzy). (Pootle daemon)
>> * Commit from Sugar Labs: Translation System by user carlo.: 317 of 368
>> messages translated (0 fuzzy). (Pootle daemon)
>> * Commit from Sugar Labs: Translation System by user carlo.: 294 of 368
>> messages translated (1 fuzzy). (Pootle daemon)
>> * fix stylistic mistake introduced by 79c85ed2 (Sascha Silbe)
>> * remove unused import left over by c63b43c (Sascha Silbe)
>> * Dynamically set number of control panel columns (SL#2280)
>> (anishmangal2002)
>> * don't choke on out-of-range times on FAT32 formatted media (Kenny Meyer)
>> * Don't hide Register menu item upon successful registration (Jorge
>> Saldivar)
>> * Avoid popping an empty list in the software updater. (Michael Stone)
>> * Simplify the definition of UpdateModel._bundles_to_check(). (Michael
>> Stone)
>> * Fix typo in GConf schema file (Sascha Silbe)
>> * extensions/deviceicon/Makefile.am: fix inconsistent whitespace (Sascha
>> Silbe)
>> * Add cpu and memory resource indicator to frame (anishmangal2002)
>> * fix network disconnect (SL#1608, SL#1802) (Sascha Silbe)
>> * implement discarding network history (SL#1673) (James Cameron)
>> * jarabe.desktop.networkviews: update icon badges on AP settings change
>> (James Cameron)
>> * use dbus.PROPERTIES_IFACE instead of literal value (James Cameron)
>> * Tell gconf to sync after the intro screen. (Michael Stone)
>> * About my computer: use NetworkManager to acquire list of devices (Sascha
>> Silbe)
>> * Based on Jame's comment at http://dev.laptop.org/ticket/9189#comment:25
>> I am reverting this commit. (Simon Schampijer)
>> * Commit from Sugar Labs: Translation System by user khaled.: 272 of 272
>> messages translated (0 fuzzy). (Pootle daemon)
>> * Fix typo in activities downgrade message (Martin Abente)
>> * Commit from Sugar Labs: Translation System by user mschlager.: 368 of
>> 368 messages translated (0 fuzzy). (Pootle daemon)
>> * Fix naming of "duplicate" files on external media (SL#2060) (Gonzalo
>> Odiard)
>> * fix journal scan of external media, dev.laptop.org #10140 (James
>> Cameron)
>> * Run Sugar-Emulator in fullscreen by default if the screen is<=800x600
>> (SL #2180) (Dipankar Patro)
>> * Journal details view: don't choke on invalid timestamp (SL#1590,
>> SL#2208) (Sascha Silbe)
>> * Journal list view: don't choke on invalid or incomplete metadata
>> (SL#1408) (Sascha Silbe)
>> * don't delete bundles on storage media (SL #2456) (Sascha Silbe)
>> * Added busy cursor when we open any section in control panel. (Ticket
>> #245) (Ishan Bansal)
>> * add restart option configurable via gconf (#1206) (James Cameron)
>> * Workaround to Python 2.7 regression in locale.format(): it disallows
>> trailing text after the format specifier. (Walter Bender)
>> * Remove separator in Journal toolbar #2446 (Gary C. Martin) (Simon
>> Schampijer)
>> * pylint cleanup: disable warnings for reasonable catch-all exception
>> handlers (Sascha Silbe)
>> * pylint cleanup: don't override variables from outer scope (Sascha Silbe)
>> * jarabe.desktop.schoolserver: mark helper functions and classes as
>> private (Sascha Silbe)
>> * pylint cleanup: fix indentation (Sascha Silbe)
>> * pylint cleanup: don't override built-in objects (Sascha Silbe)
>> * ignore incorrect pylint error E1101 (Sascha Silbe)
>> * CurrentActivityPalette: remove dead code (Sascha Silbe)
>> * pylint cleanup: pass format parameters to log functions instead of using
>> % (Sascha Silbe)
>> * pylint cleanup: mark some variables as unused (Sascha Silbe)
>> * use logging.exception() instead of logging.error(traceback.format_exc())
>> (Sascha Silbe)
>> * pylint cleanup: remove unused imports (Sascha Silbe)
>> * pylint cleanup: replace disable-msg with disable (Sascha Silbe)
>> * style cleanup: prefer ' for strings (Sascha Silbe)
>> * style cleanup: use """ everywhere (Sascha Silbe)
>> * PEP8 cleanup: don't use has_key() (Sascha Silbe)
>> * PEP8 cleanup: ensure lines are shorter than 80 characters (Sascha Silbe)
>> * PEP8 cleanup: fix inline comment spacing (Sascha Silbe)
>> * PEP8 cleanup: fix spaces around operators and parentheses (Sascha Silbe)
>> * pep8 cleanup: fix number of blank lines (Sascha Silbe)
>> * style cleanup: move globals before class and method definitions (Sascha
>> Silbe)
>> * fix EOL spaces (Sascha Silbe)
>> * Adapt activity updater to new numbering scheme #2425 (Simon Schampijer)
>> * Adapt activity list and bundleregistry to new numbering scheme #2425
>> (Simon Schampijer)
>> * Simplification for 3543be24738011307ad964b1babf2a3831aa7ac7 (Simon
>> Schampijer)
>> * Add journalwindow.py to the Makefile (Simon Schampijer)
>> * Post commit, more useful name for methods#2164 (Aleksey Lim)
>> * Downgrading activities not allowed. (SL #2164) (shanjit at seeta.in)
>> * Commit from Sugar Labs: Translation System by user mschlager.: 363 of
>> 363 messages translated (0 fuzzy). (Pootle daemon)
>> * Disable Start menu item for entries that can't be opened(Bug#328) (Mukul
>> Gupta)
>> * Time out on registration process to prevent indefinite UI hang (SL#2289)
>> (Dipankar Patro)
>> * Removed hardcoded server url (SL #1976) (Dipankar Patro)
>> _______________________________________________
>> Sugar-devel mailing list
>> Sugar-devel at lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>
>


More information about the Sugar-devel mailing list