Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-12-14 15:09:19 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-12-14 15:09:19 (GMT)
commit57517bc3bb4730ebfa58f12c90e3ab54d309a71a (patch)
tree17ab274e070852738d351f8d90728e1fbc3fee5b
parenta1e590aae87b0747df69a0ebb1f55398940373f0 (diff)
v54
-rw-r--r--NEWS10
-rw-r--r--activity/activity.info2
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c0d9653..143fed2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-51
+54
ENHANCEMENTS:
* Add confirmation alert before loading new projects (Emil Dudev)
@@ -13,6 +13,14 @@ BUG FIXES:
* Fix problems with sound library
* Using elements package from Physics
+53
+
+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
+
50
BUG FIXES:
diff --git a/activity/activity.info b/activity/activity.info
index a23006d..7bbe039 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -3,7 +3,7 @@ name = Pippy
bundle_id = org.laptop.Pippy
exec = sugar-activity pippy_app.PippyActivity
icon = activity-icon
-activity_version = 51
+activity_version = 54
mime_types = text/x-python;pickle/groupthink-pippy
show_launcher = yes
license = GPLv2+