~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-06-14 17:42:08 UTC
  • mfrom: (1.6.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100614174208-7b6teypo8jnx5uux
Tags: 0.11.7-1
* New upstream version
  - requires gobject-introspection 0.6.13
  - new ABI, API

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
telepathy-glib 0.11.7 (2010-06-14)
 
2
==================================
 
3
 
 
4
The “why do my legs not work?” release.
 
5
 
 
6
Requirements:
 
7
 
 
8
⎎ If GObject-Introspection is enabled, it must be version 0.6.13 or later.
 
9
 
 
10
Deprecations:
 
11
 
 
12
⎎ TpChannelFactoryIface is officially deprecated (it shouldn't have been used
 
13
  since 0.8).
 
14
 
 
15
⎎ tp_verify() should not be used in new code: use GLib 2.20's G_STATIC_ASSERT.
 
16
 
 
17
Enhancements:
 
18
 
 
19
⎎ Update to telepathy-spec 0.19.7 (smcv)
 
20
  ⎓ generate code for the Anonymity and ServicePoint interfaces
 
21
  ⎓ add ChatStates property and Chat_State_Map type
 
22
  ⎓ add Account.ConnectionError and ConnectionErrorDetails properties
 
23
 
 
24
⎎ fd.o #27676: add TP_CONNECTION_FEATURE_CONTACT_INFO,
 
25
  TP_CONTACT_FEATURE_CONTACT_INFO, tp_contact_request_contact_info_async, etc.
 
26
  (Zdra)
 
27
 
 
28
⎎ fd.o #28241: add tp_channel_dispatch_operation_handle_with_time_async
 
29
  (cassidy)
 
30
 
 
31
⎎ fd.o #28379: add connection-error and connection-error-details properties
 
32
  to TpAccount, and implement the corresponding parameters of
 
33
  TpAccount::status-changed (smcv)
 
34
 
 
35
⎎ fd.o #28312: add TpContact::presence-changed signal (sjokkis)
 
36
 
 
37
⎎ fd.o #28368: use GStrv instead of gchar ** in structs, so
 
38
  GObject-Introspection ≥ 0.6.13 can introspect it correctly (Zdra)
 
39
 
 
40
⎎ Add tp_handle_set_new_from_array (smcv)
 
41
 
 
42
⎎ fd.o #28345: add tp_clear_object, tp_clear_pointer, tp_clear_boxed
 
43
  (also proposed for GLib/GObject, as Gnome bug #620263) (smcv)
 
44
 
 
45
⎎ Add TP_ERROR as a synonym for TP_ERRORS, to be nice to Vala (treitter)
 
46
 
 
47
⎎ fd.o #28334, #28347: speed up the regression tests, clean up their code, and
 
48
  put their utility code in a namespace so Vala tests can use it (treitter,
 
49
  smcv)
 
50
 
 
51
Fixes:
 
52
 
 
53
⎎ test-finalized-in-invalidated-handler: eliminate a race condition (smcv)
 
54
 
 
55
⎎ tp_connection_get_detailed_error: fix a memory leak introduced in 0.11.4
 
56
  (smcv)
 
57
 
1
58
telepathy-glib 0.11.6 (2010-05-25)
2
59
==================================
3
60