Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2008-10-06 19:39:14 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-10-06 19:39:14 (GMT)
commitbcc693477bbc82abe9efa24f5fcbd72d8b8c4cfb (patch)
tree27cd0b53576b6d48db36ff09e1449503c29a90ae
parent3f3ef72314e0f07e536278f0090e66194237bd9d (diff)
Fix NEWS inside pippy_app.py
-rw-r--r--pippy_app.py15
1 files changed, 14 insertions, 1 deletions
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."""