From 05d497a694ca7910f9eac17ef1417c8050a51f0e Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 3 Dec 2007 20:57:41 +0000 Subject: Update NEWS and configure.ac for release svn path=/trunk/; revision=462 --- NEWS | 9 ++++++++- configure.ac | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 820eb2394..db393af80 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ -NEW in 0.21.2: +NEW in 0.21.3: ============= + - Request new Text Channel if the contact is online again and CM don't support + offline message or if account gets reconnected. + - Depend on telepathy-glib and make use of his new API. Don't use deprecated + functions of libtelepathy. + - Better gtkdoc generator. +NEW in 0.21.2: +============= - Display error message when an account failed to connect. - Move chats to its own process. - Move chandlers in $libexecdir diff --git a/configure.ac b/configure.ac index af869c0ee..3e78f6a4e 100644 --- a/configure.ac +++ b/configure.ac @@ -18,13 +18,13 @@ AC_HEADER_STDC # (Interfaces removed: CURRENT++, AGE=0, REVISION=0) # (Interfaces added: CURRENT++, AGE++, REVISION=0) # (No interfaces changed: REVISION++) -LIBEMPATHY_CURRENT=6 +LIBEMPATHY_CURRENT=7 LIBEMPATHY_AGE=0 LIBEMPATHY_REVISION=0 -LIBEMPATHY_GTK_CURRENT=6 +LIBEMPATHY_GTK_CURRENT=7 LIBEMPATHY_GTK_AGE=0 -LIBEMPATHY_GTK_REVISION=1 +LIBEMPATHY_GTK_REVISION=0 AC_SUBST(LIBEMPATHY_CURRENT) AC_SUBST(LIBEMPATHY_AGE) -- cgit v1.2.3