summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--README3
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cfc1ed2b2..0b7135558 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,18 @@
telepathy-glib 0.11.4 (UNRELEASED)
==================================
-...
+Requirements:
+
+* gtk-doc 1.14 is now required. Applying commit 0a874b3a from gtk-doc git
+ to support the (skip) annotation (as was done in Debian's gtk-doc 1.14-2) is
+ also highly recommended; it'll be in upstream release 1.15.
+
+Enhancements:
+
+* telepathy-glib now has experimental GObject-Introspection bindings, for use
+ by language bindings like PyGI and gjs. At this stage, these bindings are
+ incomplete, and are *not* covered by our normal API guarantees - incompatible
+ changes between versions are likely. (danni, smcv)
telepathy-glib 0.11.3 (2010-04-20)
==================================
diff --git a/README b/README
index 8563a1a20..4652ec6b7 100644
--- a/README
+++ b/README
@@ -62,6 +62,9 @@ In a development (odd) branch, if we make incompatible ABI changes
between one release tarball and the next, we will change the SONAME of the
library; we will attempt to avoid incompatible API or ABI changes.
+The GObject-Introspection bindings are not currently considered to be stable,
+so they have no API/ABI guarantees yet.
+
Unreleased builds straight from git identify themselves as version
"x.y.z.1". We DO NOT make any API guarantees about unreleased builds:
any binary relying on new functionality from an unreleased build is not