From 4b1e04c385aec8d54997295d0e01d98768ee5be9 Mon Sep 17 00:00:00 2001 From: corvid Date: Sat, 20 Dec 2014 22:50:15 +0000 Subject: mention redirection fix for this release --- ChangeLog | 3 ++- src/IO/about.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f40b9b2..122a16d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,8 @@ dillo-3.0.4.1 [not released yet] +- Avoid a corner case segfault when no search URL is found in dillorc. Patch: Sebastian Geerken, Jorge Arellano +- Fix linking problem with fltk-1.3.3 and fl_oldfocus. - Patch: Jorge Arellano Cid + - Don't follow redirections or meta refresh in --local mode. + Patches: Jorge Arellano Cid +- Don't load background images in --local mode. - Make sure window is resizable with fltk-1.3.3. Patches: Johannes Hofmann diff --git a/src/IO/about.c b/src/IO/about.c index fa1b67ac..4d910f31 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -242,7 +242,8 @@ const char *const AboutSplash= "
  • for linking with the recently-released fltk-1.3.3\n" " (we don't use fl_oldfocus anymore).\n" "
  • to make sure that windows are resizable with fltk-1.3.3.\n" -"
  • not to load background images in --local mode (security).\n" +"
  • not to load background images, or follow redirections or meta refresh,\n" +" in --local mode (security).\n" "
  • to permit linking on OS X (remove our Fl_Printer stub).\n" "
  • for a crash when searching from the address bar and no search urls are\n" " found in dillorc.\n" -- cgit v1.2.3