]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Print separate error messages for frequent X509 certificate problems.
[wget] / src / ChangeLog
index 64c3eff7c9fc191d647b78cfb13c23d197afbe92..fad4a13ea0c17299e0da60b6aff79381f920f003 100644 (file)
@@ -1,3 +1,23 @@
+2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * openssl.c (ssl_check_certificate): Print custom error messages
+       for frequent X509 certificate problems.
+
+2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * mswindows.h: Define an alias for stat and fstat, as requested by
+       config-compiler.h.
+       (gai_strerror): Define to windows_strerror if NEED_GAI_STRERROR is
+       defined.
+
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * mswindows.h: Use strtoll where available.
+
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * sysdep.h: Add a full declaration of fnmatch.h.
+
 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * utils.c: Unconditionally include <setjmp.h>.