summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Changes16
-rw-r--r--docs/Changes.conf6
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes
index 033a21b9b..88f9f544c 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,3 +1,19 @@
+Anope Version 2.1.6-dev
+-----------------------
+Added opportunistic upgrading of TLS fingerprints to more secure algorithms on InspIRCd.
+Added support for logging out partially connected users on Plexus.
+Added the account registration time to nickserv/info.
+Changed ns_cert to automatically add a TLS fingerprint to new accounts if available.
+Clarified that a non-deprecated encryption module must be loaded.
+Fixed mistakenly allowing badpasslimit to be set to a negative value.
+Fixed parsing backup TLS fingerprints on InspIRCd.
+Fixed parsing the flood mode on UnrealIRCd.
+Fixed parsing the history mode on UnrealIRCd.
+Fixed various iterator invalidation issues.
+Partially rewrote the Portuguese translation.
+Removed some incorrect strings from the Turkish translation.
+Renamed the --modulesdir option to --moduledir to match the name of other path options.
+
Anope Version 2.1.5
-------------------
Added an example systemd unit file.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 935951617..a20cb0b72 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,3 +1,9 @@
+Anope Version 2.1.6-dev
+-----------------------
+Added module:automatic to the ns_cert module (defaults to yes).
+Removed module:use_server_side_mlock for the protocol modules (now always enabled).
+Removed module:use_server_side_topiclock for the protocol modules (now always enabled).
+
Anope Version 2.1.5
-------------------
Added the nickserv/drop/override and chanserv/drop/override oper privileges.