]> sjero.net Git - wget/blobdiff - AUTHORS
Fix build when libpsl is not available
[wget] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index 219877e9a4fb65bad0661875c0f5d7ef8376215b..feba105d3101cc0a1cefa887a90acd5fb3db9eb1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -41,7 +41,18 @@ Nicolas Schodet.  Contributed to cookie code and documentation.
 Daniel Stenberg.  NTLM authentication in http-ntlm.c and http-ntlm.h
 originally written for curl donated for use in GNU Wget.
 
-Micah Cowan.  Current Wget maintainer, from mid-2007.
+Micah Cowan.  Maintained Wget from mid-2007 to mid-2010.
 
 Ralf Wildenhues.  Contributed patches to convert Wget to use Automake as
 part of its build process, and various bugfixes.
+
+Steven Schubiger.  Many helpful patches, bugfixes and improvements.
+Notably, conversion of Wget to use the Gnulib quotes and quoteargs
+modules, and the addition of password prompts at the console, via the
+Gnulib getpasswd-gnu module.
+
+Ted Mielczarek.  Support for parsing links from CSS.
+
+Saint Xavier.  Support for IRIs (RFC 3987).
+
+Giuseppe Scrivano.  Added support for HTTP/1.1.  Current Wget maintainer.