Bug Fixes

#768990 (Bug #70620) ** It was possible for 'p4 integrate' of a file that was moved in two different branches to be matched up with the wrong variant of the file if it had been deleted and re-added in one of the branches prior to being moved. This has been fixed.

#768126 (Bug #70627) ** 'p4 interchanges' could report extra changes in cases where a file had multiple sequential delete revs. This has been fixed.

#760537 (bug #70422) ** With 'peeking' enabled on a forwarding-replica, the entity locks used to maintain client consistency were not being correctly released.

#755431 (Bug #70230) ** With 'peeking' enabled, remote depot files with a change number greater than the maxCommitChange value would be ignored.

#753191 (Bug #70144) ** A case involving integration of files with a tricky combination of prior ignore and copy records is now handled better.

#752970 (Bug #70168) ** A performance problem in 'p4 archive' introduced by change 696998 is addressed. The performance of 'p4 archive' now correctly depends on the number of revisions being archived, not on the total number of revisions examined by the 'p4 archive' command.

#749884 (Bug #69604) ** 'p4 istat' in a merge direction did not indicate all outstanding changes reported by 'p4 merge'. Regardless if the the content in the target stream was correct, 'p4 istat' did not report identical change information reported by 'p4 merge'.

#748216 (Bug #70041) ** Resolve will no longer give a false "already opened" error when resolving an edited depot file against a moved depot file.

#745284 (Bug #69946) ** Integrate will now consider all reverse integration records between the source and target when trying to determine whether the files share a close enough connection that scanning for renamed variants is not necessary.

#744839 (Bug #69776) ** A server with security=3 which uses a P4AUTH server that has an auth-check trigger defined will no longer perform password strength checking, since the external authentication system is responsible for enforcing password strength requirements.