Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-06-10 06:50:32 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-06-10 06:50:32 (GMT)
commit8a6b993cfeb278f7c8aac091fc28618558859566 (patch)
tree753532568c49ce9950196bf813130b2867f45f77
parent0bc664daa54d91d72f894c21800dc07ca282e5b5 (diff)
Bump v5v5
-rw-r--r--0sugar/TuxPaint.activity/NEWS8
-rw-r--r--0sugar/TuxPaint.activity/activity/activity.info4
2 files changed, 10 insertions, 2 deletions
diff --git a/0sugar/TuxPaint.activity/NEWS b/0sugar/TuxPaint.activity/NEWS
index 481b461..957eb59 100644
--- a/0sugar/TuxPaint.activity/NEWS
+++ b/0sugar/TuxPaint.activity/NEWS
@@ -1,3 +1,11 @@
+v5 2010-06-10
+~~~~~~~~~~~~~
+* Revert save button to save current image (not keep)
+* Revert open button to import image from the Journal
+* Save image preview in Journal objects
+* Set correct MIME type for created Journal objects
+* List of MIME types supported my activity
+
v4 2010-05-12
~~~~~~~~~~~~~
* Update tuxpaint to 0.9.22 version
diff --git a/0sugar/TuxPaint.activity/activity/activity.info b/0sugar/TuxPaint.activity/activity/activity.info
index 6051ae0..e1944ed 100644
--- a/0sugar/TuxPaint.activity/activity/activity.info
+++ b/0sugar/TuxPaint.activity/activity/activity.info
@@ -4,6 +4,6 @@ bundle_id = org.tuxpaint
license = GPLv2
icon = icon
exec = .0sugar/launch tuxpaint --nolockfile
-activity_version = 4
-mime_types = image/png
+activity_version = 5
+mime_types = image/bmp;image/gif;image/jpeg;image/png;image/tiff
requires = tuxpaint