|
Is there a version of this available for LinuxPPC?? GOMEZ Henri <hgomez@slib.fr> on 21/12/99 18:16:38 Please respond to LINUX5250@midrange.com To: redhat-announce-list@redhat.com, LINUX5250@midrange.com cc: (bcc: RICK A PEZZIMENTI/DIAU) Subject: tn5250-0.15.4 & tn5250-0.14.1 RPMs Hi !!! Built two RPM packages for tn5250 0.14 and 0.15 trees Remember 0.15 tree is devel package and 0.14 is stable tree. Since I'm not sure incoming.redhat.com accept back release packages I sent 0.15.4 to redhat.com and 0.14.1 and 0.15.4 to falsehope.com. ===> tn5250-0.15.4-1.src.rpm tn5250-0.15.4-1.i386.rpm tn5250-devel-0.15.4-1.i386.rpm Just uploaded to ftp://incoming.redhat.com ===> tn5250-0.15.4-1.src.rpm tn5250-0.15.4-1.i386.rpm tn5250-devel-0.15.4-1.i386.rpm tn5250-0.14.1-1.src.rpm tn5250-0.14.1-1.i386.rpm tn5250-devel-0.14.1-1.i386.rpm Just uploaded to ftp://ftp.falsehope.com/home/gomez/tn5250/ * Built under Redhat 5.2 but also working under release 6.x. * Signed with my PGP Key : ftp://ftp.falsehope.com/home/gomez/Henri_Gomez.pgp.key Name : tn5250 Relocations: /usr Version : 0.14.1 Vendor: (none) Release : 1 Build Date: Tue Dec 21 09:22:05 1999 Install date: (not installed) Build Host: css5.cs Group : Applications/Networking Source RPM: tn5250-0.14.1-1.src.rpm Size : 242558 License: GPL Packager : Henri Gomez <gomez@slib.fr> URL : http://www.blarg.net/~mmadore/5250.html Summary : 5250 Telnet protocol and Terminal Description : tn5250 is an implementation of the 5250 Telnet protocol. It provide 5250 library and 5250 terminal emulation. * Tue Dec 21 1999 Henri Gomez <gomez@slib.fr> - 0.14.1 - Buffered keystrokes will now cause the display to update. - Some 'binary' characters now accepted as data characters. (Fixes problem with emulator quiting on displaying certain characters). - Kludged around assertion in some situations with pressing enter twice. * Tue Nov 02 1999 Henri Gomez <gomez@slib.fr> - 0.14 - Full FreeBSD support, see the README and other files in the freebsd/ directory. Special thanks to Scott Klement for this (I've put his name all over the ChangeLog for this -- this way, it's not _my_ fault <g>). - Linux-specific files moved to linux/ subdir. - README files updated - now more clear on how to set up X Windows support. - Field Minus sequence (Esc+M) added. - Dup key support added. - Small field exit bug fixed. - Help key/aid code implemented. - Fix per Carey Evans for handling right-blank fields. - Reset key now works even when keyboard is locked. Possible but unlikely bug where reset key could cause the next keystroke to be ignored is fixed. - C programs which use stdin/stdout will now clear the input line properly. - A small fix to format table handling code with the Repeat to Address order. This problem may never have been observed, but hey... * Wed Oct 06 1999 Henri Gomez <gomez@slib.fr> - updated Readme * Fri Oct 01 1999 Henri Gomez <gomez@slib.fr> - 0.13.13 - added xrdb load key in xt5250 - added gnome icons entry for xt5250 * Mon Sep 06 1999 Henri Gomez <gomez@slib.fr> - 0.13.12 * Wed Sep 01 1999 Henri Gomez <gomez@slib.fr> - 0.13.11 Initial RPM release Name : tn5250 Relocations: /usr Version : 0.15.4 Vendor: (none) Release : 1 Build Date: Tue Dec 21 09:23:25 1999 Install date: (not installed) Build Host: css5.cs Group : Applications/Networking Source RPM: tn5250-0.15.4-1.src.rpm Size : 249155 License: GPL Packager : Henri Gomez <gomez@slib.fr> URL : http://www.blarg.net/~mmadore/5250.html Summary : 5250 Telnet protocol and Terminal Description : tn5250 is an implementation of the 5250 Telnet protocol. It provide 5250 library and 5250 terminal emulation. * Tue Dec 21 1999 Henri Gomez <gomez@slib.fr> - 0.15.4 - Rewrite of screen/format table save/restore code to generate Write to Display commands and orders. This should even allow you to resume a session with a different emulator and have the restore screen feature still work. This results in a noticable slowdown in situations where the save screen command is used. - Fixes for End key behavior. - Fixes for Del key behavior, other keys which weren't setting the field's modified flag. - Buffered keystrokes will now cause the display to update. - Some 'binary' characters now accepted as data characters. - CC1/CC2 bytes in Read MDT Fields/Read INput Fields commands were not being handled. - Partial work on restructuring... Auto Enter fields now work again. - Updates to documentation and NEWS, including information about the FAQ and mailing list archives. * Wed Nov 24 1999 Henri Gomez <gomez@slib.fr> - 0.15.3 When using --with-slang configure option, no longer cores after signon screen. When using debug:tracefile syntax, no longer cores after signon screen. Fixed assertion found by Sean Porterfield regarding 132-column display. Slight work to reduce number of screen updates, although this isn't finished. Some work on solidifying the lib API. * Thu Nov 18 1999 Henri Gomez <gomez@slib.fr> - 0.15.2 Field Exit and Field + are now seperate functions. '+' in numeric field maps to Field +. Field + changes the sign of the number like it should. - Re-implemented transmitting signed fields to host. - Re-implemented Field -. - Numeric Only and Signed Number field types are handled according to spec now, even though the spec is really weird about how they are handled (The last digit's zone is changed on Numeric Only on Field -/+, but the sign position is changed from ' ' to '-' with Field -/+, and the zone shift for that one takes place at transmit.) - Now ignore garbage keys again. Why are we getting two decimal 410s when we type the first character? This doesn't make sense unless it's related to how we detect the xterm. * Wed Nov 17 1999 Henri Gomez <gomez@slib.fr> - 0.15.1 - 3/4ths of the restructuring to make it feasible to use lib5250 for display services for applications has been done. - Lots of cleanup - no longer has duplicate field value data, nor does it have many different componenets having a different perception of what the current field is. - Implemented terminal bells. Whistles yet to come. - Some minor stuff. Field Exit Required fields now require field exit, for example. * Tue Nov 02 1999 Henri Gomez <gomez@slib.fr> - 0.14 - Full FreeBSD support, see the README and other files in the freebsd/ directory. Special thanks to Scott Klement for this (I've put his name all over the ChangeLog for this -- this way, it's not _my_ fault <g>). - Linux-specific files moved to linux/ subdir. - README files updated - now more clear on how to set up X Windows support. - Field Minus sequence (Esc+M) added. - Dup key support added. - Small field exit bug fixed. - Help key/aid code implemented. - Fix per Carey Evans for handling right-blank fields. - Reset key now works even when keyboard is locked. Possible but unlikely bug where reset key could cause the next keystroke to be ignored is fixed. - C programs which use stdin/stdout will now clear the input line properly. - A small fix to format table handling code with the Repeat to Address order. This problem may never have been observed, but hey... * Wed Oct 06 1999 Henri Gomez <gomez@slib.fr> - updated Readme * Fri Oct 01 1999 Henri Gomez <gomez@slib.fr> - 0.13.13 - added xrdb load key in xt5250 - added gnome icons entry for xt5250 * Mon Sep 06 1999 Henri Gomez <gomez@slib.fr> - 0.13.12 * Wed Sep 01 1999 Henri Gomez <gomez@slib.fr> - 0.13.11 Initial RPM release - Henri Gomez ___[_]____ EMAIL : gomez@slib.fr (. .) PGP KEY : 4912D659 ...oOOo..(_)..oOOo... PGP Fingerprint : 8CAD0D50356DA7E45C540B010FFE39E8 +--- | This is the LINUX5250 Mailing List! | To submit a new message, send your mail to LINUX5250@midrange.com. | To subscribe to this list send email to LINUX5250-SUB@midrange.com. | To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the LINUX5250 Mailing List! | To submit a new message, send your mail to LINUX5250@midrange.com. | To subscribe to this list send email to LINUX5250-SUB@midrange.com. | To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.