aboutsummaryrefslogtreecommitdiffstats
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-11-29 02:38:19 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-11-29 02:38:19 +0100
commitef53ba88817395cdfd012e839715f833d2f6cefb (patch)
treeaf761d1e5e8518845161ac4fc4b5a0d64f9e5177 /doc/CHANGES
parentc7cf9d6f811e299c3659350c6bd21c75ba249de5 (diff)
Updated the user-changelog (should we forget about that one and auto-generate one from bzr logs after 1.0?), removed doc/TODO
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 2981a378..a2a3cfd2 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -10,6 +10,11 @@ Version 1.0:
- Cleaned up some unnecessary code in the Jabber module, and implemented
handlers for headline messages (which allows you to use RSS-to-Jabber
gateways).
+- Lowered the line splitting limit a bit to fix data loss issues.
+- The $proto($handle) format used for messages specific to one IM-connection
+ now only include the ($handle) part when there's more than one $proto-
+ connection.
+- Fix for a crash-bug on broken Jabber/SSL connections.
Finished ...