]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix build under mingw when OpenSSL is used.
[wget] / src / ChangeLog
index caebc5e4c040a33b5d0eb4c37cbaff1a11bc2a88..f52eae296696dcb85674767146d054d1485ed78f 100644 (file)
@@ -1,3 +1,25 @@
+2012-03-25 Ray Satiro <raysatiro@yahoo.com>
+
+       * build_info.c.in: Check that HAVE_LIBSSL32 is defined when OpenSSL
+       is used.
+
+2012-03-07  Steven Schubiger  <stsc@member.fsf.org>
+
+       * init.c (wgetrc_user_file_name): Correct typo.
+
+2012-03-06   Sasikantha Babu   <sasikanth.v19@gmail.com>
+
+       * utils.c (convert_to_bits): Added new function convert_to_bits to
+       convert bytes to bits.
+       * retr.c (calc_rate): Modified the function to handle --bits
+       option and download rate calculated as bits per sec (SI-prefix)
+       for --bits otherwise bytes (IEC-prefix).
+       (retr_rate): Rates will display in bits per sec for --bits.
+       * options.h (struct opt): Added --bit option bool variable bits_fmt.
+       * main.c (print_help) : Added help for --bit.
+       * init.c: Defined command for --bit option.
+       * retr.h: Added function prototype.
+
 2012-02-26  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * main.c: Include "closeout.h"