home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b-upd3.desc < prev    next >
Encoding:
Text File  |  2014-05-19  |  1.8 KB  |  68 lines

  1. AmigaUUCP 1.17-beta Update #3
  2. January 23, 1994
  3.  
  4. This update includes the binaries for all prior updates (upd1 and upd2).
  5.  
  6. This update includes DMail and DNews for the first time, and a minor fix
  7. to UUCICO. An Enforcer hit that occured while using the -n option of
  8. TrimNews is fixed. Updated binaries for sendmail, rmail, uux and uuxqt
  9. are included, just to exclude some debugging data; there are no logic
  10. changes in these programs.
  11.  
  12. A new version of noreq is included (for which I wrote source). A binary
  13. for adj is now included.
  14.  
  15. These are the changes:
  16.  
  17. UUCICO
  18.     If there were not outgoing files, then incoming files would
  19.     come into the UUSpool: directory, instead of the appropriate
  20.     UUSpool:<system> subdirectory when UseSubDirs was set to
  21.     yes.
  22.  
  23. TRIMNEWS
  24.  
  25.     Clean up an Enforcer hit when using a single option.
  26.  
  27.     Send errors to stderr, not stdout.
  28.  
  29. DMAIL
  30.     Added precheck for CC: and Date: headers to speed up DMail
  31.     startup.
  32.  
  33.     Now use registerized parameters for a minor speed increase.
  34.  
  35.     ANSI-fied.
  36.  
  37.     Now returns WARN (5) when no mail for UserName available (used
  38.     to return whatever garbage was on the stack).
  39.  
  40.     Now checks all malloc()'s and aborts if they fail.
  41.  
  42.     Errors now return 20 or 30 instead of 1.
  43.  
  44.     Increased stdio buffersize to 3,072 bytes from 1,024. Fairly
  45.     intensive testing shows this to be an optimum size for some
  46.     reason (to minimize startup time).
  47.  
  48. DNEWS
  49.     Fixed Enforcer hit in FileExists().
  50.  
  51.     No main screen command will cause a direct Enforcer hit now; or
  52.     overwrite memory not mine.
  53.  
  54.     Will now work with article numbers > 32767. No more shorts.
  55.  
  56.     Uses ASL filerequester when on 2.0 or above (not ARP).
  57.  
  58.     Lots of reformat.
  59.  
  60.     Globals are NULL'ed properly, and values are not assumed.
  61.  
  62.     Various speedups in using Lock() where appropriate; instead of
  63.     open()/close().
  64.  
  65.     All malloc()'s are now checked for failure/success.
  66.  
  67.     ',' is now a synonym for 'b'.
  68.