home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17739 < prev    next >
Encoding:
Text File  |  1992-11-24  |  3.4 KB  |  88 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mojo.eng.umd.edu!enterpoop.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!alsaggaf
  3. From: alsaggaf@athena.mit.edu (M. Saggaf)
  4. Subject: Seyon 1.2 is out
  5. Message-ID: <1992Nov24.035548.19963@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: carbonara.mit.edu
  8. Organization: Massachusetts Institute of Technology
  9. Date: Tue, 24 Nov 1992 03:55:48 GMT
  10. Lines: 76
  11.  
  12.  
  13. Version 1.2 is out. You can get it from the usual place, sipb.mit.edu
  14. at pub/seyon. Notable in this release is a revamped dialer with
  15. multiple dialing and dial timeout. This is the final piece of the
  16. puzzle and Seyon is now at the same level of functionality as most
  17. descent DOS communication programs. This doesn't mean that I won't
  18. continue maintaining Seyon and adding features to it, but I suspect
  19. that versions will come in at a slower rate from now on. I've also put
  20. a binary of seyon-cmd on sipb for people having trouble with compiling
  21. or running seyon. I think I will also upload this version to other
  22. major linux ftp sites (but sipb will always have the latest release.)
  23.  
  24. For those having trouble running Seyon, please read on to the section
  25. 'Important -- linux users' below. The following is the introduction
  26. followed by the change log from the previous version:
  27.  
  28. Introduction:
  29. =============
  30.  
  31.     This is Seyon, an X-based communication package that has its roots
  32.     in xcomm 2.2. Seyon has a descent dialing directory where hosts
  33.     can be chosen by clicking at them. Seyon has the same script
  34.     language as xcomm 2.2, which is quite good. Seyon avoids the
  35.     problematic terminal emulation of minicom and other communication
  36.     programs by using xterm as its terminal emulator. Hence, Seyon can
  37.     emulate vt100 and color ANSI (the latter only if color xterm is
  38.     used). If you use Seyon and like it, please let me know by email.
  39.     This will give me the incentive to continue maintaining it. Also
  40.     let me know how it works out whenever you upgrade to a new
  41.     version.
  42.  
  43.     Please read the FAQ. I've put a lot of effort into making it
  44.     complete and up-to-date. It serves as the documentation for Seyon
  45.     (until a kind soul writes a good documentation for it).
  46.  
  47. Important -- linux users:
  48. =========================
  49.  
  50.     Q: I get 'killed by siganl 11' when I start seyon.
  51.  
  52.     A: You must be using old versions of libraraies. Test that by
  53.        using
  54.  
  55.                 ldd seyon-cmd
  56.  
  57.        This will tell you what libraries you have linked Seyon with.
  58.        If you get anything other than
  59.  
  60.               /lib/XawVen.so.2.1 (Classic 2.1)
  61.               /lib/libX11.so.2.1 (Classic 2.1)
  62.               /lib/libc.so.4 (Jump table 4.1)
  63.         
  64.        it's time to upgrade to newer libraries.
  65.  
  66. Changes:
  67. ========
  68.  
  69. Version 1.2:
  70.     * Setting the baud rate interactively is now fully supported.
  71.     * The 'show' button has been removed since it's no longer needed.
  72.     * The dialer timeout is now fully supported. Use the resource
  73.       "dialTimeOut" to set it (default is 45 sec).
  74.     * Added multiple dialing. Seyon will now circulate through
  75.       selected items in the dialing directory until a connection is
  76.       made. Refer to the FAQ to see how this is used.
  77.     * Added two new resources, dialPrefix and dialSuffix.
  78.     * The dialing directory and transfer console now have scroll bars
  79.       and would can be scrolled if they contain more than 10 entries
  80.       (no limit on the total number of entries).
  81.     * Cleaned up the dialer code quite a bit
  82.  
  83. --
  84. /M. Saggaf
  85.  alsaggaf@athena.mit.edu
  86.  
  87.  
  88.