Next | Query returned 54 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2014-05-20 22:05:41 by Guillaume Lasmayous | Files touched by this commit (2)
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.
   2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568)
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
   2013-11-24 06:52:10 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Re-add the patch I remove by mistake
   2013-11-24 06:39:26 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Patch is not required any more.
   2013-11-23 20:12:23 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Update x11/x3270 to 3.3.13ga7

Upstream changes:
=================

Changes in version 3.3.13beta5, 4. September 2013

    [all] Corrected the CGCSGID for code page 1145 (spanish-euro).
    [all] Second try at getting pr3287/wpr3287 shut down and
 re-launched correctly.

Changes in version 3.3.13beta4, 23. August 2013

    [all] Corrected the start/stop of pr3287/wpr3287 printer sessions,
 so that a new one is not started until the previous one has completely
 exited.

Changes in version 3.3.13beta3, 6. August 2013

    None relevant to x3270

Changes in version 3.3.13alpha2, 30. July 2013

    [all] Fixed a crash when connecting to certain hosts using an SSL tunnel.
    [all] Fixed a crash in the Wait(n,seconds) action.

Changes in version 3.3.13alpha1, 11. July 2013

    [x3270] Combined the various text screen save/print options into a
 single menu option, which brings up a dialog box that allows snapshots,
 continuous saving, save to text, HTML or RichText or directly to the printer.
    [x3270] Added a -secure to simplify invoking secure mode.
    [all] Corrected a problem with interpreting the SuppressMap resource.
    [all] Added the -accepthostname command-line option and acceptHostname
 resource to allow accepting specific names and IP addresses in host
 certificates, or any name.
    [all] Turned off variable substitution for all actions under certain
 circumstances, such as inside macros. It mostly just caused confusion.
    [all] Added two pseudo-variables for filename substitutions:
 ${TIMESTAMP} becomes a microsecond-resolution timestamp and ${UNIQUE}
 guarantees that the filename is unique. Changed the default trace file
 names to use ${UNIQUE}.
    [all] Added a number of keywords to the Query action.
    [all] Made the Open (Connect) and Close (Disconnect) aliases available
 everywhere.
    [all] Added support for code page 803 (hebrew-old).
    [all] Added a -loginmacro command-line option, and made the existing
 loginMacro resource work on x3270.
    [all] Added output to scripts to the event trace file.
   2013-07-02 22:20:30 by Guillaume Lasmayous | Files touched by this commit (2) | Package updated
Log message:
Minor x3270 update to 3.3.12ga13.
No upstream changelog, unfortunately.
   2013-03-24 19:05:19 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Update x11/x3270 to 3.3.12ga12.

Contains the fix for CVE-2012-5662.

Upstream changes:
-----------------

    [All] Added logic to verify the name in the host certificate.
    [All] Pass all SSL-related parameters to the pr3287 session.
    [x3270] On the Connect menu, made the recent host list a
 pull-right sub-menu, if there is an ibm_hosts file in use.
    [x3270] The -trace option now implies event tracing as well.
    [x3270] Spaces are now allowed in the file transfer dialog local
 file name.
    [all] Corrected issues when invalid Unicode characters are encountered
 during a file transfer.
    [x3270, wc3270] Corrected a crash when tracing without a file, when
 the monitor window was closed.
    [all] Changed the CGCSGID for cp930 (Japanese) 0x080b012c
(2059, 300) to 0x0172012c (370, 300).
   2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | Package updated
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
   2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-08-06 22:12:17 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Update x11/x3270 to 3.3.12ga11

Upstream changes:
-----------------

Changes in version 3.3.12ga11, 23. July 2012

    [all] Corrected a problem with not sending the TELNET TERMINAL TYPE when
	the TELNET NEW ENVIRONMENT option had been negotiated.
    [x3270, c3270] Corrected issues with manual page warnings.

Changes in version 3.3.12ga10, 8. July 2012

    [all] Turned off SSL host cerfication and Added a verifyHostCert resource
	and -verifycert option to enable it.
    [x3270, c3270, wc3270] Changed the 'secure' icon to green when SSL/TLS is
	active and the host is verified, and yellow when SSL/TLS is active but
	the host is unverified.

Changes in version 3.3.12beta9, 13. February 2012

    [all] Added a selfSignedOk resource to allow SSL authentication with hosts
	that use self-signed certificates.

Next | Query returned 54 messages, browsing 21 to 30 | Previous