diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-04 04:57:41 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-04 04:57:41 +0800 |
commit | 05d497a694ca7910f9eac17ef1417c8050a51f0e (patch) | |
tree | ef1b6091af36cce6a036703b0788d0d621d5f7a9 | |
parent | de24c820d141079b880de18e3ff6c28955588732 (diff) | |
download | gsoc2013-empathy-05d497a694ca7910f9eac17ef1417c8050a51f0e.tar gsoc2013-empathy-05d497a694ca7910f9eac17ef1417c8050a51f0e.tar.gz gsoc2013-empathy-05d497a694ca7910f9eac17ef1417c8050a51f0e.tar.bz2 gsoc2013-empathy-05d497a694ca7910f9eac17ef1417c8050a51f0e.tar.lz gsoc2013-empathy-05d497a694ca7910f9eac17ef1417c8050a51f0e.tar.xz gsoc2013-empathy-05d497a694ca7910f9eac17ef1417c8050a51f0e.tar.zst gsoc2013-empathy-05d497a694ca7910f9eac17ef1417c8050a51f0e.zip |
Update NEWS and configure.ac for releaseEMPATHY_0_21_3
svn path=/trunk/; revision=462
-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) |