aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-09-28 21:48:01 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-09-28 21:48:01 +0800
commit0ec4d338002a89c3968677c6eba3baa915d01c12 (patch)
tree65c125d87056aa177759ed4d5a5010e5464753ee
parent1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844 (diff)
downloadgsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar
gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.gz
gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.bz2
gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.lz
gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.xz
gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.zst
gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.zip
Updated for 0.13 release.EMPATHY_0_13
2007-09-28 Xavier Claessens <xclaesse@gmail.com> * ChangeLog: * configure.ac: * NEWS: Updated for 0.13 release. svn path=/trunk/; revision=331
-rw-r--r--ChangeLog8
-rw-r--r--NEWS21
-rw-r--r--configure.ac8
3 files changed, 32 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 14932262f..be553ecf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-09-28 Xavier Claessens <xclaesse@gmail.com>
+ * ChangeLog:
+ * configure.ac:
+ * NEWS: Updated for 0.13 release.
+
+2007-09-28 Xavier Claessens <xclaesse@gmail.com>
+
* configure.ac:
* src/empathy.c: Remove GnomeProgram, not useful anymore, drop libgnome
dependency. Fixes bug #442079
@@ -149,7 +155,7 @@
* libempathy-gtk/empathy-contact-list-view.c:
* libempathy-gtk/empathy-contact-list-view.h:
* doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml: "interactive"
- property on EmpathyContactListView to enable/disable contect menu and
+ property on EmpathyContactListView to enable/disable context menu and
action when double-click on a contact.
2007-09-10 Xavier Claessens <xclaesse@gmail.com>
diff --git a/NEWS b/NEWS
index 037efa454..c59a4aa09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+NEW in 0.13:
+===========
+ - Completely reworked ContactList API, new EmpathyContactFactory class.
+ - Update to new Telepathy avatar spec.
+ - Dynamic smiley managment and more efficient algorithm to detect smileys in
+ messages. New EmpathySmileyManager class.
+ - Adding capabilities contact property for Audio/Video.
+ - Adding UI to start a VoIP call. Atm it only shows a microphone icon for
+ contacts supporting voice or video but does not make the call. See
+ EMPATHY_VOIP branch for more complete support.
+ - "interactive" property on EmpathyContactListView to enable/disable context
+ menu and action when double-click on a contact.
+ - Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,
+ default to off. Only empathy main client will turn them on, like that if
+ other processes are running with an EmpathyIdle instance they won't change
+ presence in the same time than Empathy client.
+ - Cache avatars in ~/.gnome2/Empathy/avatars.
+ - Adding a test program, useful to use with valgrind.
+ - Free return value for async DBus calls, they are not owned by dbus-glib.
+ This fix big leaks.
+
NEW in 0.12:
===========
- Only update the topic of it has really be changed, avoid diplaying many
diff --git a/configure.ac b/configure.ac
index a24797c38..5c1b281c6 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=2
+LIBEMPATHY_CURRENT=3
LIBEMPATHY_AGE=0
-LIBEMPATHY_REVISION=1
+LIBEMPATHY_REVISION=0
-LIBEMPATHY_GTK_CURRENT=3
-LIBEMPATHY_GTK_AGE=2
+LIBEMPATHY_GTK_CURRENT=4
+LIBEMPATHY_GTK_AGE=0
LIBEMPATHY_GTK_REVISION=0
AC_SUBST(LIBEMPATHY_CURRENT)