File dillo.changes of Package dillo
-------------------------------------------------------------------
Wed May 8 11:29:25 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.1.0
* Redesign of widget sizes ("GROWS").
* Applied CSS attribute 'width' to all elements, 'height' is now
also supported.
* Suport for 'min-width', 'max-width', 'min-height' and
'max-height'.
* Suport for 'display: inline-block'.
* <BUTTON>'s are now inline.
* Image aspect ratio is preserved when one dimension is specified
by a percentage value.
* New dillorc options 'adjust_min_width' and
'adjust_table_min_width'.
* Work on collapsing spaces: more cases supported.
* Fix crash that's possible searching for text while page still
being built.
* HTML5 character references.
* Give images lower priority when requesting resources
(responsiveness).
* Reuse of connections for HTTP (disable w/ http_persistent_conns
in dillorc).
* Abort failed queries.
* HTTP Strict Transport Security (disable with
http_strict_transport_security preference in dillorc).
* Fix bug when closing popup using window manager (bug introduced
in 3.0.3).
* Block mixed content.
* Improve cookies date recognition.
* use mbed TLS ( https://tls.mbed.org/ )
* Iterate through the IP addrs for a host when trying to connect().
* Move HTTPS from dpi into the browser, enable SNI, check more
locations for CA bundles and add --with-ca-certs-file and
--with-ca-certs-dir to configure, some improvement to security
warning popups, etc.
* Fix bookmarks DPI crash.
* Fix DuckDuckGo search links
* Add scroll_step option to control the mouse wheel vertical step
* Add support for OpenSSL 1.1, OpenSSL 3, mbedTLS 2 and mbedTLS 3
* Replace configure flag --enable-ssl to --enable-tls
* Enable TLS support by default for https.
* Add automatic rendering tests (only enabled with
--enable-html-tests).
* Fix width calculation when using 'min-width' and 'max-width'.
* Update website URL to https://dillo-browser.github.io/
* Add ui_tab_height option to control the tab height. Default
value increased from 16 to 20 pixels to improve usability.
* Switch tabs using the mouse wheel by default. Use the new option
scroll_switches_tabs to disable the behavior.
* Fix OpenSSL handling of unexpected EOF without close notify
alert.
* Expand home tilde '~' in the file plugin.
* Enable Doxygen for C files and use Awesome Doxygen theme.
* Fix DPIs extension (.dpi.exe) in Windows systems via Cygwin.
* Add support for the <main> HTML tag.
* Fix W3C validator and remove broken WDG validator.
* Simplify bookmark DPI page style and improve readability.
* Improve the Dillo manual available from the help button.
* Improve detection of XHTML documents.
* Install desktop file with Dillo icon
* Add version in user manual and about:splash.
* Add http_force_https mode.
- Drop not longer needed patches
* dillo-local-fltk.patch
* dillo-use_getaddrinfo.patch
* dillo_add_missing_extern.patch
-------------------------------------------------------------------
Fri Mar 18 10:43:48 UTC 2022 - lars@linux-schulserver.de - 3.0.5
- enable IPv6 support
- re-enabled dillo-local-fltk.patch
- based on packaging work from Thorsten Duwe (thanks!)
- small adjustments to build with latest openSUSE
- added dillo-use_getaddrinfo.patch to get rid of gethostbyname()
in https.c
- added dillo_add_missing_extern.patch, to fix no-common GCC10
errors