]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Windows update from Herold Heiko.
[wget] / src / ChangeLog
index 3bdb9fa8fc37ecb5a55e5ba3285c1c1164811a96..6ad6e599e7dc93d630b6c896fc55b3e8cfbd90c5 100644 (file)
@@ -1,3 +1,20 @@
+2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
+
+       * gen_sslfunc.c: on windows provide ssl crypto random 
+         initialization through RAND_screen(); could possibly
+         be not enough for strong ssl communication (see the 
+         relevant manual page from the openssl package).
+
+2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * url.c (local_quote_string): Reenable quoting of question marks,
+       but only when `--html-extension' is used.
+
+2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * snprintf.c (dopr): Cast the result of va_arg to short int and
+       short unsigned int where these types are expected to be used.
+
 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * snprintf.c (dopr): Replace `short int' and `unsigned short int'