home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / PrivateFrameworks / Uucp.framework / Versions / A / Resources / NEWS < prev    next >
Text File  |  1995-08-20  |  5KB  |  155 lines

  1. Changes in version 1.06:
  2.  
  3.     As usual, many bugs were fixed.
  4.  
  5.     Support was added for the 'y' protocol, contributed by Jorge Cwik,
  6.     the designer of the protocol.
  7.  
  8.     The name of command files was changed when using SPOOLDIR_TAYLOR;
  9.     they now use a much longer sequence number.  This affects the
  10.     jobid strings reported by uustat.  The change makes uux and uucp
  11.     more efficient.
  12.  
  13.     Added ``called-timegrade'' command to sys file.
  14.  
  15.     Added --nostop and -E/--escape options to cu.
  16.  
  17.     Added -s option to uuchk.
  18.  
  19.     Added ``strip-login'' and ``strip-proto'' commands to config file.
  20.  
  21.     uux will now create a poll file if invoked as ``uux SYSTEM!''.
  22.  
  23.     If an execution fails, the data file is saved, if there is enough
  24.     free disk space.
  25.  
  26.     uux now uses POSIX file locking, if available, when locking the
  27.     sequence file.
  28.  
  29.     The man pages were incorporated into the Texinfo manual.
  30.  
  31.     The UUCP Internals FAQ was incorporated into the Texinfo manual.
  32.  
  33.     The spool directory layout is now documented in the Texinfo
  34.     manual.
  35.  
  36. Changes in version 1.05:
  37.  
  38.     As usual, many bugs were fixed.
  39.  
  40.     Support was added for the UUPC/extended 'v' protocol.
  41.  
  42.     Initial hardware flow control support was added, contributed by
  43.     Peter Wemm.
  44.  
  45.     A new port type, ``pipe'', was added; this sends data to a program
  46.     such as rlogin, and was contributed by Marc Boucher.
  47.  
  48.     The programs all now accept long option names with a leading --.
  49.     They all support --help and --version.
  50.  
  51.     uuxqt now saves execution files it can not parse in
  52.     $(SPOOLDIR)/.Corrupt.
  53.  
  54.     If a received file can not be moved to the final location, and
  55.     there is enough disk space, it is kept in the spool directory.
  56.  
  57.     A run-uuxqt command was added to config, to permit specifying when
  58.     uuxqt should be run.
  59.  
  60.     The 'i' protocol has a new ack-frequency protocol parameter.  The
  61.     remote-window protocol parameter was removed, as it did not work
  62.     correctly.
  63.  
  64.     Chat scripts now permit /W in an expect string to set the timeout.
  65.  
  66.     TCP ports now support the ``dialer-sequence'' command.
  67.  
  68.     Direct ports now support the ``carrier'' command.
  69.  
  70.     Some support was added to read UUCP passwords from /etc/passwd,
  71.     and to use encrypted passwords.
  72.  
  73.     uucico now accepts a -C argument to only call a system named by -S
  74.     or -s if there is work for it.
  75.  
  76.     uucico accepts a -i TLI argument to use TLI I/O calls on standard
  77.     input.
  78.  
  79.     uucico accepts a -u argument to set the user name.
  80.  
  81.     uucico accepts a -z argument to try the next alternate if a call
  82.     fails.
  83.  
  84.     uustat accepts a -R argument to rejuvenate each listed job.
  85.     
  86.     Mailer configuration was moved from configure checking to
  87.     policy.h.
  88.  
  89.     Support was added for QNX, contributed by Joe Wells.
  90.  
  91. Changes in version 1.04:
  92.  
  93. IMPORTANT: the default when talking to another version of 1.04 is to
  94. use the new bidirectional 'i' protocol.  If you are using a
  95. half-duplex modem, such as a Telebit T2500, you will want to either
  96. mark the port as half-duplex with the ``half-duplex'' command, or
  97. force use of the 'g' protocol by using the ``protocol'' command in the
  98. sys or port file or by adding ``,g'' after the port name in the
  99. Systems or L.sys or Devices file.
  100.  
  101.     As usual, many bugs were fixed.
  102.  
  103.     Bidirectional transfers are supported with the new 'i' protocol;
  104.     it requires an eight-bit clear datapath.
  105.  
  106.     New programs: uusched, cu, uuto and uupick.
  107.  
  108.     The 'G' protocol and a new Zmodem protocol were added.
  109.  
  110.     A number of uustat options were added to support uuclean, and a
  111.     sample uuclean shell script was added to the contrib directory.
  112.     The uustat output formats were changed slightly.
  113.  
  114.     A protocol extension eliminates transfer of the command file for
  115.     simple commands, such as rmail or rnews, when talking to another
  116.     version of 1.04.
  117.  
  118.     Some TLI support was added.
  119.  
  120.     UUCP forwarding was added, along with the ``forward-to'',
  121.     ``forward-from'' and ``forward'' commands.
  122.  
  123.     If a file transfer fails in the middle, the retry will now start
  124.     from where it left off.  The implementation is compatible with
  125.     SVR4.
  126.  
  127.     The work queue is checked every 10 minutes during a conversation;
  128.     if there is new work and a bidirectional protocol is not in use,
  129.     the receiving uucico requests the sender to transfer control.
  130.  
  131.     The amount of free disk space is checked periodically as a file is
  132.     received, and if it drops too low the call is aborted.
  133.  
  134.     The UUCP configuration file reading routines were moved into a
  135.     standalone library, uuconf.  All known bugs in V2 and HDB
  136.     configuration file reading were fixed.
  137.  
  138.     The ``half-duplex'' command was added for the port and dialer
  139.     files.
  140.  
  141.     The ``max-retries'', ``success-wait'', ``send-request'' and
  142.     ``receive-request'' commands were added for the sys file.  The
  143.     ``call-request'' and ``called-request'' commands were eliminated
  144.     (they did not work correctly anyhow).
  145.  
  146.     \d in chat scripts now calls sleep (2) rather than sleep (1), so
  147.     it will sleep longer (on some systems sleep(1) may delay much less
  148.     than one second).
  149.  
  150.     SPOOLDIR_SVR4 was added for SVR4 style spool directories.
  151.  
  152.     Defaults are now permitted in the port and dialer files.
  153.  
  154.     The ALIAS field is supported in the HDB Permissions file.
  155.