summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/NEWS')
-rw-r--r--gnu/libexec/uucp/NEWS119
1 files changed, 119 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/NEWS b/gnu/libexec/uucp/NEWS
new file mode 100644
index 000000000000..65360d57fa8e
--- /dev/null
+++ b/gnu/libexec/uucp/NEWS
@@ -0,0 +1,119 @@
+Changes in version 1.05:
+
+ As usual, many bugs were fixed.
+
+ Support was added for the UUPC/extended 'v' protocol.
+
+ Initial hardware flow control support was added, contributed by
+ Peter Wemm.
+
+ A new port type, ``pipe'', was added; this sends data to a program
+ such as rlogin, and was contributed by Marc Boucher.
+
+ The programs all now accept long option names with a leading --.
+ They all support --help and --version.
+
+ uuxqt now saves execution files it can not parse in
+ $(SPOOLDIR)/.Corrupt.
+
+ If a received file can not be moved to the final location, and
+ there is enough disk space, it is kept in the spool directory.
+
+ A run-uuxqt command was added to config, to permit specifying when
+ uuxqt should be run.
+
+ The 'i' protocol has a new ack-frequency protocol parameter. The
+ remote-window protocol parameter was removed, as it did not work
+ correctly.
+
+ Chat scripts now permit /W in an expect string to set the timeout.
+
+ TCP ports now support the ``dialer-sequence'' command.
+
+ Direct ports now support the ``carrier'' command.
+
+ Some support was added to read UUCP passwords from /etc/passwd,
+ and to use encrypted passwords.
+
+ uucico now accepts a -C argument to only call a system named by -S
+ or -s if there is work for it.
+
+ uucico accepts a -i TLI argument to use TLI I/O calls on standard
+ input.
+
+ uucico accepts a -u argument to set the user name.
+
+ uucico accepts a -z argument to try the next alternate if a call
+ fails.
+
+ uustat accepts a -R argument to rejuvenate each listed job.
+
+ Mailer configuration was moved from configure checking to
+ policy.h.
+
+ Support was added for QNX, contributed by Joe Wells.
+
+Changes in version 1.04:
+
+IMPORTANT: the default when talking to another version of 1.04 is to
+use the new bidirectional 'i' protocol. If you are using a
+half-duplex modem, such as a Telebit T2500, you will want to either
+mark the port as half-duplex with the ``half-duplex'' command, or
+force use of the 'g' protocol by using the ``protocol'' command in the
+sys or port file or by adding ``,g'' after the port name in the
+Systems or L.sys or Devices file.
+
+ As usual, many bugs were fixed.
+
+ Bidirectional transfers are supported with the new 'i' protocol;
+ it requires an eight-bit clear datapath.
+
+ New programs: uusched, cu, uuto and uupick.
+
+ The 'G' protocol and a new Zmodem protocol were added.
+
+ A number of uustat options were added to support uuclean, and a
+ sample uuclean shell script was added to the contrib directory.
+ The uustat output formats were changed slightly.
+
+ A protocol extension eliminates transfer of the command file for
+ simple commands, such as rmail or rnews, when talking to another
+ version of 1.04.
+
+ Some TLI support was added.
+
+ UUCP forwarding was added, along with the ``forward-to'',
+ ``forward-from'' and ``forward'' commands.
+
+ If a file transfer fails in the middle, the retry will now start
+ from where it left off. The implementation is compatible with
+ SVR4.
+
+ The work queue is checked every 10 minutes during a conversation;
+ if there is new work and a bidirectional protocol is not in use,
+ the receiving uucico requests the sender to transfer control.
+
+ The amount of free disk space is checked periodically as a file is
+ received, and if it drops too low the call is aborted.
+
+ The UUCP configuration file reading routines were moved into a
+ standalone library, uuconf. All known bugs in V2 and HDB
+ configuration file reading were fixed.
+
+ The ``half-duplex'' command was added for the port and dialer
+ files.
+
+ The ``max-retries'', ``success-wait'', ``send-request'' and
+ ``receive-request'' commands were added for the sys file. The
+ ``call-request'' and ``called-request'' commands were eliminated
+ (they did not work correctly anyhow).
+
+ \d in chat scripts now calls sleep (2) rather than sleep (1), so
+ it will sleep longer (on some systems sleep(1) may delay much less
+ than one second).
+
+ SPOOLDIR_SVR4 was added for SVR4 style spool directories.
+
+ Defaults are now permitted in the port and dialer files.
+
+ The ALIAS field is supported in the HDB Permissions file.