We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8de02f commit 0affd9dCopy full SHA for 0affd9d
docs/changesfb7
@@ -1,3 +1,7 @@
1
+2.2Muck7.21
2
+
3
+This update resolves a segmentation fault that happens with the new password algorithm, when built with some compilers.
4
5
2.2Muck7.20
6
7
Terminal Size Introspection
include/config.h
@@ -21,7 +21,7 @@ typedef int dbref; /**< Type wrapper for dbref - must support negatives */
21
/**
22
* Server version number
23
*/
24
-#define VERSION "Muck2.2fb7.20"
+#define VERSION "Muck2.2fb7.21"
25
26
/************************************************************************
27
Administrative Options
0 commit comments