~ubuntu-branches/ubuntu/precise/telepathy-mission-control-5/precise

« back to all changes in this revision

Viewing changes to NEWS

Tags: upstream-5.5.0
ImportĀ upstreamĀ versionĀ 5.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
telepathy-mission-control 5.5.0 (2010-05-26)
 
2
============================================
 
3
 
 
4
The "it's yours provided you take it away today" release.
 
5
 
 
6
Dependencies:
 
7
 
 
8
* telepathy-glib 0.11.6 is now required
 
9
* GLib 2.24 is now required
 
10
* D-Bus 0.95 is now required
 
11
* dbus-glib 0.82 is now required
 
12
 
 
13
Enhancements:
 
14
 
 
15
* MC now has a new, smaller plugin API, libmission-control-plugins, which is
 
16
  expected to have medium- to long-term API/ABI stability. The API mostly
 
17
  mirrors the Telepathy D-Bus API. (smcv/fledermaus)
 
18
 
 
19
* accounts now support the ChangingPresence property from telepathy-spec
 
20
  0.19.6 (andrunko)
 
21
 
 
22
* channel dispatch operations now support the HandleWithTime method from
 
23
  telepathy-spec 0.19.6 (ptlo)
 
24
 
 
25
* channels can be dispatched before a connection goes CONNECTED, which is
 
26
  needed for SASL authentication channels (eeejay)
 
27
 
 
28
* compiler warnings are correctly enabled (smcv)
 
29
 
 
30
Removals:
 
31
 
 
32
* libmcclient is no longer installed as a separate library unless the old
 
33
  plugin interface is enabled
 
34
 
 
35
* fd.o #26634: the obsolete utility mc-account-convert, for migration from
 
36
  Mission Control 4, has been removed
 
37
 
 
38
Fixes:
 
39
 
 
40
* don't time out channel requests until many hours have passed (sjoerd)
 
41
 
 
42
* instead of emitting AccountPropertyChanged signals in time-based batches
 
43
  with a small delay, change signals are now grouped into atomic changes (smcv)
 
44
 
 
45
* fd.o #24876: no longer reimplements a GLib 2.22 method (smcv)
 
46
 
 
47
* fd.o #25122, Debian #556488: link mc-wait-for-name to GLib correctly (jonny)
 
48
 
 
49
* fd.o#26597: use TpDebugSender to send debug messages over D-Bus (eeejay)
 
50
 
 
51
* don't crash mc-tool when the account name is invalid (wjt)
 
52
 
 
53
* fd.o #27015: remove a misleading reference to GConf (tomeu)
 
54
 
 
55
* fd.o #27129: update and simplify test/twisted/README (tomeu/smcv)
 
56
 
 
57
* fd.o #25684: fix detection of accounts that already exist (Jani Monoses/smcv)
 
58
 
 
59
* in libmcclient, don't crash on malformed profiles where a group is missing
 
60
  (smcv)
 
61
 
 
62
Maemo-specific enhancements:
 
63
 
 
64
* added a libaccounts-glib-based account storage backend (fledermaus)
 
65
 
 
66
telepathy-mission-control 5.4.2 (2010-05-26)
 
67
============================================
 
68
 
 
69
The "everyone loves magical re-entrancy" release.
 
70
 
 
71
Fixes:
 
72
 
 
73
* don't assume that data structures borrowed from a TpConnectionManager remain
 
74
  valid after re-entering the main loop, which can cause a segfault on startup
 
75
  (smcv)
 
76
 
 
77
* fix a memory leak in Claim() (fledermaus)
 
78
 
 
79
* fix a failure to check for NULL, and a couple of potential leaks, in mc-tool
 
80
  (fledermaus)
 
81
 
 
82
telepathy-mission-control 5.4.1 (2010-05-25)
 
83
============================================
 
84
 
 
85
The "badgers and tigers: only in Cambridge" release.
 
86
 
 
87
Fixes:
 
88
 
 
89
* set 0 as UserActionTime when HandleWith is used (cassidy)
 
90
 
 
91
* make tests pass with more recent telepathy-glib, which can call GetInterfaces
 
92
  twice (cassidy)
 
93
 
 
94
* don't cache whether we have the Requests interface, which caused one of the
 
95
  tests to regress (smcv)
 
96
 
1
97
telepathy-mission-control 5.4.0 (2010-04-15)
2
98
============================================
3
99