[Telepathy] ANNOUNCE: telepathy-haze 0.2.0

Will Thompson will.thompson at collabora.co.uk
Thu Feb 7 15:13:34 PST 2008


telepathy-haze 0.2.0 – "I Remember Piano Lessons"

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

News:
 * Protocols now present the correct parameters, with appropriate
   defaults, rather than always taking account, password and server.
 * Send apostrophes correctly on Yahoo! Messenger.

This release requires telepathy-glib 0.7.0 or newer.

darcs changes:
Thu Feb  7 22:55:44 GMT 2008  Will Thompson <will.thompson at collabora.co.uk>
  tagged 0.2.0

Thu Feb  7 22:55:37 GMT 2008  Will Thompson <will.thompson at collabora.co.uk>
  * Bump version to 0.2.0

Thu Feb  7 22:55:29 GMT 2008  Will Thompson <will.thompson at collabora.co.uk>
  * News for 0.2.0

Wed Jan 23 14:24:19 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Print protocol list after it is sorted, not earlier.
  Moving this code has the side-effect of not needing to include a local
  definition of g_hash_table_get_values, since it is no longer used.

Wed Jan 23 14:19:12 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Sort the list of protocols given to tp-glib by name, to make looking for the right one in telepathy-inspector easier.

Sun Jan 20 13:21:32 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Remove redundant re-setting of NULL.

Sun Jan 20 13:20:53 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Use accessors to get fields from PurpleAccountOption rather than ->.

Sun Jan 20 13:15:46 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Extract PurpleAccountOption -> TpCMParamSpec logic to its own function

Sun Jan 20 12:33:20 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Move a foreach closure down to where it's used.

Sun Jan 20 12:18:07 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Special-case local-xmpp's first-name and last-name parameters to be required and have no defaults.

Sun Jan 20 12:05:11 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * default to UTF-8 encoding on all protocols

Sun Jan 20 12:03:35 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Move a variable declaraction within the block in which it is actually used.

Sat Jan 19 14:56:15 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Flag parameters with Has_Default when they do.

Sat Jan 19 14:53:58 GMT 2008  Will Thompson <will at willthompson.co.uk>
  * Update haze.manager to contain defaults.
  Fixes #14111

Wed Dec 26 17:54:32 GMT 2007  Will Thompson <will at willthompson.co.uk>
  * Add a stub implementation of libpurple's notification API.

Sat Dec 22 11:30:58 GMT 2007  Will Thompson <will at willthompson.co.uk>
  * The purple_*_version variables are exported directly in 2.4.0, not wrapped in accessors.

Sat Jan 19 12:41:27 GMT 2008  Will Thompson <will.thompson at collabora.co.uk>
  * Use DEBUG rather than g_debug.

Sat Jan 19 12:39:02 GMT 2008  Will Thompson <will.thompson at collabora.co.uk>
  * Improve documentation of _build_paramspecs().

Sat Jan 19 12:30:10 GMT 2008  Will Thompson <will.thompson at collabora.co.uk>
  * Replace underscores with hyphens in parameter names.

Sat Jan 19 11:47:28 GMT 2008  Will Thompson <will.thompson at collabora.co.uk>
  * Depend on tp-glib 0.7 now that it's released.

Wed Oct 17 16:59:37 BST 2007  Will Thompson <will.thompson at collabora.co.uk>
  * Resolve conflict.

Sat Sep 29 13:46:27 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Depend on new enough telepathy-glib to support set_param

Sat Sep  1 08:38:19 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Salut has first-name and last-name parameters; rename first and last to match

Sat Sep  1 08:35:11 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Sort the manager file.

Fri Aug 31 19:11:45 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Bring haze.manager up to date.

Fri Aug 31 19:03:07 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Add user_data to "account" and "password" ParamSpecs in _build_paramspecs
  Fixes a null pointer dereference when you try to connect.

Fri Aug 31 19:02:35 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Standardize character set properties as 'charset'

Fri Aug 31 16:01:57 BST 2007  Will Thompson <will at willthompson.co.uk>
  * update haze.manager to reflect reality

