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