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-31 14:53:26 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-07-31 14:53:26 (GMT)
commit1be1ace80bc0f7748ab7250cec3fd421736730bc (patch)
treebd7beca484408a05f7ae536c51750d97ddaa949c
parent5e6e173251851546648b1e5c46cc2c8740d0eb73 (diff)
Release version 44.v44
-rw-r--r--NEWS2
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py4
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 47c62ec..0b8fcaf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+44
+
* #7633: Close the text channel when stopping a 1-1 chat (morgs)
* #7717: Log incoming messages (morgs)
* #7692: Don't show pending messages when joining a chat (morgs)
diff --git a/activity/activity.info b/activity/activity.info
index 067ec2b..b25b51c 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 = 43
+activity_version = 44
mime_types =
show_launcher = yes
host_version = 1
diff --git a/pippy_app.py b/pippy_app.py
index 6b26184..4e6da8a 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -726,6 +726,8 @@ CHAT_ICON=\
"""
CHAT_NEWS="""
+44
+
* #7633: Close the text channel when stopping a 1-1 chat (morgs)
* #7717: Log incoming messages (morgs)
* #7692: Don't show pending messages when joining a chat (morgs)
@@ -905,7 +907,7 @@ CHAT_NEWS="""
def pippy_activity_version():
"""Returns the version number of the generated activity bundle."""
- return 43
+ return 44
def pippy_activity_news():
"""Return the NEWS file for this activity."""