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-08-06 19:29:19 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-08-06 19:29:19 (GMT)
commitb9b557966f720bf4a281837f465f2f8c487cca46 (patch)
tree9d4158469a60501666d0eaf31c59f71edc34eca7
parentad4fe88acef2c3968fd6872fd70267bfdab59d92 (diff)
Release version 45.v45
-rw-r--r--NEWS5
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py7
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0b8fcaf..19a8af6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+45
+
+* Updated translations: sl, nb, el, mr, rw, ur, ne
+* Fixed MANIFEST to include all translations (morgs)
+
44
* #7633: Close the text channel when stopping a 1-1 chat (morgs)
diff --git a/activity/activity.info b/activity/activity.info
index b25b51c..623e0f2 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -5,7 +5,7 @@ bundle_id = org.laptop.Chat
service_name = org.laptop.Chat
class = pippy_app.Chat
icon = activity-icon
-activity_version = 44
+activity_version = 45
mime_types =
show_launcher = yes
host_version = 1
diff --git a/pippy_app.py b/pippy_app.py
index 4e6da8a..3f6c9bc 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -726,6 +726,11 @@ CHAT_ICON=\
"""
CHAT_NEWS="""
+45
+
+* Updated translations: sl, nb, el, mr, rw, ur, ne
+* Fixed MANIFEST to include all translations (morgs)
+
44
* #7633: Close the text channel when stopping a 1-1 chat (morgs)
@@ -907,7 +912,7 @@ CHAT_NEWS="""
def pippy_activity_version():
"""Returns the version number of the generated activity bundle."""
- return 44
+ return 45
def pippy_activity_news():
"""Return the NEWS file for this activity."""