As stated in the changelog the --write-env-file option is now being silently
ignored by gpg-agent. However this appears to silently break existing
configurations where the SSH_AUTH_SOCK variable was being read from the env file
created by this option.
The agent should either provide a warning at launch if this option is being used
as it has now been removed and does not function so that users can update their
configurations, or it should continue to create a file containing the
SSH_AUTH_SOCK variable so configurations relying on this to have a working
ssh-agent should continue to work.