summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-04-10Merge remote-tracking branch 'origin/telepathy-glib-0.18'Simon McVittie1-1/+1
2012-04-04the right GLib macro is GLIB_VERSION_MAX_ALLOWEDGuillaume Desmottes1-1/+1
2012-04-02start on version 0.19.0Jonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-02start on version 0.18.1Jonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-02version 0.18.0telepathy-glib-0.18.0Jonny Lamb1-5/+5
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-03-30Add an example dbus tube offerer and accepter.Will Thompson1-0/+1
2012-03-22start on version 0.17.8Jonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-03-22version 0.17.7telepathy-glib-0.17.7Jonny Lamb1-4/+4
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-03-19set nano flagGuillaume Desmottes1-1/+1
2012-03-19prepare 0.17.6Guillaume Desmottes1-4/+4
2012-03-13Bump dbus-glib dependency to 0.90 for dbus_g_value_parse_variant_by_typeSimon McVittie1-1/+1
Also add Requires.private: dbus-1 to the pkg-config files, since it'd be required for static linking. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Vivek Dasmohapatra <vivek@collabora.co.uk>
2012-03-07Make use of new GLib macros to check API we are usingGuillaume Desmottes1-4/+3
2012-03-01Require GLib 2.30, for g_cclosure_marshal_generic()Simon McVittie1-1/+1
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46523 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-02-20Nano versionSimon McVittie1-1/+1
2012-02-20Prepare 0.17.5telepathy-glib-0.17.5Simon McVittie1-5/+5
2012-02-06Merge branch 'master' into call1Xavier Claessens1-0/+4
Conflicts: examples/cm/callable/conn.c examples/cm/callable/connection-manager.c examples/cm/callable/media-channel.c examples/cm/callable/media-manager.c examples/cm/callable/media-stream.c examples/cm/callable/protocol.c examples/future/call-cm/call-channel.c examples/future/call-cm/call-content.c examples/future/call-cm/call-stream.c extensions/call-content.c extensions/call-stream.c extensions/extensions-cli.c tests/dbus/call-example.c tests/dbus/callable-example.c
2012-02-06Disable glib deprecated warningsXavier Claessens1-0/+4
We need GValueArray for dbus-glib, and it got deprecated in GLib 2.31.x
2012-01-10Call CM example is not future anymoreXavier Claessens1-2/+1
2012-01-10Remove StreamedMedia exampleXavier Claessens1-1/+0
2012-01-10Remove extensions/Xavier Claessens1-1/+0
It was used only for Call draft APIs. Now we can use the stable APIs. Authors: Will Thompson and David Laban
2011-12-19set nano versionGuillaume Desmottes1-1/+1
2011-12-19prepare 0.17.4telepathy-glib-0.17.4Guillaume Desmottes1-3/+3
2011-11-28set nano flagGuillaume Desmottes1-1/+1
2011-11-28Version 0.17.3telepathy-glib-0.17.3Guillaume Desmottes1-4/+4
2011-11-23Bump nano-versionWill Thompson1-1/+1
2011-11-23Version 0.17.2telepathy-glib-0.17.2Will Thompson1-2/+2
2011-11-15configure: remove --enable-handle-leak-debugWill Thompson1-4/+0
Since handles became immortal, this has just been vestigial.
2011-11-15start on 0.17.2Jonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-15version 0.17.1telepathy-glib-0.17.1Jonny Lamb1-4/+4
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-11Merge branch 'telepathy-glib-0.16'Will Thompson1-2/+2
Conflicts: configure.ac
2011-11-11configure: bump gobject-introspect dep to 1.30Will Thompson1-1/+1
Sjoerd tells me that “with older g-i you don't get all annotation right and gnome-shell will fail”. Specifically, methods like DelegateChannel(), used by Gnome Shell 3.2, don't work. 1.30 is the current stable release.
2011-11-11Bump the Vala requirement to fix binding for ContactInfoFieldTravis Reitter1-1/+1
Vala-0.12 does not generate the constructor for ContactInfoField, which causes a build failure for Folks (and any other clients that depend upon creating new ContactInfoFields from Vala). Empathy 3.2, for whose benefit the 0.16 stable branch of tp-glib exists, depends (via Folks) on telepathy-glib being built with at least valac-0.14. https://bugs.freedesktop.org/show_bug.cgi?id=42296
2011-11-08set nano versionGuillaume Desmottes1-1/+1
2011-11-08prepare 0.17.0telepathy-glib-0.17.0Guillaume Desmottes1-6/+6
2011-11-08Merge branch 'telepathy-glib-0.16' into releaseGuillaume Desmottes1-1/+1
Conflicts: NEWS configure.ac
2011-11-08set nano flagGuillaume Desmottes1-1/+1
2011-11-08prepare 0.16.2telepathy-glib-0.16.2Guillaume Desmottes1-3/+3
2011-11-04tests: add --enable-installed-testsAlban Crequy1-1/+19
This configure option makes it possible to install the tests in /usr/lib/telepathy-glib-tests and run them without the sources. The dbus configuration moved to tests/dbus/dbus-installed for the installed tests and is duplicated into tests/dbus/dbus-uninstalled for the uninstalled tests. https://bugs.freedesktop.org/show_bug.cgi?id=41455
2011-10-25set nano versionGuillaume Desmottes1-1/+1
2011-10-24prepare 0.16.1telepathy-glib-0.16.1Guillaume Desmottes1-2/+2
2011-10-18Bump g-i requirement to something that definitely supports the new makefile ↵Danielle Madeley1-1/+1
rules
2011-10-14And bump again to 0.16.999.1Will Thompson1-1/+1
2011-10-14Bump nano-version to 0.16.1.1Will Thompson1-1/+1
2011-10-14Version 0.16.0telepathy-glib-0.16.0Will Thompson1-4/+4
2011-10-12Bump nano-version to 0.15.9.1Will Thompson1-1/+1
2011-10-12Version 0.15.9telepathy-glib-0.15.9Will Thompson1-3/+3
2011-10-12bump nano version to 0.15.8.1Will Thompson1-1/+1
2011-10-11Version 0.15.8telepathy-glib-0.15.8Will Thompson1-4/+4
2011-10-10Bump nano version to 0.15.7.1Will Thompson1-1/+1
2011-10-04Version 0.15.7telepathy-glib-0.15.7Xavier Claessens1-2/+2