summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--README14
2 files changed, 20 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f26ffd89b..6c9ab8195 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ This is a major feature release, adding client-side code which continues the
process of making libtelepathy obsolete.
* Implements specification 0.17.1
+ - it is a fatal error for TpBaseConnectionManagerClass::cm_dbus_name not to
+ conform to the specification (briefly: it must match
+ /[A-Za-z_][A-Za-z0-9_]+/)
+ - connections cannot be opened for protocols not matching
+ /[A-Za-z-][A-Za-z0-9-]+/
* Initial client-side code added:
- TpProxy, a much more capable version of DBusGProxy (it more closely
@@ -27,9 +32,10 @@ process of making libtelepathy obsolete.
Hats interface), to illustrate how to support experimental or extension
interfaces in services and clients
-* Miscellaneous utilities:
+* Miscellaneous:
- tp_debug_divert_messages (adapted from Gabble)
- tp_debug_timestamped_log_handler (adapted from Gabble)
+ - tp_cm_param_setter_offset now supports byte-array params
* Versioned symbols
- versions are of the form TELEPATHY_GLIB_x.y.z
diff --git a/README b/README
index deeef1e24..1585d4967 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ the specification that this library claims to implement.
Requirements
============
-telepathy-glib requires:
+Building telepathy-glib requires:
GLib, GObject <http://ftp.gnome.org/pub/GNOME/sources/glib/>
libdbus <http://dbus.freedesktop.org/releases/dbus/>
The D-Bus GLib bindings <http://dbus.freedesktop.org/releases/dbus-glib/>
@@ -30,10 +30,22 @@ and can also make use of:
gtkdoc <http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/>
See configure.ac for full details, including versions required.
+Of the packages listed above, only GLib, GObject, libdbus and dbus-glib are
+required at runtime.
Building from Darcs also requires the GNU build system (Autoconf, Automake,
libtool).
+Bugs, feature requests and to-do list
+=====================================
+
+Report all bugs, feature requests and "to-do" items here:
+ <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-glib>
+
+Running "make check" will produce FIXME.out, which lists all the mentions of
+FIXME, TODO or XXX in the source code. Ideally, all of these should be in
+Bugzilla, but sometimes they're not.
+
API stability policy
====================