summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/NEWS
blob: 65360d57fa8e1556f1363ebceaf6a5d0f2c6d7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
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.
OpenPOWER on IntegriCloud