home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / wUUCP_0.0.29.lha / ChangesSince_Rel18 < prev    next >
Text File  |  1993-12-21  |  5KB  |  130 lines

  1. wusel, Tue, 6 Apr 1993 03:11:19 +0200
  2.  
  3.  o sendmail/sendmail.c
  4.  
  5.    Fixed Received: line (didn't conform to RFC 822)
  6.    Added `SmartUUCP' switch to change envelope format to
  7.       `From user@host.domain Tue Apr  6 03:12:19 1993'
  8.    intead of the former
  9.       `From user Tue Apr  6 03:12:19 1993 remote from host'.
  10.    This replaces/enhances the `DomainPath' option AND does conform
  11.    more to the RFCs (i. e. 976).
  12.  
  13. wusel, Mon, 28 Jun 1993 22:08:27 +0200
  14.  
  15.  o uucp, uux, uuxqt
  16.  
  17.    Added config switch `Use7CharNames'; when set to `y', the system_name
  18.    is (again) truncated to 8 chars; this is to allow mixing new and old
  19.    programs (i. e. an old uucico with these new programs). uucico will
  20.    follow, but currently it's not in an releaseble state.
  21.  
  22. wusel, Wed, 30 Jun 1993 05:49:17 +0200
  23.  
  24.  o lib/security.c
  25.  
  26.    Removed Matt's bogus SameLock() function that effectively prevented
  27.    SecurityDisallow() to recognize directories mounted thru Envoy ...
  28.    Now using V36's SameLock() call, anything works fine again now ;)
  29.  
  30.  o uucico/uucico.c
  31.  
  32.    Several changes, including support for Taylor-style size negotiation,
  33.    checking of disk space before accepting a job in conjunction with the
  34.    ability to preserve a minimum space on uuspool:system/ (configuration
  35.    variable `RequiredSpoolSpace', if absent, the default is 300000 bytes)
  36.    and a better error handling (sending the right return codes the remote
  37.    (according to the UUCP-FAQ) and using their verbal form in the error
  38.    mails (if any)).
  39.  
  40.  o sendmail/sendmail.c
  41.  
  42.    Fixed envelope parsing (finally ...); support for `>From' is completely
  43.    gone, make your feed update it's mailer if he's still using such an
  44.    ancient version ...
  45.    Bounced messages are now completely bounced (i. e. with full body),
  46.    no way to change this. Format of bounces are imho more common style
  47.    now. The code is still wicked ...
  48.  
  49. wusel, Wed, 11 Aug 1993 14:50:02 +0200
  50.  
  51.  o sendmail/sendmail.c
  52.  
  53.    Fixed Bug reported by mwm@contessa.phone.net (Mike Meyer) in
  54.    <mwm.0clq@contessa.phone.net> at 8 Aug 93 12:58:26 PST:
  55.  
  56.    "The new third bug is that sendmail always adds a Message-ID header
  57.     line.  If the message already has one, this is wrong, as it adds a
  58.     second, probably different, Message-ID, which will confuse things that
  59.     track 822 messages by ID. The fix is trivial - in DumpHeaderInfo in
  60.     sendmail.c, put the fprintf for the Message-Id line underneath an
  61.  
  62.          if (FindHeader("Message-ID") == NULL)
  63.  
  64.     and the problem goes away. You don't want to delete the old
  65.     Message-ID, as it's presumably from a system that generates
  66.     message-id's that won't collide with yours, and you want to make sure
  67.     that the message is not treated as a new message should it wend its way
  68.     back to the generating system."
  69.  
  70.    Changed this.
  71.  
  72. wusel, Tue, 7 Sep 1993 05:18:03 +0200
  73.  
  74.  o uucico/uucico.c
  75.  
  76.    Fixed introduced bug causing infinite retries when remote rejected a
  77.    file; now renames the control file to R.* instead of E.* and changes
  78.    all R.* files back to C.* in cleanup().
  79.  
  80. wusel, Thu, 21 Oct 1993 19:40:45 +0100
  81.  
  82.  o uucico/uucp.c
  83.  
  84.    Fixed bug in Use7CharNames-check.
  85.  
  86. wusel, Fri, 22 Oct 1993 02:26:10 +0100
  87.  
  88.  o uucico/uucico.c (& /sysdep.c)
  89.  
  90.    Added flag `-nodelay', which disables a .06 second delay in xgetc()
  91.    which was introduced to reduce system load on machines with an 030
  92.    or 040 CPUs. Since this may cause problems with other devices (e. g.
  93.    an ISDN device I'm testing there days), I opted to make this finally
  94.    switchable.
  95.    Fixed a option parsing bug (-Taylor) in uucico.c
  96.  
  97. wusel, Thu, 16 Dec 1993 04:00:44 +0100:
  98.  
  99.  o uucico/uucp.c
  100.  
  101.    Removed bug in read_ctl(): now uses FindConfig() instead of self-
  102.    made parsing (that would NOT recognize `Username' -- wondering
  103.    why no-one ever complained about this ...).
  104.    Added -c, -C, -j and -G options according to man/uucp.man. Changed
  105.    default to `-c', that means that uucp now usually DOES copy any
  106.    files to the target's spool directory and let's uucico delete them
  107.    after a successful transfer.
  108.  
  109. wusel, Tue, 21 Dec 1993 02:21:18 +0100:
  110.  
  111.  o uucico/uucp.c, uucico.c
  112.  
  113.    Fixed some parsing bugs (-Taylor, -nodelay) in uucico.c. Forgot to
  114.    mention `-packets' switch (uucico): enables packet size optimization
  115.    as defined in the uucp-g-protocol. NOTE that several systems do not
  116.    implement that protocol completely, thus they get confused by smaller
  117.    packets as announced. (The `-packets' switch makes uucico send only
  118.    e. g. only a 128 bytes packet if it has to send 100 bytes (too big for
  119.    an 64 byte packet but fits in 128 bytes) instead of the former 1024
  120.    bytes (if -P6 was used).)
  121.  
  122.  o uux.c
  123.  
  124.    With `-j' flag, uux gives the jobid on stdout after queueing. Needed
  125.    by some programs ...
  126.  
  127.  o uuxqt.c
  128.  
  129.    Added support for `rlharc' (LHarcUUCP by Peter Simons).
  130.