Hi,

I've just released telepathy-salut 0.3.2. This unstable release doesn't
contain any new features or major changes but fixes various Clique and
tube bugs. These are basically the same fixes as in the 0.2.3 stable
release.


Tarballs available at:
  http://telepathy.freedesktop.org/releases/telepathy-salut/


Full changes below.

        G.


Wed Apr  9 11:32:23 CEST 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * version 0.3.2

Wed Apr  9 11:26:35 CEST 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  tagged telepathy-salut 0.3.2

Wed Apr  9 11:26:19 CEST 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * version 0.3.2

Wed Apr  9 11:25:13 CEST 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * add a NEWS entry for 0.3.1 release

Mon Apr  7 10:57:26 CEST 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * salut-connection: no need to get the DBus proxy when disposing

Fri Mar 28 10:02:42 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * muc-channel: add debug info about membership management

Thu Mar 20 12:35:53 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticastCausalTransport: When reconnecting after a reset,
reset the resetting flag

Thu Mar 20 12:34:52 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * continous-failure.py: Update test to send messages on a regular
basis to see check if data is still send after a reset

Thu Mar 20 12:30:05 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * While resetting just drop messages, don't send it through to a lower
transport

Tue Mar 18 13:54:19 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * contact-manager: use the service name and not the activity name when
removing an activity

Fri Feb 29 19:54:30 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * Fix some small coding style issues

Fri Feb 29 19:48:48 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticastSender: Don't assume that all packets between
->first_packet, and ->next_output_paxket exist

Fri Feb 29 18:57:44 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticastSender: Fix repairing when the node has moved to
pending_removal

Fri Feb 29 17:57:07 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticastSenderGroup: WHOIS_REQUEST senders should be looked
up by whois_request.sender_id in the packet

Fri Feb 29 17:28:11 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticastSenderGroup: Fixed a silly bug where the condition
in the forloop woud still true forever

Fri Feb 29 12:46:20 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticast: Don't keep pending removals in the main hash, but
put them in a seperate array. So we can start a new gathering session
including them, while still being able to react on repair requests

Thu Feb 28 17:40:05 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticastTransport: Ensure we wait for nodes to finish their
failure process before completeling the JOIN

Thu Feb 28 17:39:26 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticastTransport: reset the timeout to zero when the
gathering phase has stopped, not strictly necessary, but nice anyway

Thu Feb 28 16:47:31 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticastSender: Set the pending removal state before
checking the queue length as the lenght partially depends on the state

Thu Feb 28 12:16:35 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * If we're resetting because the join failed, return JOIN_FAILED
immediately

Thu Feb 28 12:16:08 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * Better debugging of sender garbage collection

Thu Feb 28 10:55:32 CET 2008  Sjoerd Simons
<[EMAIL PROTECTED]>
  * GibberRMulticast: Add more clear debugging information

Thu Feb 21 11:10:38 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * bytestream-muc: set state to closing before closed

Thu Feb 21 11:09:04 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * bytestream-ibb: set status to closing before closed

Thu Feb 21 11:03:27 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * bytestream-ibb: add a explanation about the current status of this
bytestream

Thu Feb 21 10:35:58 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * bytestream-obb: remove redundant disconnect signals

Thu Feb 21 10:15:46 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * bystream-oob: always go trought the closing state before the closed
one

Wed Feb 20 17:43:11 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * bytestream-obb: add a closing state and disconnect the transport
when closing the bytestream

Wed Feb 20 16:13:58 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * bytestream-oob: be sure the buffer is flushed before disconnect the
transport

Wed Feb 20 14:07:31 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * gibber-fd-transport: emit the buffer-empthy signal when all the data
are directly send

Wed Feb 20 14:02:22 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * add gibber_transport_emit_buffer_empty and use it instead of
g_signal_emit_by_name

Wed Feb 20 13:53:52 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * gibber-transport: assert buffer_is_empty is implemented

Wed Feb 20 13:35:22 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * tube-stream: wait the buffer is empty before remove the transport

Wed Feb 20 13:17:26 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * gibber-fd-transport: implement the buffer_is_empty method

Wed Feb 20 13:15:55 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * gibber-fd-transport: emit the "buffer-empty" signal when needed

Wed Feb 20 13:14:49 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * gibber-transport: add gibber_transport_buffer_is_empty abstract
method

Wed Feb 20 13:02:30 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * gibber-transport: add a "empty-buffer" signal

Mon Feb 18 17:53:30 CET 2008  Simon McVittie
<[EMAIL PROTECTED]>
  * Reference the wiki page about Clique

Mon Feb 18 16:52:58 CET 2008  Simon McVittie
<[EMAIL PROTECTED]>
  * Fix up README for current Salut. Also s/Gabble/Salut/ and mention
XEP-0174 instead of "Bonjour"

Mon Feb 18 16:36:53 CET 2008  Simon McVittie
<[EMAIL PROTECTED]>
  * Use -Wno-portability now we explicitly require GNU Make (fd.o
#14020)

Mon Feb 18 16:36:48 CET 2008  Simon McVittie
<[EMAIL PROTECTED]>
  * Add README

Fri Feb 15 12:42:21 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  * version 0.3.1

Fri Feb 15 12:37:00 CET 2008  Guillaume Desmottes
<[EMAIL PROTECTED]>
  tagged telepathy-salut 0.3.1

_______________________________________________
Telepathy mailing list
Telepathy@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to