From bcc693477bbc82abe9efa24f5fcbd72d8b8c4cfb Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Mon, 06 Oct 2008 19:39:14 +0000 Subject: Fix NEWS inside pippy_app.py --- diff --git a/pippy_app.py b/pippy_app.py index a0fb664..b9b7c26 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -726,6 +726,19 @@ CHAT_ICON=\ """ CHAT_NEWS=""" +* #8772: Fix journal entry creation in Chat for uri-list (kevix) +* Updated translations: tr, si + +47 + +* #8411: Add license to activity.info +* Remove parameter from bundlebuilder.start + +46 + +* Add update_url for software updater +* Updated translations: ar, pt + 45 * Updated translations: sl, nb, el, mr, rw, ur, ne @@ -912,7 +925,7 @@ CHAT_NEWS=""" def pippy_activity_version(): """Returns the version number of the generated activity bundle.""" - return 45 + return 48 def pippy_activity_news(): """Return the NEWS file for this activity.""" -- cgit v0.9.1