Path to this page:
Subject: CVS commit: pkgsrc/x11/x3270
From: Olaf Seibert
Date: 2024-10-12 17:48:12
Message id: 20241012154812.EA217FC7E@cvs.NetBSD.org
Log Message:
x11/x3270: update to 4.3ga9
Known issues
None.
Improvements
4.3ga9
The MoveCursor1() and MoveCursor() actions no longer work in NVT mode.
Actions that use screen coordinates as parameters now allow negative values, \
e.g., -1 for the bottom row or column, -2 for the second-last row or column, \
etc.
The MoveCursor1() action can now be used with 0 arguments in an x3270 keymap.
Support was added for Japanese code pages 1390 and 1399.
4.3ga6
Added the KeyboardLock and WindowId queries to the Query() action.
4.3ga5
Added support for the -defer option of the Set() action.
Bug fixes
4.3ga9
The SubjectNames() action has been removed.
When a multi-line error is generated from a child script action that uses a \
pipe (X3270INPUT/X3270OUTPUT), all lines are prefixed with data:.
wc3270 desktop shortcuts once again work on Windows releases prior to \
Windows 10. (Thanks to Greg Bryant for the bug report.)
The printer selection dialog is now always the topmost window. (Thanks to \
Alex Nguyen for the bug report.)
When the connect() call completes immediately and TLS is enabled, x3270 no \
longer gets confused about the connection state. (Thanks to Mike Fulton for the \
bug report.)
The JSON library test code now uses a system-defined constant with the \
open(). (Thanks to Mike Fulton for the bug report.)
Several gaps have been closed in c3270 secure mode. (bug report)
The local build utilities (mkfb, mkkeypad, mkicon) now respect the CFLAGS, \
LDFLAGS or LIBS settings. (Thanks to Mike Fulton for the bug report.)
The contentionResolution resource can now be toggled at runtime. (Thanks to \
Meilssa Hayes-Gehrke for the bug report.)
4.3ga8
The wc3270 Session Wizard no longer includes vertical fonts in the font options.
The keyboard lock indication in the s3270 prompt and the output of the \
KeyboardLock query is now correct when the keyboard is locked due to an operator \
error. (bug report)
4.3ga7
The response to pressing the ESC key in c3270 is now quite a bit faster.
When the last character in the argument to the String() action is specified \
with \u, \x or \e and has a value greater than 255 (for example, \
String("hello\u52a1")), the character's value is no longer truncated \
to 8 bits. (bug report)
The build on macOS (on Apple Silicon) is now able to find the OpenSSL and \
readline libraries.
x3270 no longer crashes on macOS/Apple Silicon if the window is moved while \
the floating keypad is open.
Release tarballs are now completely flat and can be extracted on Windows.
4.3ga6
Setting the metaEscape resource no longer causes a crash. (Reported by \
Roland Mettler.)
The Set(-defer) action no longer crashes when a deferred setting is empty.
The implementation of the contention-resolution draft is now correct. \
(Thanks to Luis Julian for the detailed bug report.)
4.3ga5
Fixed a number of Visual Studio build issues.
Fixed issues with installing the prtodir script and simplified its shebang \
rule. (Bug report)
Removed the transient disconnect indication when automatically reconnecting \
to a host.
Fixed an issue with the String() action when a \U constant was greater than \
255. (Bug report)
Files: