File: ChangeLog

package info (click to toggle)
jreen 1.2.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,236 kB
  • sloc: cpp: 32,418; ansic: 6,672; makefile: 17
file content (49 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download | duplicates (4)
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
Version 1.2.0
	* Added Qt5 support with -qt5 suffix
	* Fixed compilation with >=cmake-2.8
	* Fixed MUCRoom::leave logic
	* Replaced QCA usage by GSASL
	* Replaced QCA usage by Qt's built-in TLS

Version 1.1.1
	* Added support for XEP-224: Attentions
	* Fixed roster update receiving on some servers

Version 1.1.0
	* Added PGP payloads
	* Added support for Message Forwarding
	* Added MetaContacts support
	* Added experimental Jingle support
	* Fixed authorization with SCRAM-SHA1
	* Fixed sending of IQ's on connect

Version 1.0.6:
	* Fixed parsing of PubSub payload
	* Fixed serializing of PubSub payload

Version 1.0.5:
	* Fixed parsing of message's thread attribute

Version 1.0.4:
	* Added support for in-band registration
	* Added ability to force/deny compression/encryption
	* Added CAPTCHA support
	* Fixed IQ requests to yourself
	* Fixed handling of messages' types in MessageSession

Version 1.0.3:
	* Added Logger implementation
	* Fixed QJDns initialization issue

Version 1.0.2:
	* Added support for ProxyFactory
	* Added immunity to invalid stanzas
	* Added localization support for incoming stanzas
	* Fixed QJDns initialization behaviour

Version 1.0.1:
	* Fixed segfault at SASL initialization
	* Fixed Facebook support

Version 1.0.0:
	* First public release.