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
|
telepathy-haze 0.2.0 – "I Remember Piano Lessons" (2008-02-07)
==============================================================
* Protocols now present the correct parameters, with appropriate
defaults, rather than always taking account, password and server.
* Send apostrophes correctly on Yahoo! Messenger.
telepathy-haze 0.1.4 – "Watch That Pinkie" (2007-11-21)
=======================================================
* Fix building against glib 2.10 (which is the lowest version against
which telepathy-glib builds).
* Fix building against libpurple when built without D-Bus support, and
suppress libpurple's own D-Bus messages on libpurple <= 2.1.0 (they
were already suppressed on later libpurples).
telepathy-haze 0.1.3 – "Fix the Sky a Little" (2007-11-14)
==========================================================
* 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)
telepathy-haze 0.1.2 – "Re: Your Brains" (2007-09-16)
======================================================
* Properly clean up zombie children. No more mountains of defunct
telepathy-haze processes!
* Fix sending messages with <, > and &. (Previously, "i <3 u" was sent as
"i ", which is much less romantic.)
* Use "local-xmpp" rather than "bonjour" as the name of the protocol
formerly known as Rendezvous.
telepathy-haze 0.1.1 – "Release less often, release correctly" (2007-08-17)
===========================================================================
* Fixed some segfaults, and some corruption caused by g_free-ing
slice-allocated memory.
telepathy-haze 0.1.0 – "It's Like The ... 90s" (2007-08-10)
===========================================================
Supported in this release:
* Connecting to MSN, XMPP, AIM known to work.
* Plain text conversations with individual contacts.
* The 'subscribe' list, plus contact list groups.
* Basic presence: available, busy, away, extended away, invisible, with a
message when supported by the underlying prpl.
* Retrieving your own server alias and those of your contacts, plus saving
custom aliases for your contacts to the server (where supported by the
prpl).
* Retrieving your contacts' avatars (but not setting your own).
* Typing notifications.
|