]> sjero.net Git - wget/blobdiff - src/ChangeLog
Allow combined cert/key once again.
[wget] / src / ChangeLog
index 0a5f0b33460449d228fa4f37700103739892e498..4cb560cc8cb6ee6dff08633ad9e3c6554746be43 100644 (file)
@@ -1,7 +1,37 @@
+2008-04-22  Jim Paris  <jim@jtan.com>
+
+       * openssl.c (ssl_init): Enable combined certificate/key in
+       single file (apparent regression from ~1.9). Resolves issue
+       #22767.
+
+2008-04-22  Steven Schubiger  <schubiger@gmail.com>
+
+       * http.c (print_response_line): Changed to make responses always
+       be logged, even in --quiet mode, if --server-response was
+       specified. This is to bring http.c's handling of the situation
+       in line with ftp.c's.
+
+2008-04-22  Pranab Shenoy  <pranab.loosinit.shenoy@gmail.com>
+
+       * init.c: Added test_commands_sorted unit test to check is
+       commands are sorted.  Fixes bug #21245.
+
+       * test.c: Added test_commands_sorted to the test suite.
+
+2008-04-22  Rabin Vincent  <rabin@rab.in>
+
+       * ftp.c (ftp_get_listing): Only remove .listing if it has been
+       created. 
+
+2008-04-22  Alain Guibert  <alguibert+bts@free.fr>
+
+       * test.h (mu_run_test): Move declaration before statements, for
+       C90 conformance. Fixes bug #22789.
+
 2008-04-22  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.am: Move @LIBS@ after other libraries, for better
-       static-linking support.
+       static-linking support. Fixes bug #22143.
 
 2008-04-12  Rabin Vincent  <rabin@rab.in>