From 15b4868238107a5544a448d046ceb4ffcd8f478b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 16 Apr 2011 16:35:56 +0000 Subject: new release: 107 --- diff --git a/COPYING b/COPYING index d2954ad..ff7d256 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Copyright (c) 2007, Playful Invention Company -Copyright (c) 2008-10, Walter Bender -Copyright (c) 2009-10 Raúl Gutiérrez Segalés +Copyright (c) 2008-11, Walter Bender +Copyright (c) 2009-11 Raúl Gutiérrez Segalés Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NEWS b/NEWS index 80c4a65..2829027 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,8 @@ ENHANCEMENTS * Extend clearscreen to entire canvas (#2745) * Cleaned up some issues with .es translations (Guzman Trinidad) * More robust handling of broken projects and unknown block types +* Added hidden blocks when plugin devices are unavailable +* Added new Python example for recording audio BUG FIXES @@ -31,6 +33,7 @@ BUG FIXES * Fixed problem with displaying large FILO heap (#2751) * Fixed a problem with tags causing malformed HTML export * Fixed problem with first sample when using sensors +* Fixed problem with method-name conflict with gtk.widget PYTHON CODE CHANGE diff --git a/activity/activity.info b/activity/activity.info index 151339c..c5f1c06 100755 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = Turtle Art -activity_version = 106 +activity_version = 107 license = MIT bundle_id = org.laptop.TurtleArtActivity exec = sugar-activity TurtleArtActivity.TurtleArtActivity -- cgit v0.9.1