aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-17 13:56:43 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-17 13:56:43 +0000
commita09ba46473b354f98b183f48b101c3c3419fa148 (patch)
tree438bbda3fecc7851e77b41db8d5fbeb28ed563d4
parent3e4b8adf8756c3d63de4bd819fd5b6ade0d16999 (diff)
downloadqxmpp-a09ba46473b354f98b183f48b101c3c3419fa148.tar.gz
* convert end of lines
* harmonize indentation
-rw-r--r--CHANGELOG100
1 files changed, 51 insertions, 49 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 47a8b387..d795a7f2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,49 +1,51 @@
-QXmpp 0.2 (Aug XX, 2010)
-------------------------
-- New XEPs
- * XEP-0030: Service Discovery
- * XEP-0047: In-Band Bytestreams
- * XEP-0054: vcard-temp
- * XEP-0065: SOCKS5 Bytestreams
- * XEP-0078: Non-SASL Authentication
- * XEP-0085: Chat State Notifications
- * XEP-0091: Legacy Delayed Delivery
- * XEP-0092: Software Version
- * XEP-0095: Stream Initiation
- * XEP-0096: SI File Transfer
- * XEP-0115: Entity Capabilities
- * XEP-0128: Service Discovery Extensions
- * XEP-0166: Jingle
- * XEP-0167: Jingle RTP Sessions
- * XEP-0199: XMPP Ping
- * XEP-0203: Delayed Delivery
- * XEP-0009: Jabber-RPC
-
-- New XEPs (Initial Support)
- * XEP-0136: Message Archiving
- * XEP-0176: Jingle ICE-UDP Transport Method [Experimental]
-
-- Doxygen Documentation
-- Added targets in *.pro file for packaging, installing and generating documentation
-- Using QXmlStreamWriter while creating stanzas to be sent to the server
-- 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
-- refactor the logging code
-- Proxy support
-- New Authentication Schemes:
- * DIGEST-MD5
- * SASL
- * NonSASL
- * Anonymous
-
-QXmpp 0.1 (Jun 14, 2009)
-------------------------
- - First public release
+QXmpp 0.2.0 (Aug XX, 2010)
+--------------------------
+ - New XEPs
+ * XEP-0030: Service Discovery
+ * XEP-0047: In-Band Bytestreams
+ * XEP-0054: vcard-temp
+ * XEP-0065: SOCKS5 Bytestreams
+ * XEP-0078: Non-SASL Authentication
+ * XEP-0085: Chat State Notifications
+ * XEP-0091: Legacy Delayed Delivery
+ * XEP-0092: Software Version
+ * XEP-0095: Stream Initiation
+ * XEP-0096: SI File Transfer
+ * XEP-0115: Entity Capabilities
+ * XEP-0128: Service Discovery Extensions
+ * XEP-0166: Jingle
+ * XEP-0167: Jingle RTP Sessions
+ * XEP-0199: XMPP Ping
+ * XEP-0203: Delayed Delivery
+ * XEP-0009: Jabber-RPC
+
+ - New XEPs (Initial Support)
+ * XEP-0136: Message Archiving
+ * XEP-0176: Jingle ICE-UDP Transport Method [Experimental]
+
+ - New authentication schemes
+ * DIGEST-MD5
+ * SASL
+ * NonSASL
+ * Anonymous
+
+ - Add doxygen documentation
+ - Add targets in *.pro file for packaging, installing and generating documentation
+ - Use QXmlStreamWriter while creating stanzas to be sent to the server
+ - Clean up getter accessors from "getFoo" to "foo"
+ - Add proper file transfer management.
+ - 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
+ - Refactor the logging code
+ - Add proxy support
+
+QXmpp 0.1 (Jun 14, 2009)
+------------------------
+ - First public release