summaryrefslogtreecommitdiff
path: root/NEWS
blob: a7af0b4228be3e2ce27edf5d467524df63c07649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
telepathy-butterfly-0.5.6 (2010-03-12)
======================================

This release is the first release where the previous mess of 1-1
channels actually being unnamed MUCs is fixed! The conference channel
interface introduces a method to represent a channel as a continuation
of one or more than one other channel.

As a result of this work, proper MUC support now works. Users can now
invite other contacts, and be invited, to chatrooms.

Enhancements:

 * Implemented conference channel interface. Doing so also split up
   ButterflyTextChannel into a base text channel class, with the same
   name, and three subclasses. See the git logs for more
   information.

 * Copy the official client with respect to typing notifications.

Fixes:

 * Use escape_as_identifier in the channel manager so when we create
   group channels with characters that aren't safe for object paths,
   they are actually escaped.

Dependencies:

 * telepathy-python 0.15.17

telepathy-butterfly-0.5.5 (2010-03-10)
======================================

The "Objection" release.

This release disables audio/video calls, which have been broken since Microsoft removed the necessary servers.

Enhancements:
  * Updated to the new MailNotification spec
  * Attach new conversation to existing channel (fd.o #26644)
  * Use prettier object path for channel (fd.o #26929)

Fixes:
  * Desactive A/V call (fd.o #26652)
  * capabilities: fix typo (fd.o #26929)

Dependencies :
  * telepathy-python 0.15.16

telepathy-butterfly-0.5.4 (2010-01-19)
======================================

The "Awesome Xmas presnt" release.

Enhancements:
  * Implement the InitialAudio and InitialVideo properties when requesting a
    StreamedMedia channel (fd.o #25396)
  * Advertise text capabilities of contacts (fd.o #24878)
  * Experimental MailNotification interface (fd.o #25995)

Fixes:
  * Fix the callback when refusing a contact (fd.o #24965)

telepathy-butterfly-0.5.3 (2009-10-25)
======================================

The "I should have seen this coming " release.

Fixes:
  * Fix sending non-ascii offline messages (fd.o #24725)

telepathy-butterfly-0.5.2 (2009-10-20)
======================================

The "la bouteille de rosé sur mon bureau" release.

Dependencies:

Enhancements:
  * Implement offline messages support (fd.o #21402)

Fixes:
  * Allow for webcam session to be received correctly
  * Make it possible to receive some more calls
  * Ignore call to connection.Connect() when connect{ed,ing} as per spec

telepathy-butterfly-0.5.1 (2009-09-14)
======================================

The "if you look real closely you can see the butterflies mating" release.

Dependencies:
 * python 2.5
 * papyon 0.4.2
 * telepathy-python 0.15.11

Enhancements:
 * Add support for audio/video conferences
 * Implement the Debug interface

Fixes:
 * Don't add a contact to the publish and subscribe lists at the same time

telepathy-butterfly-0.5.0 (2009-07-28)
======================================

The "opening couplet of an excellent nerd-rock song" release.

Dependencies:
 * Drop pymsn dependency
 * papyon 0.4.1
 * telepathy-python 0.15.9

Enhancements:
 * Migrate from pymsn to papyon as the MSN backend library
 * Implement the Requests connection interface

Fixes:
 * Use the presence type busy for busy presence (fd.o #22619)
 * Fix crash on nudge reception (fd.o #22350)
 * Trigger "Name in use" error when another client logged in using the same account (fd.o #22555)

telepathy-butterfly-0.3.4 (2009-06-16)
======================================

Dependencies:

 * telepathy-python 0.15.6

Enhancements:

 * Implement Connection.Interface.Contacts

Fixes:

 * Fixed AttributeError in on_contact_memberships_changed (fd.o #19919)
 * Actually emit the SimplePresence.PresencesChanged signal
 * Fix RequestHandles for contact and DnD in empathy (fd.o #22224)
 * Fix GetSelfHandle in text channel, add handle in members
 * Remove closed text channel from the list (fd.o #22250)

telepathy-butterfly-0.3.3 (2009-01-06)
======================================

Dependencies:

 * telepathy-python 0.15.5

Enhancements:

 * Exit if the connection manager is already running.
 * Implemented GetAliases & GetAliasFlags from Connection.Interface.Aliasing.
 * Implement SimplePresence.
 * Use telepathy.utils.debug_divert_messages to divert log messages.

Fixes:

 * Encode the user alias as UTF-8 when setting a new display name.

telepathy-butterfly-0.3.2 (2008-07-20)
======================================

Enhancements:

 * Updated the configure script and the gnu_dirs tool
 * The last user in a multi user conversation no longer leaves the conversation

Fixes:

 * Fixed self presence handling
 * Fixed self avatar handling
 * Fixed an Attribute exception is ButterflyAvatars
 * Fixed AvatarRetrieved not being emitted for self avatar
 * Fixed the configure script to generate a Makefile able to handle DISTDIR
 * Fixed GetKnownAvatarTokens for self handle when no avatar is known

telepathy-butterfly-0.3.1 (2008-01-16)
======================================

Fixes:

 * No longuer disconnect when BUTTERFLY_PERSIST is set and the last client
 * Group names are case insensitive, added a fix to avoid creating a new group
 * Fixed Alias setting on contacts not in the FORWARD list
 * Fixed adding contacts to group during contact addition
 * Fixed utf-8 encoded handle names

telepathy-butterfly-0.3.0 (2008-01-12)
======================================

The "Blue Morpho" release.

Enhancements:

 * Complete rewrite using the new pymsn-0.3.0

telepathy-butterfly-0.1.4
=========================

Enhancements:

 * Added mime type support to avatars
 * Merged Magnus Nordseth avatar support patch

telepathy-butterfly-0.1.3
=========================

The "Glasswing" release.

Fixes:

 * Fixed Personnal Message Setting, and Aliases retrieval
 * Fixed TextChannel closed on timeout by the client, and never reopened again