Codebase list dillo / be075bc
Merge tag 'upstream/3.0.4.1' Upstream version 3.0.4.1 # gpg: Signature made Wed 24 Dec 2014 03:16:37 PM CET # gpg: using DSA key C09E1D8995930EDE # gpg: please do a --check-trustdb # gpg: Good signature from "Axel Beckert (no legal relevance) <abe@deuxchevaux.org>" # gpg: aka "Axel Beckert (no legal relevance) <abe@noone.org>" # gpg: aka "Axel Beckert (no legal relevance) <xtaran@symlink.ch>" # gpg: aka "Axel Beckert (FSFE Fellow) <abe@fsfe.org>" # gpg: aka "Axel Beckert (Debian Developer) <abe@debian.org>" Axel Beckert 9 years ago
4 changed file(s) with 11 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
55 user. For a history of changes in full detail, see our Mercurial repository
66 at http://hg.dillo.org/dillo
77
8 dillo-3.0.4.1 [not released yet]
8 dillo-3.0.4.1 [December 24, 2014]
99
1010 +- Avoid a corner case segfault when no search URL is found in dillorc.
1111 Patch: Sebastian Geerken, Jorge Arellano
1212 +- Fix linking problem with fltk-1.3.3 and fl_oldfocus.
13 Patch: Jorge Arellano Cid
13 - Don't follow redirections or meta refresh in --local mode.
14 Patches: Jorge Arellano Cid
1415 +- Don't load background images in --local mode.
1516 - Make sure window is resizable with fltk-1.3.3.
1617 Patches: Johannes Hofmann
0 .TH dillo 1 "November 5, 2012" "" "USER COMMANDS"
0 .TH dillo 1 "December 20, 2014" "" "USER COMMANDS"
11 .SH NAME
22 dillo \- web browser
33 .SH SYNOPSIS
4343 Display this help text and exit.
4444 .TP
4545 \fB\-l\fR, \fB\-\-local\fR
46 Don't load images or stylesheets for these URL(s).
46 Don't load images or stylesheets, or follow redirections, for these FILEs or
47 URLs. This is intended for use with HTML email.
4748 .TP
4849 \fB\-v\fR, \fB\-\-version\fR
4950 Display version info and exit.
229229 "<tr>\n"
230230 " <td bgcolor='#CCCCCC'>\n"
231231 " <h4>Release overview</h4>\n"
232 " ?????? ??, 2014\n"
232 " December 24, 2014\n"
233233 "<tr>\n"
234234 " <td bgcolor='#FFFFFF'>\n"
235235 " <table border='0' cellspacing='0' cellpadding='5'>\n"
241241 "<li> for linking with the recently-released fltk-1.3.3\n"
242242 " (we don't use <tt>fl_oldfocus</tt> anymore).\n"
243243 "<li> to make sure that windows are resizable with fltk-1.3.3.\n"
244 "<li> not to load background images in <tt>--local</tt> mode (security).\n"
244 "<li> not to load background images, or follow redirections or meta refresh,\n"
245 " in <tt>--local</tt> mode (security).\n"
245246 "<li> to permit linking on OS X (remove our <tt>Fl_Printer</tt> stub).\n"
246247 "<li> for a crash when searching from the address bar and no search urls are\n"
247248 " found in dillorc.\n"
8989 {"-h", "--help", 0, DILLO_CLI_HELP,
9090 " -h, --help Display this help text and exit."},
9191 {"-l", "--local", 0, DILLO_CLI_LOCAL,
92 " -l, --local Don't load images or stylesheets for these "
93 "URL(s)."},
92 " -l, --local Don't load images or stylesheets, or follow\n"
93 " redirections, for these FILEs or URLs."},
9494 {"-v", "--version", 0, DILLO_CLI_VERSION,
9595 " -v, --version Display version info and exit."},
9696 {"-x", "--xid", 1, DILLO_CLI_XID,