diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-20 13:30:15 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-20 13:30:15 +0000 |
commit | 140680a3a6a3155856c7685b78dcf62cd96a2656 (patch) | |
tree | ee4fdc2dc8354c0574d80c448a0dd10c26c11c23 | |
parent | 17d2ef316716b606cf934471916534cece1b9375 (diff) |
Prepare 0.7.3 release (libtool c:r:a = 7:0:7)telepathy-glib_0.7.3_libtool_cra__707telepathy-glib-0.7.3
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | telepathy-glib/version-script.txt | 2 |
3 files changed, 17 insertions, 11 deletions
@@ -1,13 +1,16 @@ -telepathy-glib 0.7.3 (unreleased) +telepathy-glib 0.7.3 (2008-02-20) ================================= -Enhancements: +Requirements: + +* pkg-config 0.21 is now required -* Supports org.freedesktop.DBus.Properties with client support on every - TpProxy, a mixin for services, and extensions to auto-generated code +* gtkdoc 1.8 is recommended -* Supports org.freedesktop.DBus.Introspect and org.freedesktop.DBus.Peer - on all TpProxy objects +Enhancements: + +* Supports org.freedesktop.DBus.Properties with a mixin for services, and + extensions to auto-generated code Fixes: @@ -24,6 +27,9 @@ Fixes: * Partially works around some gtkdoc 1.7 bugs (if your gtkdoc is 1.7 you'll still lose the "Telepathy protocol enumerations" section) +* Uses pkg-config's Requires.private feature to reduce shared library + interdependencies + telepathy-glib 0.7.2 (2008-02-11) ================================= diff --git a/configure.ac b/configure.ac index 39db1fcab..544731262 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.59]) m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [7]) -m4_define([tp_glib_micro_version], [2]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [3]) +m4_define([tp_glib_nano_version], [0]) # When deciding the following, only consider the shared library, not the # -unstable library. @@ -30,9 +30,9 @@ m4_define([tp_glib_nano_version], [1]) # (we don't guarantee that we won't add ABI then remove it again, if it was # never seen in a release). -m4_define([tp_glib_lt_current], [6]) +m4_define([tp_glib_lt_current], [7]) m4_define([tp_glib_lt_revision], [0]) -m4_define([tp_glib_lt_age], [6]) +m4_define([tp_glib_lt_age], [7]) # Some magic m4_define([tp_glib_base_version], diff --git a/telepathy-glib/version-script.txt b/telepathy-glib/version-script.txt index 4d61483f9..082119a2f 100644 --- a/telepathy-glib/version-script.txt +++ b/telepathy-glib/version-script.txt @@ -732,7 +732,7 @@ TELEPATHY_GLIB_0.7.2 { tp_svc_dbus_properties_implement_set; } TELEPATHY_GLIB_0.7.1; -TELEPATHY_GLIB_0.7.3_UNRELEASED { +TELEPATHY_GLIB_0.7.3 { global: tp_dbus_properties_mixin_class_init; tp_dbus_properties_mixin_getter_gobject_properties; |