From 996cbf80e8ff74aa5193ae2301198b638b16012d Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 29 Nov 2013 11:45:44 +0000 Subject: news for v50 --- diff --git a/MAINTAINERS b/MAINTAINERS index 885901d..a50a77e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,3 +1,6 @@ +2013-11-29: +Walter Bender + 2010-05-07: Anish Mangal diff --git a/NEWS b/NEWS index aea8231..62dbaf0 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,20 @@ +50 + +BUG FIXES: +* Replaced the comma-space with a semicolon (no space) to fix a + problem with parsing mime_types that prevented Pippy from opening .py files +* Fixed many issues with export Sugar activity code + 43 * Fix for export button + icons (Manu QuiƱones) * Fix the load of already saved examples (Gonzalo Odiard) * New translations. - - 42 *New translations. - 41 *New Translations by aman0115, samybt, aputsiaq, khaled, cjl, Myckel, mschlager diff --git a/activity/activity.info b/activity/activity.info index d4a62b2..fe2f253 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -3,8 +3,8 @@ name = Pippy bundle_id = org.laptop.Pippy exec = sugar-activity pippy_app.PippyActivity icon = activity-icon -activity_version = 51 -mime_types = text/x-python, pickle/groupthink-pippy +activity_version = 50 +mime_types = text/x-python;pickle/groupthink-pippy show_launcher = yes license = GPLv2+ summary = Searching for programmers! Here you can use examples to begin learning the language your computer understands called "phython." -- cgit v0.9.1