From 7c59b52ae5b17c0a6430d23fa3c38a95a15b4f99 Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Wed, 29 Oct 2008 13:51:27 +0000 Subject: "Release 60" --- diff --git a/NEWS b/NEWS index 13e08dd..4a1496e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +* Version bump to allow for stable releases after v48 * #8772: Fix journal entry creation in Chat for uri-list (kevix) * #8471: Allow resuming Chat log in Write (morgs) * #8411: Add license to activity.info (morgs) diff --git a/activity/activity.info b/activity/activity.info index c1581d6..15f96a4 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -3,7 +3,7 @@ name = Chat bundle_id = org.laptop.Chat class = pippy_app.Chat icon = activity-icon -activity_version = 45 +activity_version = 60 mime_types = show_launcher = yes host_version = 1 diff --git a/pippy_app.py b/pippy_app.py index a6b3163..a6ffc11 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -727,6 +727,15 @@ CHAT_ICON=\ """ CHAT_NEWS=""" +60 + +* Version bump to allow for stable releases after v48 +* #8772: Fix journal entry creation in Chat for uri-list (kevix) +* #8471: Allow resuming Chat log in Write (morgs) +* #8411: Add license to activity.info (morgs) +* Remove parameter from bundlebuilder.start (morgs) +* Add update_url for software updater (morgs) + 45 * Updated translations: sl, nb, el, mr, rw, ur, ne @@ -913,7 +922,7 @@ CHAT_NEWS=""" def pippy_activity_version(): """Returns the version number of the generated activity bundle.""" - return 45 + return 60 def pippy_activity_news(): """Return the NEWS file for this activity.""" -- cgit v0.9.1