pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/x3270
Module Name: pkgsrc
Committed By: gls
Date: Tue May 20 20:05:41 UTC 2014
Modified Files:
pkgsrc/x11/x3270: Makefile distinfo
Log Message:
Update x11/x3270 to 3.3.14ga11
Upstream changes
----------------
Changes in version 3.3.14ga10, 27. April 2014
[x3270] Restored the ability to use the special 3270 fonts with code
page 1047.
Changes in version 3.3.14ga9, 13. April 2014
[all 3270] Fixed a crash when disabling tracing after opening the
trace file fails.
Changes in version 3.3.14beta8, 31. March 2014
[all 3270] Changed the keyboard to unlock when a BIND-IMAGE is received.
This matches the behavior of PCOMM and is consistent with some comments
found on IBM webpages. The net result is that the keyboard will be unlocked
(and scripts may be allowed to proceed) earlier than with previous versions
of the emulators. This is good for talking to hosts that don't send an initial
Write command (as can happen with CICS); previously this Write was the only
trigger for unlocking the keyboard at connect or BIND time. But it is bad if a
script implicitly depended on the old behavior. Scripts confused by this change
may need to add a Wait(InputField) to cover these cases.
[all 3270] Got rid of the E status for keyboard lock in the scripting
prompt.
The status is now L (locked) or U (unlocked).
[all 3270] Added decoding of UNBIND reasons to traces.
[all 3270] Increased the number of situations where keyboard input can
result
in typeahead instead of drops.
Changes in version 3.3.14ga6, 23. January 2014
[all] Fixed a problem with displaying text in NVT mode when the host does
no TELNET negotiation.
[all] Deprecated the dsTrace and eventTrace resources (and associated
toggles and x3270 menu options) and replaced them with a new single trace
resource and toggle. The old resources and toggles are still available, but
are effectively aliases for the new single setting.
Changes in version 3.3.14alpha5, 30. December 2013
[x3270] Turned the scrollbar on by default. Mapped the PageUp and
PageDown keys to the (new) Scroll action, to scroll up or down one screen,
respectively. Modified the Reset action to cancel any screen scrolling.
[all Windows] Got everything to build under MSVC again, using either
the command line or MS Visual Studio. A Visual Studio solution file is now
included in the source tarball. Windows targets also cross-compile again
with the latest Cygwin MinGW.
Changes in version 3.3.14alpha4, 21. December 2013
[all] Added a printTextScreensPerPage resource to control how many
screens of text are displayed per page when tracing screens to the printer.
[all] Corrected screen tracing to the printer so it observes the
printer.name and printer.command resources.
Changes in version 3.3.14alpha3, 16. December 2013
[all, wc3270] Fixed problem with message display during file
transfers initiated by scripts.
[all] Fixed a problem reading files with the Source action, when the
file does not end with a CR or NL.
Changes in version 3.3.14alpha2, 4. November 2013
[all] Added support for CICS IND$FILE file transfers.
Changes in version 3.3.14alpha1, 30. October 2013
[all] Allow file transfers to start when the screen is unformatted.
[all] Fixed a problem with the initial data stream trace snapshot
when the screen is unformatted.
A wrapper function was put around the Windows snprintf function,
to ensure that it always NUL-terminates strings. The lack of such a
wrapper could lead to string overflows in some situations.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/x3270/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/x3270/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index