- update to 2.26:
* Fix a display glitch if the list is empty and the user presses '*'
* Add a possibility to pass gopher:// URLs to an external program
* Updated the German translation
* Updated the initial bookmarks
* Fix a bug when form submit url contained '#'
* Support WEBP images
* Support DNS-over-HTTPS
* Try multiple IPv4 addresses on systems that don't have getaddrinfo
* Handle the "TD" tag outside "TR" the same way as in other browsers
OBS-URL: https://build.opensuse.org/request/show/969554
OBS-URL: https://build.opensuse.org/package/show/network/links?expand=0&rev=62
- update to 2.23:
* Fix a bug that the user could set floating-point parameters to nan
via command-line argument or config file option
* Fix broken display if the user uses custom font and non-default
aspect ratio
* Fix a bug that the code incorrectly assumed that mktime returns UTC
* Add an option that enables cookie saving
OBS-URL: https://build.opensuse.org/request/show/895802
OBS-URL: https://build.opensuse.org/package/show/network/links?expand=0&rev=57
- links 2.17
* Fix verifying SSL certificates for numeric IPv6 addresses
* Delete the option -ftp.fast - it doesn't always work and ftp performance is not an issue anymore
* Add bold and monospaced Turkish letter 'i' without a dot
* On OS/2 allocate OpenSSL memory fro the lower heap. It fixes SSL on systems with old 16-bit TCP/IP stack
* Fix IPv6 on OpenVMS Alpha
* Support mouse scroll wheel in textarea
* Delete the option -http-bugs.bug-302-redirect - RFC7231 allows the "buggy" behavior and defines new codes 307 and 308 that retain the post data
* X11 - fixed colormap leak when creating a new window
* Fixed an infinite loop that happened in graphics mode if the user clicked on OK in "Miscellaneous options" dialog and more than one windows were open. This bug was introduced in Links 2.15
* Support 6x6x6 RGB palette in 256-bit color mode on framebuffer
* Implement dithering properly on OS/2 in 15-bit and 16-bit color mode. In 8-bit mode, Links may optionally use a private palette - it improves visual quality of Links images, but degrades visual quality of other concurrently running programs.
* Improve scrolling smoothness when the user drags the whole document
* On OS/2, allocate large memory blocks directly (not with malloc). It reduces memory waste
* Fixed a bug that setting terminal title and resizing a terminal didn't work on OS/2 and Windows. The bug was introduced in Links 2.16 when shutting up coverity warnings
* Set link color to yellow by default
* Delete the option -http-bugs.bug-post-no-keepalive. It was needed in 1999 to avoid some bug in some http server and it is not needed anymore
* Trust Content-Length on HTTP/1.0 redirect requests. This fixes hangs with misbehaving servers that honor Connection:keep-alive but send out HTTP/1.0 reply without Connection: keep-alive. Links thought that they don't support keep-alive and waited for the connection to close (for example http://www.raspberrypi.org)
* Use keys 'H' and 'L' to select the top and bottom link on the current page
OBS-URL: https://build.opensuse.org/request/show/637161
OBS-URL: https://build.opensuse.org/package/show/network/links?expand=0&rev=42
links 2.14
* Limit keepalive of ciphers with 64-bit block size to mitigate
the SWEET32 attack bsc#1022469
* Report home directory in the "Version" window
* Improved tor hardening
* Use keys 'P' and 'L' to scroll up and down
* Fix a memory leak when copying the current url to clipboard
* Fix crash when the user pressed Ctrl-G on a form field
* Workaround for a bug in librsvg that makes mathematics on
Wikipedia unreadable
* Support fourth and fifth mouse button in gpm and framebuffer
* Fixed bugs when downgrading SSL connection while https proxy or
socks proxy is used
* Security bug fixed: Don't load or render the content of
"407 Proxy Authentication Required" reply when using https
proxy. This avoids the FalseCONNECT attack. bsc#1022468
Also, don't allow 401 and 407 responses to set cookies.
* Pop openssl error stack on every error - make sure that SSL
errors on one connection do not affect other connections
* Never select directfb driver automatically unless started with
the '-driver directfb' option
- previously patched:
* Disable SSL compression to avoid the CRIME attack bsc#1022469
drop links-nosslcomp.patch
OBS-URL: https://build.opensuse.org/request/show/503985
OBS-URL: https://build.opensuse.org/package/show/network/links?expand=0&rev=34
- Version bump to 2.9:
* Work around some screen-corruption bugs in the OpenVMS terminal driver
* Support mouse wheel in framebuffer (unfortunatelly we can't support it
in text mode because when we instruct gpm to send us the wheel event,
gpm stops drawing the cursor when the mouse is moved).
* Pring "^" and "_" for <sub> and <sup> tags in text mode
* An option to fake Firefox in the HTTP header. It modifies User-Agent and
several other options to be more Firefox-like. This option is also
automatically turned on when "Connect only via proxies or Socks (useful
for tor)" is selected. It makes it safer to use Links with tor.
* Fixed quadratic complexity in the text renderer when exteremely long
lines were used
* Do not print the character 0x9b if the display character set doesn't
have it, because it is interpreted as a control character on the Linux
console
* An option to break long lines in <pre> sections
* Consume less memory when 8-bit gamma correction is used
* Updated the list of top level domains
* Use malloc_trim to return unused memory to the system
* Support RFC5987 for filenames
* Support StaticColor in the X-window driver
* Fix crash on OS/2 if image is wider than 10921 pixels
* Use clock_gettime if available
* The ability to set screen margins for text mode and framebuffer
* Fix palette corruption on framebuffer when links instance was terminated
while it was not active
* Improve the gif decoder to accept more images
* Increase the amount of data read from the socket, it improves speed when
loading big images
* Accept "text/xml" as html type
OBS-URL: https://build.opensuse.org/request/show/266437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/links?expand=0&rev=27