diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-07-12 20:19:34 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-12 20:22:09 +0200 |
commit | 135c2dc14f7c417c90d78c538149f610606f89c8 (patch) | |
tree | d186ca3094f6e36899abe639af791231d348fb05 /RELEASE-NOTES | |
parent | 4a67b3e650372bef9412731b1c9fcdca60757756 (diff) |
netrc: treat failure to find home dir same as missing netrc file
This previously caused a fatal error (with a confusing error code, at
that).
Reported by: Glen A Johnson Jr.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cc50d4164..bb4bcac0d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -57,6 +57,7 @@ This release includes the following bugfixes: o gnutls: fixed compilation against versions < 2.12.0 o build: Fixed overridden compiler PDB settings in VC7 to VC12 o ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessions [11] + o netrc: don't abort if home dir cannot be found This release includes the following known bugs: |