diff options
author | pschwan <pschwan> | 2006-09-23 15:19:17 +0000 |
---|---|---|
committer | pschwan <pschwan> | 2006-09-23 15:19:17 +0000 |
commit | 41fb511be2ee39a69847d4fab0316f663e45007d (patch) | |
tree | 0d65e2ba7b8521fc825f7d048259f19031623ace /ChangeLog.txt | |
parent | 4afe3f4dc8826ca25f670ed500f88e98091733ca (diff) | |
download | moo-41fb511be2ee39a69847d4fab0316f663e45007d.tar.gz moo-41fb511be2ee39a69847d4fab0316f663e45007d.tar.xz moo-41fb511be2ee39a69847d4fab0316f663e45007d.zip |
Add mention of the fix for SF bug #887464
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index c646b14..77d1cc3 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2377,6 +2377,9 @@ Version 1.8.2, in progress -- several fixes for warnings, wrong use of free() vs myfree(), etc. -- fixes to support modern toolchains (bison, autoconf, ...) -- SF bug #227620: add_verb() now returns (positive integer) verb index +-- SF bug #887464: fixed a bug in the server's startup processing, in which it + scans for unknown built-in functions in active verbs (Thanks luke-jr for + the report and patch.) -- Admins can trade faster startup for increased memory consumption by disabling STRING_INTERNING in options.h -- bf_crypt() passes salts longer than 2 characters to the C crypt() function |