Fri Aug 31 10:54:36 BST 2007  Will Thompson <will at willthompson.co.uk>
  * The parameter names don't need to be strduped when used as hash keys.

Fri Aug 31 10:51:13 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Add a parameter renaming map to HazeProtocolInfo, and use it to set parameter names.

Fri Aug 31 00:53:57 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Use setter_data as the key for parameters hashes.

Fri Aug 31 00:47:00 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Remove obsolete static TpCMParamSpec array.

Fri Aug 31 00:15:49 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Make a parameter list from the prpl's options, not from a hardcoded list of potential lies.

Fri Aug 31 00:13:42 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Merge the purple_accounts_add patch.

Thu Aug 30 13:16:42 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Set any option from prpl_info->protocol_options that appears in the parameters hash.
  This breaks setting a server on XMPP.  This will be fixed shortly.

Tue Aug 28 23:49:26 BST 2007  Will Thompson <will at willthompson.co.uk>
  * Store RequestConnection parameters in a hash, and pass that to HazeConnection.
  This lays the ground for dealing with whatever random parameters random
  prpls might need.

Thu Jan  3 13:17:02 GMT 2008  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Cope with TpChannelIface channel-type property becoming writeable in telepathy-glib > 0.7.0, avoiding warnings when channels are constructed (fd.o #13896).
  If telepathy-glib is <= 0.7.0, the added code will never execute, but is
  harmless.

Wed Dec 19 12:28:04 GMT 2007  Will Thompson <will at willthompson.co.uk>
  * Rename LEAKY_REQUEST_STUBS to ENABLE_LEAKY_REQUEST_STUBS.

Wed Dec 19 11:33:40 GMT 2007  Will Thompson <will at willthompson.co.uk>
  * Add --enable-leaky-request-stubs to configure, defaulting to off.

Tue Dec 18 16:35:39 GMT 2007  Will Thompson <will at willthompson.co.uk>
  * Add a stub implementation of libpurple's request API to see what's being ignored.
  This will cause leaks whenever a request call is made, since no callback is
  ever called, but this is a small price to pay for information on why things
  suddenly stop working.  Perhaps the default action should be taken in each
  case?

Mon Dec 17 00:16:26 GMT 2007  Will Thompson <will.thompson at collabora.co.uk>
  * Fix turning incoming and outgoing linebreaks into spaces.

Sun Dec 16 16:38:12 GMT 2007  Will Thompson <will.thompson at collabora.co.uk>
  * Document why &apos; is special-cased and that it need not be with libpurples newer than 2.3.1.

Sun Dec 16 13:03:16 GMT 2007  Will Thompson <will.thompson at collabora.co.uk>
  * Include build-time and run-time versions of libpurple in debug output.

Sun Dec 16 12:35:06 GMT 2007  Will Thompson <will.thompson at collabora.co.uk>
  * Send apostrophes literally, rather than as "&apos;".
  Fixes #13618.  This apparently was only a problem on Yahoo! where &apos; isn't
  understood; other protocols seem fine with that particular entity.

Mon Dec 10 14:52:10 GMT 2007  Will Thompson <will.thompson at collabora.co.uk>
  * Make haze_contact_list_get_channel a public function.

Tue Dec  4 16:22:24 GMT 2007  Will Thompson <will.thompson at collabora.co.uk>
  * Bump libpurple version requirement to 2.1.1; remove corresponding #ifdefs

Tue Dec  4 15:18:06 GMT 2007  Will Thompson <will.thompson at collabora.co.uk>
  * Free contact list channels' object paths.

Wed Nov 21 15:45:41 GMT 2007  Will Thompson <will.thompson at collabora.co.uk>
  * bump nano_version to 0.1.4.1

Wed Nov 21 15:45:14 GMT 2007  Will Thompson <will.thompson at collabora.co.uk>
  tagged 0.1.4

-- 
Will
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.freedesktop.org/archives/telepathy/attachments/20080207/09e6d850/attachment.pgp 


More information about the Telepathy mailing list