aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-12-04 04:57:41 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-12-04 04:57:41 +0800
commit05d497a694ca7910f9eac17ef1417c8050a51f0e (patch)
treeef1b6091af36cce6a036703b0788d0d621d5f7a9
parentde24c820d141079b880de18e3ff6c28955588732 (diff)
downloadgsoc2013-empathy-EMPATHY_0_21_3.tar
gsoc2013-empathy-EMPATHY_0_21_3.tar.gz
gsoc2013-empathy-EMPATHY_0_21_3.tar.bz2
gsoc2013-empathy-EMPATHY_0_21_3.tar.lz
gsoc2013-empathy-EMPATHY_0_21_3.tar.xz
gsoc2013-empathy-EMPATHY_0_21_3.tar.zst
gsoc2013-empathy-EMPATHY_0_21_3.zip
Update NEWS and configure.ac for releaseEMPATHY_0_21_3
svn path=/trunk/; revision=462
-rw-r--r--NEWS9
-rw-r--r--configure.ac6
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)