From 9d91ef9d300dfc4f347616838f748879d03cbdcb Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 17 Aug 2010 05:11:01 +0000 Subject: add CHANGELOG --- CHANGELOG | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 00000000..d9f4252e --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,21 @@ + v0.2 (Aug XX, 2010) +--------------------- + +- clean up getter accessors from "getFoo" to "foo" +- add proper file transfer management instead of the shaky IBB-only +- add support for keep-alive pings +- report authentication errors +- disable automatic reconnection when a "conflict" stream errors is received + (avoid ping-pong between two QXmpp-based clients using the same jid/resource) +- add initial support for archive managements +- add initial support for Jingle call establishment +- fix the XML-RPC code's encoding/decoding for types other than strings +- add a test suite for stanza parsing / serialisation +- add doxygen documentation +- refactor the logging code + + + v0.1 (Jun 14, 2009) +--------------------- + + - First public release -- cgit v1.2.3