2021-06-29 17:13:24 by Frederic Cambus | Files touched by this commit (5) | |
Log message:
links: update to 2.23.
=== RELEASE 2.23 ===
Tue May 18 20:35:55 CEST 2021 mikulas:
Fix a bug that the user could set floating-point parameters to nan
via command-line argument or config file option
Tue May 18 20:22:35 CEST 2021 mikulas:
Fix broken display if the user uses custom font and non-default
aspect ratio
Wed May 12 20:08:48 CEST 2021 mikulas:
Fix a bug that the code incorrectly assumed that mktime returns UTC
Sat May 1 17:56:50 CEST 2021 mikulas:
Add an option that enables cookie saving
|
2021-04-18 21:46:36 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
links: update to 2.22.
=== RELEASE 2.22 ===
Sat Jan 23 18:11:41 CET 2021 mikulas:
Save and restore the terminal using xterm escape codes
Sat Nov 28 19:27:47 CET 2020 mikulas:
Save and restore the console using "cons.saver" from
Midnight Commander
Sat Nov 28 11:05:42 CET 2020 mikulas:
Support UTF-8 frames
Sun Nov 22 17:20:29 CET 2020 Emir Yasin SARI <bitigchi@me.com>:
Updated the Turkish translation
Sat Aug 22 10:05:27 CEST 2020 Ing. Daniel G. Gionco <dggionco@hotmail.com>:
Updated the Spanish translation
Wed Aug 12 20:04:38 CEST 2020 mikulas:
Fixed a bug in displaying non-printable characters
(reported by Jean-Philippe MENGUAL <jpmengual@debian.org>)
|
2020-12-19 12:14:30 by Nia Alarie | Files touched by this commit (4) |
Log message:
links: Update to 2.21
=== RELEASE 2.21 ===
Sun Aug 2 15:26:02 cet 2020 mikulas:
Workaround for a crash on OS/2 caused by gcc3 bug
Thu Apr 16 18:17:39 CEST 2020 Emir Yasin SARI <bitigchi@me.com>:
Updated Turkish translation
Wed Jan 8 18:25:17 CET 2020 mikulas:
Fix a bug that textarea was broken if it immediatelly followed a list
Sun Nov 3 09:33:08 CET 2019 pluvano <me@pluvano.com>:
Delete the 4-pixel border in Xwindow
Tue Oct 8 20:26:47 CEST 2019 mikulas:
Fix a bug that an image would not be properly resized sometimes
|
2020-11-15 21:36:38 by Nathanial Sloss | Files touched by this commit (2) |
Log message:
Add support for X servers at 1/2 bpp color depths.
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2019-11-13 22:32:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
links: update to 2.20.2.
=== RELEASE 2.20.2 ===
Wed Sep 18 18:39:07 CEST 2019 mikulas:
If the user runs links on a framebuffer and switch to a differnt
framebuffer, links would incorrectly respond to mouse clicks.
|
2019-09-08 22:45:31 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
links{,-gui}: Update to 2.20.1
Changes:
2.20.1
------
- Fixed an error "ERROR: event_base_loop failed: Bad file descriptor"
if the user quits the master instance on OpenBSD.
OpenBSD uses an old libevent-1.4.15 and it doesn't handle calling
event_reinit from event handler.
libevent-2.1.11 also doesn't allow calling event_reinit from event
handler, so it is fixed as well.
|
2019-09-01 13:07:51 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
links{,-gui}: Update to 2.20
Changes:
2.20
----
- Security bug fixed: when links was connected to tor, it would send real
dns requests outside the tor network when the displayed page contains
<link rel="dns-prefetch" href="http://host.domain/">.
This bug is present in links-2.15 to links-2.19.
Found by Shi Tian.
- Fix a crash if:
* External fonts are used
* Rendering is optimized for LCD
* The document contains some characters with zero width
- Accept file urls in the form file://localhost/usr/bin/ or
file://hostname/usr/bin/ according to RFC 8089
- Report errors using dialog boxes on OS/2 and Windows because
the standard output may not be visible
- Fix an error "ERROR: select for write (5) failed: Bad file descriptor"
that could happen if the master process was doing dns lookup while being
suspended
- Fixed a memory leak of the SSL structure
- Try to open the file "/dev/input/mice" and use it instead of gpm.
(the user must be in the "input" group)
This results in smooth mouse movement on the framebuffer.
- Report "Lynx/Links" user agent when searching on Google so that
Google returns non-css page
- Support the zstd compression algorithm
- Haiku support
- Fix mouse dragging not being reported in xterm
- Use proper cookie expiry
|
2019-04-07 21:49:13 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
links{,-gui}: Update to 2.19
pkgsrc changes:
- Add fontconfig and freetype2 dependencies to links-gui in order to adjust
per-upstream defaults
Changes:
2.19
----
- Disable high-DPI scaling on Windows
- Links makes it possible to specify scaling of text and images in the
dialog windows, so this should preferably be used instead of
system-level scaling
- Fixed a crash on invalid IDN URL, such as http://test,ï.com/
(found by lsxvdqe@gmail.com)
- Make it possible to select other fonts, using fontconfig and freetype
- Show certificate authority in the "Document info" box
- Use international error messages
- The -dump switch didn't report an error if write to stdout failed
|
2019-01-20 21:10:11 by Leonardo Taccari | Files touched by this commit (3) | |
Log message:
links{,-gui}: Update to 2.18
Changes:
=== RELEASE 2.18 ===
- Compile links with graphics support on OpenVMS
- Automatically enable tor mode when the socks port is 9050
- When we are in tor mode, invert the colors on the top line and bottom
line, so that the user can immediatelly see it
- Fix an incorrect shift in write_ev_queue that could cause spurious error
if the socket for interprocess communication fills up.
This bug was introduced in Links 2.15.
- Fix 'runtime error: member access within null pointer' sanitizer warning
- Add a menu entry to save and load a clipboard
- Don't synchronize with the Xserver on every pixmap load
It improves performance on remote connections
- Fix a bug that in the "Network options" dialog box, the value in the
field "Timeout when trying multiple addresses" incorrectly set the value
"Timeout when unrestartable".
- Fix a possible integer overflow in decoder_memory_expand
- Work around a bug on OpenVMS where allocations larger than 0x77fffff0
are treated as if they had 16 bytes
- Fix possible pointer arithmetics bugs if the operating system allocated
memory few bytes below the limit 0xffffffff or 0xffffffffffffffff
- Add a button to never accept invalid certificate for a given server
- Fix incorrect strings -html-t-text-color, -html-t-link-color,
-html-t-background-color, -html-t-ignore-document-color in the manual
page and help (reported by Oliver Schode <oliver.schode@online.de>)
- Windows 7 has a bug (or feature) that corrupts the screen when using the
unaccelerated video driver - when a thread draws into window's device context
and the user simultaneously drags the window, the device context coordinates
may not be updated. Subsequent draws are done with incorrect coordinates.
In order to work around this bug, we detect that a drawing operation
possibly raced with window moving. If it did, we allocate a new DC (the
old one is corrupted) and start a timer that asks the main thread to
redraw the whole window using the new DC.
- Add ascii replacement of Romanian S and T with comma
Fix replacement of c with cedilla and a/i with grave accent a/o/u with
diaeresis
- Use static linking in the released binaries on OS/2 because the DLL
names may clash with other programs
- On OS/2, use AF_OS2 for interprocess communication because the loopback
network device may not be properly configured.
Fall back to 127.0.0.1 only if AF_OS2 in not installed.
- Fixed a bug when IPv6 control connection to a ftp server fails and IPv4
control connection succeeds, links would incorrectly try to make the
data connection using IPv6 (this bug was introduced in Links 2.15).
|