aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-05-20 16:16:24 +0000
committercorvid <devnull@localhost>2015-05-20 16:16:24 +0000
commitbf442311e2a7fcbe8ced595f695f9bb8c1d7b85d (patch)
treece71c0262719a32ccd303a3aed3553b2b65a0ec0
parent2a0148dd3e1c29ff8ce7956306fed3484f89f764 (diff)
ChangeLog
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog5
2 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e8f0b466..b22eb755 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -87,3 +87,5 @@ Non-Dillo code:
* src/md5.[ch] contain code by L. Peter Deutsch whose copyright is held by
Aladdin Enterprises.
* src/tipwin.cc contains code by Greg Ercolano.
+* src/IO/ssl.c contains code from wget whose copyright is held by the
+ Free Software Foundation.
diff --git a/ChangeLog b/ChangeLog
index 67c835f6..ab3a3e51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,11 @@ dillo-3.1 [not released yet]
Patches: Johannes Hofmann
+- Doxygen fixes.
Patch: Jeremy Henty
++- Move HTTPS from dpi into the browser, enable SNI, add certificate hostname
+ checking from wget, check more locations for CA bundles, some improvement
+ to security warning popups, change cipher list from "ALL" to
+ "ALL:!aNULL:!eNULL:!LOW:!EXPORT40:!RC4", etc.
+ Patch: corvid, Benjamin Johnson
-----------------------------------------------------------------------------