diff --git a/.RELEASE.NOTES b/.RELEASE.NOTES index 42263f70d..a2a5f1ed8 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -12,7 +12,7 @@ Unreal3.2-beta16 Release Notes * throttling has been improved and is now considered stable. You can configure it in the set::throttle block. It allows you to config max. X connections in Y seconds. * ban version { }: bans users based on CTCP VERSION (tested on connect). -* usermode +p: hide channels in whois +* usermode +p: hide channels in whois and who * set::modes-on-join: channel modes that are set when a new channel is created * set::restrict-channelmodes: deny users to set/unset specified channelmodes * badword::action , "block" prevents the message from being sent (default=replace). @@ -28,7 +28,7 @@ Unreal3.2-beta16 Release Notes ==[ UPDATED ]== * documentation and text fixes -* channelmode +f (flood) algoritm is now much better +* channelmode +f (flood) algorithm is now much better ==[ MAJOR BUGS FIXED ]== * Security fixes @@ -50,6 +50,7 @@ Unreal3.2-beta16 Release Notes * Far connects (+s +F) hides connects from U-lined servers again * usermode +S was accidently changed to a local usermode in beta15 * minor badwords /rehash memleak +* random ziplink crashes ==[ REMOVED ]== * not removed, but CMDLINE_CONFIG(-f) is now disabled by default diff --git a/Changes b/Changes index ac1d47cdd..df0ffd6c0 100644 --- a/Changes +++ b/Changes @@ -2089,3 +2089,4 @@ seen. gmtime warning still there - Fixed a bug with ban version {} where some clients didn't like the request we were sending. - Usermode +q can now be set by services admins, as stated in docs (#0000923). - Preparing beta16: release notes ready, version updated in docs/text (except version.h). +- Changed version to beta16 diff --git a/include/version.h b/include/version.h index 87cdad75e..22bf4c260 100644 --- a/include/version.h +++ b/include/version.h @@ -29,7 +29,7 @@ #define UnrealProtocol 2303 #define PATCH1 "3" #define PATCH2 ".2" -#define PATCH3 "-beta15" +#define PATCH3 "-beta16" #define PATCH4 "" #define PATCH5 "" #define PATCH6 ""