summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-26 16:18:12 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-26 16:18:12 +1100
commit1ebe6d72ab3f3a11dcd59a68260a041e41ed6139 (patch)
tree80be46171dd9d8451ebb532b3f7982e7372662a6
parent974c774d4d45dc2935bc8a6eee43e987a97dc486 (diff)
Release telepathy-logger 0.1.1telepathy-logger-0.1.1
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6268cc7..c250727 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+telepathy-logger 0.1.1 (2010-02-26)
+===================================
+
+The ``brick by brick'' release.
+
+This is the second previous release of the telepathy-logger. You should be aware
+that this is a piece of software that is still very much in development,
+everything is subject to change.
+
+The idea behind tp-logger is that it will become a generic logging daemon usable
+anywhere in Telepathy, with any Telepathy client.
+
+Changes in this release:
+ - libtelepathy-logger.pc is now just telepathy-logger.pc
+ - asynchronous API has _finish() methods.
+ - Fix a crasher in handling MUCs
+ - Logger now observes channels that are open when it starts
+ - API now includes support for storing favourite contacts in a way that can
+ be shared between Telepathy clients
+
telepathy-logger 0.1.0 (2010-02-24)
===================================
diff --git a/configure.ac b/configure.ac
index 488b02f..d85b35e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl If not 1, append datestamp to the version number
-m4_define(tpl_released, 0)
+m4_define(tpl_released, 1)
m4_define([tpl_major_version], [0])
m4_define([tpl_minor_version], [1])