Bug Fixes

#1442073 (Bug #16821) * ** A new configurable 'filesys.checklinks' can be used to prevent files being added that have a symlink in their directory path. When this configurable is set to '1', trying to 'p4 add' a file that is symbolically linked below the client root will fail. Setting this configurable to '2' allows the user to bypass the check by using the '-f' (force) option.

#1441036 (Bug #87086) ** When expanding keywords, if one of them is 'Author' then a lookup of the change description is required. This should be lockless.

#1438810 (Bug #88380) ** Unicode LDAP query results were not being handled correctly on Windows servers in unicode mode, which could have caused the server to crash. This has been fixed.