diff options
author | Adam <Adam@anope.org> | 2010-07-27 02:56:01 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-07-27 02:56:01 -0400 |
commit | ebdb2fc6e3fd782b3f794856e2b67870d1bdb650 (patch) | |
tree | 591fdfb5df00493cf0a1cbdd6e65877e8fdedf72 | |
parent | 2a79be7f91f62a9047a12e37ecf7db719e4c4ae2 (diff) |
Anope 1.9.2-p2 Release
-rw-r--r-- | docs/Changes | 1 | ||||
-rw-r--r-- | docs/Changes.conf | 1 | ||||
-rw-r--r-- | version.log | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index 17b91ebd6..05154aa39 100644 --- a/docs/Changes +++ b/docs/Changes @@ -16,6 +16,7 @@ A Added a sha_256 encryption module A Added the ability to load multiple encryption modules, and the ability to seamlessly convert your database between diferent encryptions A Added configuration options to allow Anope to reconnect if it disconnects from the uplink instead of dieing A Added support for linking with IPv6 +A Added support for InspIRCd2.0's customprefix module F Unban command to accept an optional nick arg F Some typos in services.conf F Crash when users change their host that are identified to a group, but not a nick diff --git a/docs/Changes.conf b/docs/Changes.conf index de91d3808..cda0ca57c 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -13,6 +13,7 @@ uplink:ipv6 added to enable IPv6 connectivity options:maxretries added to specify the number of reconnect attempts allowed options:retrywait added to specify how long to wait between reconnect attempts opertype command chanserv/aop/list removed as it was unnecessary, use chanserv/access/list instead +opertype command privilege hostserv/del added ** MODIFIED CONFIGURATION DIRECTIVES ** options:encryption added enc_sha256 diff --git a/version.log b/version.log index 4cb2c26c8..881617a99 100644 --- a/version.log +++ b/version.log @@ -9,7 +9,7 @@ VERSION_MAJOR="1" VERSION_MINOR="9" VERSION_PATCH="2" VERSION_EXTRA="-p2" -VERSION_BUILD="1" +VERSION_BUILD="2" |