aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-11-13 01:05:50 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-11-13 01:05:50 +0800
commitb86bf1ed4b4ef9e9e392225e22789c3efbababea (patch)
tree2aaff50c02a6316166853f6f89501dae3ae818b4
parent6813535e6591f6714c1a4edd6ae22d65eb726ad0 (diff)
downloadgsoc2013-empathy-EMPATHY_0_21_2.tar
gsoc2013-empathy-EMPATHY_0_21_2.tar.gz
gsoc2013-empathy-EMPATHY_0_21_2.tar.bz2
gsoc2013-empathy-EMPATHY_0_21_2.tar.lz
gsoc2013-empathy-EMPATHY_0_21_2.tar.xz
gsoc2013-empathy-EMPATHY_0_21_2.tar.zst
gsoc2013-empathy-EMPATHY_0_21_2.zip
Update before releaseEMPATHY_0_21_2
svn path=/trunk/; revision=432
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9c0ac559b..265bf9cc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
NEW in 0.21.1:
=============
+
+ - Display error message when an account failed to connect.
+ - Move chats to its own process.
+ - Move chandlers in $libexecdir
+ - Don't use the same bus name for filter and chandler programs.
+
+NEW in 0.21.1:
+=============
- Cleanup licences and copyrights, Modules with 100% collabora code are now
relicenced to LGPL.
- Hide main window with ALT-F4.
diff --git a/configure.ac b/configure.ac
index 96f65bb02..ab8181162 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=5
+LIBEMPATHY_CURRENT=6
LIBEMPATHY_AGE=0
LIBEMPATHY_REVISION=0
LIBEMPATHY_GTK_CURRENT=6
LIBEMPATHY_GTK_AGE=0
-LIBEMPATHY_GTK_REVISION=0
+LIBEMPATHY_GTK_REVISION=1
AC_SUBST(LIBEMPATHY_CURRENT)
AC_SUBST(LIBEMPATHY_AGE)