diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 11 insertions, 4 deletions
@@ -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) |