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-07-21 14:12:15 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-07-21 14:12:15 (GMT)
commit34293f63a79d239d2d7edf4e7f304365340e64e3 (patch)
treeab138a9102e0bd7ba30fca6d517443d635f3fb4c
parent6f1fe51d0e703ebc59fead3e021b032a7a0d31c7 (diff)
Release version 43.v43
-rw-r--r--NEWS2
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py4
3 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 705f558..af882c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+43
+
42
* #6036: Show timestamp as elapsed time instead of date (morgs)
diff --git a/activity/activity.info b/activity/activity.info
index bdad982..067ec2b 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 = 42
+activity_version = 43
mime_types =
show_launcher = yes
host_version = 1
diff --git a/pippy_app.py b/pippy_app.py
index 3073eed..b125b78 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -663,6 +663,10 @@ CHAT_ICON=\
"""
CHAT_NEWS="""
+43
+
+* Updated translations: zh_TW, ja
+
42
* #6036: Show timestamp as elapsed time instead of date (morgs)