From 39451543790a0a078a100b1aacf47c05557875b4 Mon Sep 17 00:00:00 2001 From: tomeu Date: Jun 21 2008 11:09:57 +0000 Subject: - Fix a bug with activity switching (benzea) - UI improvements to the control panel frame section (erikos) - First go at session management implementation (marco) - New activity launching feedback (eben and marco) - Speaker device implementation cleanups (mtd) - Support for 1-1 chat with other xmpp clients (morgs and cassidy) - Shortcuts improvements for emulation (mtd) - Additional free form layout for the home view and allow to reorder icons (tomeu) - Improve layout logic for the icons in the mesh view (tomeu) - Support for switching activities using alt+tab (benzea) --- diff --git a/.cvsignore b/.cvsignore index 4b1a52e..a1ce8b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sugar-0.81.3.tar.bz2 +sugar-0.81.5.tar.bz2 diff --git a/sources b/sources index cd4db18..d471f2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d35799fe64d7fa2c9014fff35302b4d sugar-0.81.3.tar.bz2 +327c8c958a6346c9084a7a12795a03fa sugar-0.81.5.tar.bz2 diff --git a/sugar.spec b/sugar.spec index 3328774..d2f66b1 100644 --- a/sugar.spec +++ b/sugar.spec @@ -1,6 +1,6 @@ Summary: OLPC desktop environment Name: sugar -Version: 0.81.3 +Version: 0.81.5 Release: 1%{?dist} URL: http://dev.laptop.org Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2 @@ -69,6 +69,18 @@ rm -rf %{buildroot} %{_datadir}/mime/packages/sugar.xml %changelog +* Sat Jun 21 2008 Tomeu Vizoso - 0.81.5-1 +- Fix a bug with activity switching (benzea) +- UI improvements to the control panel frame section (erikos) +- First go at session management implementation (marco) +- New activity launching feedback (eben and marco) +- Speaker device implementation cleanups (mtd) +- Support for 1-1 chat with other xmpp clients (morgs and cassidy) +- Shortcuts improvements for emulation (mtd) +- Additional free form layout for the home view and allow to reorder icons (tomeu) +- Improve layout logic for the icons in the mesh view (tomeu) +- Support for switching activities using alt+tab (benzea) + * Mon Jun 09 2008 Simon Schampijer - 0.81.3-1 - Search in the activity list (Tomeu) - Add installation date in the activity list (Tomeu)