aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-06-10 22:22:11 +0000
committercorvid <devnull@localhost>2015-06-10 22:22:11 +0000
commit4685caab4eab495c06f5dff7c2b75126be5f277e (patch)
tree29518758e5d628be1d849021eb9cd926b73e1b89
parent8395c48df79d75ec9a1961db88bbc8f3bbd530eb (diff)
ChangeLog
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7b7673b..118ffa5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,29 @@ Here we list changes that are relatively significant and/or visible to the
user. For a history of changes in full detail, see our Mercurial repository
at http://hg.dillo.org/dillo
+dillo-3.0.5 [not released yet]
+
++- Fix for segfault when there's no dpid and view source is requested.
+ - Fix view-source dpi to handle null characters correctly.
+ - Made view-source dpi use CSS formatting (it's shorter and cleaner).
+ Patches: Jorge Arellano Cid
++- Crosscompile/buildroot-friendly fltk-config test.
+ Patch: Peter Seiderer
++- Fix X11 icon name.
+ - In location bar, tend toward showing beginning of URL instead of end.
+ - Handle irix's version of vsnprintf().
+ - INPUT, TEXTAREA placeholder attribute.
+ - Fix bug with font_factor preference and CSS font-size:(larger|smaller).
+ - Recognize Menu key in keysrc.
+ - HTTPS: change cipher list to "ALL:!aNULL:!eNULL:!LOW:!EXPORT40:!RC4",
+ disable SSL3, disable TLS compression.
+ Patches: corvid
++- Avoid requesting background images if an ancestor has display:none.
+ - Ignore built-in search url if any are specified in dillorc.
+ Patches: Johannes Hofmann
+
+-----------------------------------------------------------------------------
+
dillo-3.0.4.1 [December 24, 2014]
+- Avoid a corner case segfault when no search URL is found in dillorc.