From dbf98b3eaaadc47905368ac8cb24f31f41adb1fc Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Wed, 21 May 2008 19:24:58 +0000 Subject: Release version 39. --- diff --git a/NEWS b/NEWS index 0c489db..d6aef4a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +39 + +* ACK received messages (cassidy) +* Handle pending messages when setting the message handler (cassidy) + 38 * Updated translations: zh_TW, de, it diff --git a/activity/activity.info b/activity/activity.info index 06eb900..80e9a67 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 = 38 +activity_version = 39 mime_types = show_launcher = yes host_version = 1 diff --git a/pippy_app.py b/pippy_app.py index 54a5b7b..c717de2 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -571,6 +571,15 @@ CHAT_ICON=\ """ CHAT_NEWS=""" +39 + +* ACK received messages (cassidy) +* Handle pending messages when setting the message handler (cassidy) + +38 + +* Updated translations: zh_TW, de, it + 37 * UI Change: Merge multiple sequential messages from same author (morgs) -- cgit v0.9.1