aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-06-22 10:53:56 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2008-06-22 10:53:56 +0100
commitfb4e9a3f0edbabf932c310374b9eb5121c0dab7d (patch)
tree6089a4b50d96efbda4882177609f1bef91ad6545
parent424e66361e985d05e47a7af42e81cd32b09dd6e2 (diff)
Updated change log, also added a pointer to bugs.b.o's timeline page for
people who want more details.
-rw-r--r--doc/CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 93ad35e2..944d9c04 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,8 @@
+This ChangeLog mostly lists changes relevant to users. A full log can be
+found in the bzr commit logs, for example you can try:
+
+http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
+
Version 1.2.1:
- Fixed proxy support.
- Fixed stalling issues while connecting to Jabber when using the OpenSSL
@@ -9,6 +14,20 @@ Version 1.2.1:
- You can now automatically identify yourself to BitlBee by setting a server
password in your IRC client.
- Compatible with all crazy kinds of line endings that clients can send.
+- Changed root nicknames are now saved.
+- Added ClientInterface setting to bind() outgoing connections to a specific
+ network interface.
+- Support for receiving Jabber chatroom invitations.
+- Relaxed port restriction of the Jabber module: added ports 80 and 443.
+- Preserving case in Jabber resources of buddies, since these should
+ officially be treated as case sensitive.
+- Fully stripping spaces from AIM screennames, this didn't happen completely
+ which severly breaks the IRC protocol.
+- Removed all the yellow tape around daemon mode, it's pretty mature by now:
+ testing.bitlbee.org serves all (~30) SSL users from one daemon mode
+ process without any serious stability issues.
+- Fixed GLib <2.6 compatibility issue.
+- Misc. memory leak/crash fixes.
Finished ...