aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-02-08 10:12:28 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2012-02-08 10:12:28 +0000
commit0675f3654c9572b98f98414217b576e41ab90b5e (patch)
treed1fad15b78ae8164223a34ca80abb4284c1eb724
parentef04d5e30083234d5709cc8371adea690bbbf528 (diff)
downloadqxmpp-0675f3654c9572b98f98414217b576e41ab90b5e.tar.gz
feed ChangeLog
-rw-r--r--CHANGELOG7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8c4a79c9..a14c238e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ QXmpp 0.4.0 (UNRELEASED)
------------------------
- New XEPs
+ * XEP-0184: Message Delivery Receipts
* XEP-0224: Attention
- Remove deprecated "get*" getter accessors from:
@@ -24,8 +25,10 @@ QXmpp 0.4.0 (UNRELEASED)
- Add support for X-FACEBOOK-PLATFORM SASL method.
- Improve XEP-0136 support to enable archive deletion.
- Set default keep-alive timeout to 20 seconds, enables detection of broken connections.
+ - Make install path configurable using the PREFIX variable instead of Qt's installation path.
- Fix issues:
+ * Issue 95: Patch for several utility methods in RosterManager
* Issue 103: Does not compile for Symbian^3 with NokiaQtSDK 1.1 Beta
* Issue 105: Initial presence is set before the roster request
* Issue 106: QXmppClient can't override Qt's set of trusted SSL CAs
@@ -34,7 +37,9 @@ QXmpp 0.4.0 (UNRELEASED)
* Issue 116: sessionStarted not set for non-SASL connections
* Issue 119: ICE negotiation time out after successful ICE check
* Issue 120: QXmppIceComponent doesn't accept interfaces with 255.255.255.255 netmask as a local candidate
-
+ * Issue 132: [FreeBSD]: build error
+ * Issue 135: qxmpp won't reconnect when disconnected
+
QXmpp 0.3.0 (Mar 05, 2011)
------------------------
- New XEPs