summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst35
1 files changed, 33 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 172bb7c..10b6eb4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,5 +1,22 @@
-Version 9.0
-===========
+Version 10.0
+============
+
+For users
+---------
+- Direct messages are always sent to the user's bare JID. It’s now the job
+ of the XMPP server to forward these messages to all online resources.
+- Private messages are now always received from the server-wide JID. You
+ can still use the in-room JID (#chan%irc@biboumi/NickName) to send a
+ private message but the response you will receive will come from
+ nickname%irc@biboumi.
+
+For admins
+----------
+- Command line option --test-config (or -t) has been added. When used,
+ biboumi will just exit without any error if the configuration is correct
+
+Version 9.0 - 2020-09-22
+========================
For users
---------
@@ -14,6 +31,9 @@ For users
- Support for XEP-0410 Self-Ping Optimization. This will prevent clients
which use self-ping from dropping out of the MUC if another client with
bad connectivity is also joined from the same account.
+- SASL support has been added. A new field in the Configure ad-hoc command
+ lets you set a password that will be used to authenticate to the nick
+ service. This replaces the cumbersome and imperfect NickServ method.
For admins
----------
@@ -31,6 +51,17 @@ For developers
A tutorial and a documentation have been written. It should now be easy
to write a test that demonstrates a bug or a missing feature.
+Version 8.5 - 2020-05-09
+========================
+
+- Fix a build failure with GCC 10
+
+Version 8.4 - 2020-02-25
+========================
+
+- Fix a possible crash that could be caused by a very well timed identd
+ query
+
Version 8.3 - 2018-06-01
========================