summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-28 12:40:35 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-28 12:48:02 +0100
commitce5f8aa9ff9f7787d5a51af49eb5abdbc9286388 (patch)
treea0bd0fae28028f8b0d3fc13a98ea26bf73e5ce9c
parent7024b3f59519399aa2a4b9f7971d18d241015448 (diff)
Update NEWS and README regarding introspection support
-rw-r--r--NEWS13
-rw-r--r--README3
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cfc1ed2b..0b713555 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 8563a1a2..4652ec6b 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