From 8c499c88d94139be09cba52d5743c72686d1886a Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Mon, 07 Jul 2008 18:27:25 +0000 Subject: Release version 42. --- diff --git a/NEWS b/NEWS index c572ca3..705f558 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,12 @@ +42 + +* #6036: Show timestamp as elapsed time instead of date (morgs) +* Updated translations: fr, mvo, pis, af, sd, pap, tpi, ar, de + 41 * Updated translations: mr, de, ht, km, es, it -* #6035: Add separator after old chat history (morgs) +* #6036: Add separator after old chat history (morgs) * #6298: Implement 1-1 private chat with non Sugar Jabber clients (morgs) 40 diff --git a/activity/activity.info b/activity/activity.info index 4fcf23a..bdad982 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 = 41 +activity_version = 42 mime_types = show_launcher = yes host_version = 1 diff --git a/pippy_app.py b/pippy_app.py index 3be11c6..3073eed 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -663,6 +663,11 @@ CHAT_ICON=\ """ CHAT_NEWS=""" +42 + +* #6036: Show timestamp as elapsed time instead of date (morgs) +* Updated translations: fr, mvo, pis, af, sd, pap, tpi, ar, de + 41 * Updated translations: mr, de, ht, km, es, it -- cgit v0.9.1