Index: RELEASE-NOTES
===================================================================
RCS file: /repository/curl/RELEASE-NOTES,v
retrieving revision 1.74
diff -u -r1.74 RELEASE-NOTES
--- RELEASE-NOTES	29 Mar 2004 13:46:16 -0000	1.74
+++ RELEASE-NOTES	31 Mar 2004 19:52:15 -0000
@@ -12,8 +12,8 @@
 
 This release includes the following bugfixes:
 
- o better tread-safety thanks to the new strerror() replacement
- o better tread-safety on AIX thanks to better function detection
+ o better thread-safety thanks to the new strerror() replacement
+ o better thread-safety on AIX thanks to better function detection
  o minor ipv6 build fix for windows
  o the test suite runs fine with mingw-built curl
  o the postit2.c example works now
@@ -23,6 +23,7 @@
  o passwords longer than 14 letters work with NTLM
  o 'make netware' works better now
  o VMS builds fine again and even nicer than before
+ o CURLOPT_FAILONERROR (-f/--fail) works with all kinds of authentication
 
 Other curl-related news since the previous public release:
 

