diff options
author | adam <adam@pkgsrc.org> | 2015-07-24 10:23:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-07-24 10:23:12 +0000 |
commit | ecba5e560d3710fcd37bc1d2693b6cc4556eca01 (patch) | |
tree | 5ecd103dc82f35581c8e32e1459a5f6f7d8c9882 /www/dillo/Makefile | |
parent | 86ae013b3b0a08ebe133a0ca8deb49ebcb9ce991 (diff) | |
download | pkgsrc-ecba5e560d3710fcd37bc1d2693b6cc4556eca01.tar.gz |
Changes 3.0.5:
+- Image buffer/cache improvements.
- 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.
+- 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.
- Better notification when user's domainrc settings block page redirection.
- 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.
+- Avoid requesting background images if an ancestor has display:none.
- Ignore built-in search url if any are specified in dillorc.
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r-- | www/dillo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index b013e188b01..cb22d4ba486 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2015/06/12 16:17:15 snj Exp $ +# $NetBSD: Makefile,v 1.70 2015/07/24 10:23:12 adam Exp $ -DISTNAME= dillo-3.0.4.1 +DISTNAME= dillo-3.0.5 CATEGORIES= www MASTER_SITES= http://www.dillo.org/download/ EXTRACT_SUFX= .tar.bz2 |