diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 8 |
3 files changed, 13 insertions, 4 deletions
@@ -1,5 +1,10 @@ 2007-10-01 Xavier Claessens <xclaesse@gmail.com> + * configure.ac: + * NEWS: Update before release. + +2007-10-01 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-private-chat.c: Fix refcounting of priv->factory. Fixes bug #473116. @@ -1,3 +1,7 @@ +NEW in 0.14: +=========== + - Megaphone applet now uses avatar cache. + NEW in 0.13: =========== - Completely reworked ContactList API, new EmpathyContactFactory class. diff --git a/configure.ac b/configure.ac index 9fd3a1c36..4b301caac 100644 --- a/configure.ac +++ b/configure.ac @@ -18,12 +18,12 @@ AC_HEADER_STDC # (Interfaces removed: CURRENT++, AGE=0, REVISION=0) # (Interfaces added: CURRENT++, AGE++, REVISION=0) # (No interfaces changed: REVISION++) -LIBEMPATHY_CURRENT=3 -LIBEMPATHY_AGE=0 +LIBEMPATHY_CURRENT=4 +LIBEMPATHY_AGE=1 LIBEMPATHY_REVISION=0 -LIBEMPATHY_GTK_CURRENT=4 -LIBEMPATHY_GTK_AGE=0 +LIBEMPATHY_GTK_CURRENT=5 +LIBEMPATHY_GTK_AGE=1 LIBEMPATHY_GTK_REVISION=0 AC_SUBST(LIBEMPATHY_CURRENT) |