[Telepathy] ANNOUNCE: telepathy-haze 0.1.3

Will Thompson will.thompson at collabora.co.uk
Wed Nov 14 10:30:01 PST 2007


telepathy-haze 0.1.3 - "Fix the Sky a Little"

tarball:
http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.1.3.tar.gz
signature:
http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.1.3.tar.gz.asc

This is a relatively minor release, but you should upgrade to it before
you upgrade to libpurple 2.3.0 (whose release is imminent) if you care
about your Pidgin/Finch configuration directory.  Notable changes from
NEWS:

 * Don't mistakenly delete ~/.purple on exit with libpurple >= 2.3.0
 * Build without warnings against telepathy-glib 0.6.1.
 * Disable -Werror in releases.
 * Report message send errors.
 * Report reasons for disconnecting properly (requires libpurple >=
   2.3.0)

darcs changes:

Wed Nov 14 18:10:45 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  tagged 0.1.3

Wed Nov 14 18:10:14 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * NEWS for 0.1.3

Wed Nov 14 17:35:49 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Only enable -Werror for development versions, not releases.
  Autofoo stolen from telepathy-glib.

Wed Nov 14 17:34:54 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Typo fix.

Wed Nov 14 17:32:42 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * add config.h and chums to _boring

Wed Nov 14 17:14:06 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Break version number into components in configure.ac

Wed Nov 14 17:02:58 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Use the autoconf PACKAGE_VERSION rather than a manually-updated
HAZE_VERSION in defines.h.

Wed Nov 14 14:38:03 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Handle PURPLE_CONNECTION_ERROR_INVALID_USERNAME.

Wed Nov 14 14:30:36 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Build without warnings on tp-glib 0.6.1; document the creation of
HAZE_PERSIST

Wed Nov 14 14:05:40 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Update email address in AUTHORS.

Wed Nov 14 14:05:16 GMT 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Change the autoconf bug report target to bugs.freedesktop.org

Thu Oct 18 00:53:13 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Remove an unnecessary debug message.

Thu Oct 18 00:52:44 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Don't emit two debug messages for every contact on the list upon
disconnection

Mon Nov  5 11:09:38 GMT 2007  Simon McVittie
<simon.mcvittie at collabora.co.uk>
  * Add telepathy-haze.8 man page

Fri Oct 26 12:04:00 BST 2007  Simon McVittie
<simon.mcvittie at collabora.co.uk>
  * Move Haze executable to $libexecdir, adjust .service accordingly

Wed Oct 17 16:38:55 BST 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Emit the best approximation of SendError currently possible with
libpurple

Wed Oct 17 16:35:37 BST 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Emit Sent from haze_write_im rather than from im_channel_send; DEBUG
ignored messages.

Wed Oct 17 16:34:33 BST 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Pass messages written to CONV_TYPE_IMs with write_conv up to
haze_write_im so they don't get ignored.

Wed Oct 17 16:31:32 BST 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Reduce debug chatter from libpurple

Wed Oct 17 16:30:29 BST 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Report found protocols on a single line rather than on one line
each.

Wed Oct 17 16:28:57 BST 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * Use DEBUG rather than using g_debug directly

Wed Oct 17 16:28:01 BST 2007  Will Thompson
<will.thompson at collabora.co.uk>
  * add a DEBUG macro that adds the calling function's name, and a
haze_debug function wrapping g_debug

Mon Oct 15 12:43:36 BST 2007  Will Thompson <will at willthompson.co.uk>
  * ifdef report_disconnect_reason-related code to libpurple >= 2.3.0
for now.

Mon Oct 15 12:41:39 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Change PurpleDisconnectReason to PurpleConnectionError and
PURPLE_REASON_* to PURPLE_CONNECTION_ERROR_* to match the final names in
libpurple

Thu Oct 11 16:28:11 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Report reasons for disconnections.
  This currently requires libpurple from the
  im.pidgin.cpw.resiak.disconnectreason branch of the pidgin.im monotone
  repository.

Mon Oct 15 12:11:54 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Make sure we delete the right user_dir rather than ~/.purple
  libpurple 2.3.0 frees its record of the custom user_dir when
  purple_core_quit () is called, so purple_user_dir () returns the
default
  user_dir if if's called after purple_core_quit () (which is
  reasonable-ish behaviour --- expecting libpurple functions to work
after
  telling it to clean itself up is foolish).  So haze now keeps its own
  record of the user_dir so that it, rather than ~/.purple, gets deleted
  when haze quits.

Thu Oct 11 16:27:40 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Add Collabora to copyright owner list of connection.c

Mon Oct 15 00:15:58 BST 2007  Will Thompson <resiak at soc.pidgin.im>
  * Remove unnecessary #includes

Mon Oct 15 00:15:29 BST 2007  Will Thompson <resiak at soc.pidgin.im>
  * Move debugging machinery to its own source file.

Mon Oct 15 00:03:53 BST 2007  Will Thompson <resiak at soc.pidgin.im>
  * Prefix libpurple #includes with libpurple/, avoiding conflicts with
haze headers with names the same as libpurple ones.

Sat Sep 29 13:16:47 BST 2007  Will Thompson <resiak at soc.pidgin.im>
  * clarify exactly why we lie about the aliasing interface

Sun Sep 16 16:14:55 BST 2007  Will Thompson <resiak at soc.pidgin.im>
  * bump version number

Sun Sep 16 15:59:38 BST 2007  Will Thompson <resiak at soc.pidgin.im>
  tagged version 0.1.2

-- 
Will
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/telepathy/attachments/20071114/4450f0a3/attachment.pgp 


More information about the Telepathy mailing list