[Telepathy] ANNOUNCE: telepathy-gabble 0.7.3
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Apr 11 08:01:48 PDT 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
tar: http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.7.3.tar.gz
sig: http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.7.3.tar.gz.asc
darcs: http://projects.collabora.co.uk/darcs/telepathy/telepathy-gabble
tag: "telepathy-gabble 0.7.3"
Requirements:
* telepathy-glib >= 0.7.0 and Loudmouth >= 1.3.2 are now required
Enhancements:
* Implements the current draft of the Hold interface, which will be in
telepathy-spec 0.17.4 if all goes well
* Improved Python regression test API and more regression tests:
- outgoing Jingle calls
- holding calls
Fixes:
* Only emit one AvatarRetrieved signal per contact, no matter how many
requests there were for their avatar (fd.o #12465)
* Explicitly say we require GNU make, and turn off Automake portability
warnings (fd.o #14020)
* Don't emit NewStreamHandler signals multiple times if Ready is called
multiple times on the SessionHandler (a bug in stream-engine used to
cause this to happen sometimes)
* Assorted code cleanup prompted by adding more gcc warnings
Full changes follow.
Regards,
Simon
Fri Apr 11 15:29:42 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
tagged telepathy-gabble 0.7.3
Fri Apr 11 15:25:55 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tests/twisted/tools/Makefile.am: clean up correctly
Fri Apr 11 15:25:40 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tests/twisted/Makefile.am: distribute library code
Fri Apr 11 15:25:29 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* _boring: update for new test infrastructure
Fri Apr 11 15:17:39 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tests/twisted/Makefile.am: actually distribute the tests
Fri Apr 11 15:14:46 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tests/twisted/Makefile.am: expect with-session-bus.sh in $(srcdir)
Fri Apr 11 15:13:20 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Distribute with-session-bus.sh
Fri Apr 11 15:05:27 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tests/twisted: recurse into tools
Fri Apr 11 15:00:48 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Prepare to release version 0.7.3
Fri Apr 11 03:01:02 BST 2008 Robert McQueen <robert.mcqueen at collabora.co.uk>
* correct comment
Fri Apr 11 01:44:44 BST 2008 Robert McQueen <robert.mcqueen at collabora.co.uk>
* fix thinko with going to HELD when channel's streams are all UNHELD
Fri Apr 4 18:29:24 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Update jingle/hold-av.py to new Hold draft
Fri Apr 4 18:21:26 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* jingle/hold-audio.py: update to new Hold draft, and include a test case for a failed attempt to unhold
Fri Apr 4 18:21:12 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* jingle/hold-audio.py: add some useful constants for the new Hold draft
Fri Apr 4 18:20:57 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleMediaChannel: update to new Hold draft
Fri Apr 4 16:57:01 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Update Hold spec from tp-spec-smcv-hold branch
Thu Apr 3 17:44:37 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* #ifdef out the CallState interface so we don't need to depend on tp-glib 0.7.6
Our stub implementation is a bit misleading anyway (it might make people think
we will actually ever signal a non-empty call state).
Thu Apr 3 17:44:00 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Use our private copy of the draft Hold spec rather than assuming telepathy-glib will have it
Thu Apr 3 17:42:33 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* extensions/Makefile.am: make everything depend on Makefile.am so if we change the rules, files will be regenerated correctly
Thu Apr 3 17:41:40 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Add the current (spec 0.17.3) draft of the Hold interface as an extension
Tue Apr 1 20:22:40 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Add hold-av test to Makefile.am
Tue Apr 1 20:13:06 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Reverse debug strings for timeout acquiring/releasing resources so they're the right way round
Mon Mar 31 11:21:14 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* hold-av: add tests equivalent to hold-audio
Mon Mar 31 11:21:11 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* hold-av: remove excess debug
Mon Mar 31 11:19:46 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleMediaChannel: fix alteration of priv->hold_state when moving from semi-held to unheld state
Mon Mar 31 11:19:22 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleMediaChannel: add some more debug for hold
Thu Mar 27 20:04:37 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Add basic support for testing video calls
Thu Mar 27 20:04:13 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Add a partial test for Hold in an audio + video situation
Thu Mar 27 19:46:51 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleMediaChannel: implement local hold/unhold functionality
This version hasn't been tested with multiple streams, and doesn't actually do
any XMPP signalling (our implemented version of Jingle is too old).
Thu Mar 27 19:45:06 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleMediaStream: hook up Hold-related API, and add property, signal and gabble_media_stream_hold method so channel can integrate with it
Thu Mar 27 19:44:11 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Add a regression test for holding a one-stream audio call
Thu Mar 27 15:40:24 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleMediaChannel: simplify priv access
Wed Mar 26 18:04:41 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Return from RequestHold correctly
Wed Mar 26 13:29:41 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleMediaChannel: correct misleading comments in GetHoldState, RequestHold stubs
Tue Mar 25 18:38:28 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Add stub implementations of Hold and CallState interfaces
Thu Apr 10 12:05:29 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* _gabble_connection_connect: Wrap "else" body in {} to be consistent with "if" body
Wed Apr 9 13:51:26 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Don't #ifdef Loudmouth >= 1.3.2 features, just enable them, now we have a hard dependency
Wed Apr 9 13:51:09 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Add hard dependency on Loudmouth 1.3.2
Fri Apr 4 13:30:29 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tests/twisted/jingle/test-incoming-call.py: disable, not reliable
Wed Apr 2 14:17:30 BST 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* rearranged coding style check injection and fixed typo in exec-with-log.sh.in
Thu Mar 27 19:43:42 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Fix up invocation of Twisted tests
Thu Mar 27 17:44:47 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Knock out vCard torture test
Thu Mar 27 17:47:40 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* fixes in configure.ac and Makefile.am's related to twisted tests
Tue Mar 25 16:47:19 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* improved autoconf-fu for twisted tests
Tue Mar 25 15:04:21 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* twisted tests are executed in make check only if twisted support is found on the system
Tue Mar 25 14:50:59 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* removed run-with-tmp-session-bus.sh, we use the tp-glib's version (already in tools/)
Tue Mar 25 14:49:31 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* when doing twisted checks, use tools from tools/ subdirectory
Tue Mar 25 14:09:55 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* moved utilities for running twisted tests to tests/twisted/tools
Tue Mar 25 13:53:40 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* simplifying tests/twisted/Makefile.am, changing it to use with-session-bus.sh script
Tue Mar 25 13:07:19 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* copied with-session-bus.sh from telepathy-glib sources
Thu Mar 20 05:34:58 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* fixed typo
Thu Mar 20 05:32:41 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* properly recurse into tests/twisted for make all/clean
Thu Mar 20 05:19:14 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* added simple tests for incoming calls, successfull outgoing calls and rejected outgoing calls
Thu Mar 20 05:00:21 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* added support for jingle testing
Thu Mar 20 04:57:35 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* test code reorganization, step 2: modify makefiles to reflect the new directory structure
Thu Mar 20 03:58:09 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* added tests/twisted/Makefile.am
Thu Mar 20 03:51:13 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* test code reorganization, step 1: move related twisted tests into separate subdirectories
Fri Apr 4 13:18:09 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Minor coding style fix in main()
Fri Apr 4 13:17:51 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Fix one remaining use of HAVE_TP_DEBUG_SET_FLAGS
Fri Apr 4 13:14:47 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Stop supporting telepathy-glib < 0.7.0
Wed Mar 5 23:35:45 GMT 2008 Alban Crequy <alban.crequy at collabora.co.uk>
* gabble_connection_advertise_capabilities: fix previous commit that rename local variable iface to channel_type
Fri Feb 22 15:25:35 GMT 2008 Robert McQueen <robert.mcqueen at collabora.co.uk>
* refactor Ready function to avoid goto
Fri Feb 22 15:00:57 GMT 2008 Robert McQueen <robert.mcqueen at collabora.co.uk>
* don't emit NewStreamHandler signals multiple times if Ready is called multiple times on the SessionHandler
Fri Feb 22 13:10:02 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Fix minor coding-style nit
Fri Feb 22 13:07:10 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleMucChannel properties_disco_cb: remove unnecessary access to priv
Fri Feb 22 13:04:54 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* vcard-manager patch_vcard_foreach: remove unnecessary storage of the return from a function called for its side-effects
Fri Feb 22 13:03:43 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* lm_message_node_add_build_va: remove unreachable code
Fri Feb 22 13:02:48 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleVCardManager delete_request: remove unnecessary call to tp_base_connection_get_handles
Fri Feb 22 13:02:09 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_roster_handle_remove_from_group: Remove unnecessary call to tp_handle_inspect
Fri Feb 22 12:57:32 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* _gabble_media_session_remove_streams: Remove unnecessary store of result of a function called for its side-effects
Fri Feb 22 12:56:17 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* GabbleMediaFactory: remove no-op constructor
Fri Feb 22 12:55:20 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Make gabble_disco_dispose, gabble_disco_finalize explicitly static
Fri Feb 22 12:51:03 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Compile with -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations, if available
Fri Feb 22 12:48:28 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Don't produce _gabble_media_session_debug unless ENABLE_DEBUG
Fri Feb 22 12:37:42 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove empty statement from GABBLE_ROSTER_GET_PRIVATE
Fri Feb 22 12:37:08 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove empty statement from accessor macro
Fri Feb 22 12:34:28 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_media_factory_iface_close_all: fix mixed code/declarations
Fri Feb 22 12:33:49 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_disco_conn_status_changed_cb: fix mixed code/declarations
Fri Feb 22 12:32:10 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove empty statement in definition of GABBLE_DISCO_GET_PRIVATE that caused -Wdeclaration-after-statement warnings
Fri Feb 22 12:28:41 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* test-handles: make test_handles static
Fri Feb 22 12:28:07 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* vcard-manager get_error_from_pipeline_reply: make static
Fri Feb 22 12:27:42 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* lm_message_node_add_build_va: don't shadow argument with local variable
Fri Feb 22 12:27:14 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_tubes_channel_get_available_stream_tube_types: rename access to access_control to avoid shadowing access(3)
Fri Feb 22 12:26:56 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_tubes_channel_accept_stream_tube: if accepting fails, don't leak the GError
Fri Feb 22 12:25:55 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_tubes_channel_accept_stream_tube: remove redundant GError* variable
Fri Feb 22 12:25:24 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_tubes_channel_accept_d_bus_tube: if virtual accept method fails, don't leak the GError
Fri Feb 22 12:23:46 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tubes-channel: avoid shadowing GError *error with GError e
Fri Feb 22 12:16:57 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tubes-channel tube_msg_close: remove redundant GError variable
Fri Feb 22 12:16:38 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_tubes_channel_presence_updated: remove redundant variables
Fri Feb 22 12:16:07 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_tubes_channel_presence_updated: skip to next <tube> if tube ID is bad
Fri Feb 22 12:15:18 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tube-channel: make create_new_tube, tube_msg_close static
Fri Feb 22 12:14:57 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tube-stream check_unix_params: rename socket to socket_address to avoid shadowing socket(2)
Fri Feb 22 12:14:36 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* tube-stream: make data_to_read_on_socket_cb, listen_cb static
Fri Feb 22 12:12:43 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_tube_dbus_dispose: avoid redundant call to tp_base_connection_get_handles
Fri Feb 22 12:12:17 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_presence_update: avoid shadowing
Fri Feb 22 12:11:55 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* presence-cache _caps_disco_cb: avoid shadowing
Fri Feb 22 12:11:32 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* media-factory jingle_info_iq_callback: make static
Fri Feb 22 12:11:07 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble-muc-channel: when error is a boolean, rename it to is_error to avoid shadowing a GError
Fri Feb 22 12:10:49 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* change_password_flags: rename remove to del to avoid shadowing remove(3)
Fri Feb 22 12:09:42 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble-media-session _add_ready_new_streams: add a couple more assertions to make it clearer (or less murky) why the code isn't as buggy as it looks
Fri Feb 22 12:08:54 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble-media-session: make _add_ready_new_streams static
Fri Feb 22 12:08:13 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* room_jid_verify: rename parameter index to i to avoid shadowing index(3)
Fri Feb 22 12:06:01 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_connection_advertise_capabilities: rename local variable iface to channel_type, to be more descriptive and avoid shadowing a parameter
Fri Feb 22 12:04:15 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_connection_advertise_capabilities: rename remove parameter to del to avoid shadowing remove(3)
Fri Feb 22 12:03:34 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* _emit_capabilities_changed: rename variables for clarity and to avoid shadowing
Fri Feb 22 12:03:26 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* connection_iq_disco_cb: fix shadowing for clarity
Fri Feb 22 12:02:11 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* gabble_disco_dispose: remove unnecessary call to tp_get_bus_proxy()
Fri Feb 22 11:50:36 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* src/Makefile.am: generate gabble-signals-marshal.c in a way that works with -Wmissing-declarations -Wmissing-prototypes.
Also remove a couple of unused rules.
Fri Feb 22 11:48:39 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* debug.h: give gabble_debug_set_flags_from_env a proper declaration
Fri Feb 22 11:48:10 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* conn-presence set_own_status_cb: avoid confusing shadowing
Fri Feb 22 11:46:05 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* olpc_buddy_info_set_activities: remove redundant declaration of GError *error
Fri Feb 22 11:45:38 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* conn-olpc: remove redundant call to tp_base_connection_get_handles (already called at function scope)
Fri Feb 22 11:45:22 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* conn-olpc: make quark-generating functions static
Fri Feb 22 11:45:00 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* conn-avatars: make gabble_connection_clear_avatar static
Fri Feb 22 11:44:22 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* capabilities.h: fix indentation, make capabilities_get_initial_caps a proper declaration by s/()/(void)/
Fri Feb 22 11:44:02 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* bytestream-factory: make bytestream_id_* static
Fri Feb 22 11:42:08 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* extensions/Makefile.am: generate signals-marshal.c in a way that works with -Wmissing-declarations -Wmissing-prototypes
Mon Feb 18 18:25:27 GMT 2008 Robert McQueen <robert.mcqueen at collabora.co.uk>
* fix hardcoded address type in GetStreamTubeAddress
Mon Feb 18 15:38:24 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Now that README explicitly says we require GNU make, turn off Automake portability warnings (fd.o #14020)
Mon Feb 18 15:38:20 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Fill in README
Mon Jan 7 13:16:38 GMT 2008 Dafydd Harries <dafydd.harries at collabora.co.uk>
* port test-avatar-async.py to new test API
Mon Jan 7 13:15:15 GMT 2008 Dafydd Harries <dafydd.harries at collabora.co.uk>
* port test-disco.py to new test API
Wed Dec 26 16:57:37 GMT 2007 Dafydd Harries <dafydd.harries at collabora.co.uk>
* port test-avatar.py to new test API
Wed Dec 26 16:35:29 GMT 2007 Dafydd Harries <dafydd.harries at collabora.co.uk>
* port test-roster.py to new test API
Wed Dec 26 16:24:04 GMT 2007 Dafydd Harries <dafydd.harries at collabora.co.uk>
* port test-text-delayed.py to new test API
Wed Dec 26 16:16:19 GMT 2007 Dafydd Harries <dafydd.harries at collabora.co.uk>
* port test-text.py to new test API
Tue Feb 12 12:49:02 GMT 2008 Marco Barisione <marco at barisione.org>
* src/Makefile.am: use POSIX character classes instead of ranges
Tue Feb 12 12:22:38 GMT 2008 Marco Barisione <marco at barisione.org>
* src/Makefile.am: allow digits in type names while generating marshallers
Sun Jan 20 13:40:02 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* test-avatar-retrieved.py: check that AvatarRetrieved signal is emitted only once for each contact
Sun Jan 20 13:37:48 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* conn-avatars.c: emit only one AvatarRetrieved per contact, no matter how many pending requests we had
Sat Jan 19 23:11:36 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* _gabble_connection_connect: fixed misleading SRV debug message
Wed Jan 9 16:45:45 GMT 2008 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* tube-dbus: get_tube_state: replace g_assert_not_reached by g_return_val_if_reached
Mon Jan 7 10:00:43 GMT 2008 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* tube-dbus: get_tube_state: add a g_return_val_if_reached to make facist gcc happy
Thu Jan 17 21:40:50 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
* Development version 0.7.2.11
Thu Jan 17 14:06:34 GMT 2008 Senko Rasic <senko.rasic at collabora.co.uk>
tagged telepathy-gabble 0.7.2
-----BEGIN PGP SIGNATURE-----
iD8DBQFH/31cWSc8zVUw7HYRApGCAKDY/CzokLHqF6wfpmFX0QmCn47mewCgjiUN
3LBw8/QfCG7NWxSWuelgjtk=
=/VtQ
-----END PGP SIGNATURE-----
More information about the Telepathy
mailing list