home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk442.lzh / UUCP / version.doc < prev    next >
Text File  |  1991-01-20  |  10KB  |  272 lines

  1.  
  2.  
  3.                 VERSION.DOC
  4.  
  5.                 Matthew Dillon
  6.                 891 Regal Rd.
  7.                 Berkeley, Ca. 94708
  8.  
  9.                 uunet.uu.net!overload!dillon
  10.                 dillon@overload.Berkeley.CA.US
  11.  
  12.     The version and sub version of most executables in the distribution may
  13.     be retrieved by running the 'uident' program on the executable(s).
  14.     Source directories contain (sporatically) Version.DOC files with
  15.     remarks on sub-versions for specific executables.  This file contains
  16.     overall remarks on the main version id.
  17.  
  18. 1.08D    RELEASE 10 January 1991
  19.  
  20.     NOTE:    UUSER did not make it into this release (I'm in the
  21.     middle of revamping it).  Also, only half the changes to DNEWS
  22.     are in as of this release.
  23.  
  24.     uucico between two amigas now sends termination code properly
  25.  
  26.     Getty/UUCico hacked to not switch between 7WIRE/normal modes
  27.     (whatever Getty is started up with is what is used forever).
  28.     Added option to switch dynamically.  Made this change to prevent
  29.     intermittent crashes due to bugs in the serial.device.
  30.  
  31.     DMail now looks for UULIB:<user>.dmailrc ... if the file doesn't
  32.     exist DMail falls back to the original UULIB:.dmailrc
  33.  
  34.     RNews now handles NewsReadyCmd.   Enforcer hits fixed.
  35.  
  36. 1.07D    BETA    (note that versions marked 1.07 may not necessarily have
  37.          all the fixes shown below)
  38.  
  39.     dmail bug in setlist command fixed.
  40.  
  41.     dmail checks for <user>.dmailrc before defaulting to .dmailrc
  42.  
  43.     NewsReady config field now implemented
  44.  
  45.     Problem with trailblazer spoofing problem found by Andrew J.
  46.     Richardson.  It turns out to be a bug in the trailblazer.  As
  47.     of 1.07D uucico works around the bug and should now work with
  48.     spoofing fully enabled.
  49.  
  50.     New utilities:    MAILQ, ANYMAIL, SPLITMBOX (AnyMail replaces
  51.     'Inform', see manual page for usage)
  52.  
  53.     SENDMAIL FEATURE #1:
  54.         Aliases are now expanded when the normal form is used (one
  55.         colon after the alias name).  If a double-colon is used then
  56.         that particular alias will NOT be expanded.
  57.  
  58.         Double colon entries are useful for mailing lists:
  59.  
  60.         my-mail-list::    a, b, c@fubar
  61.  
  62.         Because the To: field will come out simply 'my-mail-list@<node>'
  63.  
  64.     SENDMAIL FEATURE #2:
  65.         Multi-RMAIL lines are now generated.  If you send a message to
  66.         fubar!a, fubar!b, fubar!c, sendmail now generates only a
  67.         SINGLE batch file.    This is again useful for mailing lists and
  68.         distributions.
  69.  
  70.         A new CONFIG variable, called MaxRMailLen now exists and
  71.         defaults to 0 (old style - one recipient per queue file).  If
  72.         all the nodes you talk to support multiple-recipient RMail
  73.         lines you can set this to at least 200.  256 if they are all
  74.         UNIX machines, or 2048 if all can handle super-long lines
  75.         (you must check with your sysop on this).  For example,
  76.         uunet.uu.net has hacked their uuxqt to handle up to 2048 byte
  77.         'C rmail' lines, but most UNIX installations will only be able
  78.         to handle 256 or 512 byte lines.  This only effects email with
  79.         multiple recipients.
  80.  
  81.     SENDMAIL FEATURE #3:
  82.         Unqualified local user names are expanded to the fully domained
  83.         name in the To: field.  For example, if you send a message:
  84.  
  85.         To: fubar, david@ucbvax.berkeley.edu
  86.  
  87.         The mail file will have a header that looks like:
  88.  
  89.         To: fubar@myamiga_node_name, david@ucbvax.berkeley.edu
  90.  
  91.         Which means that Reply'ing to a received multiple-recipient
  92.         message will usually get the right addresses for the other
  93.         people. This feature is useful in mailing lists where you DO
  94.         expand the list (single colon, see MAN/ALIASES)
  95.  
  96.     UUCico: -n option now allows a window size.  -n alone sets the
  97.     window size to 1.  -n<size>, such as '-n3' sets the GIO protocol
  98.     window size to the requested size (up to 7, which is the default).
  99.  
  100.     UUCico: new config entry 'ModemInit', contains string to send to
  101.     the modem to initialize it.  Same format as the 'send' string in
  102.     a send-expect sequence (i.e. \r == <cr>, \d == <delay>, etc...)
  103.  
  104.     UUCico: -d0 option (use +++ to disconnect instead of dropping DTR),
  105.     should be used if your system crashes when uucico tries to
  106.     disconnect normally.  UUCICO CRASHING BUGS: one has been fixed,
  107.     the other appears to be a bug in the serial.device... use this
  108.     option if you have problems.  If your modem has the ability to
  109.     leave DSR asserted at all times, set the option on.
  110.  
  111.     NEW NEWS PROPOGATION SYSTEM, CORE CODE WRITTEN BY MARK RINFRET
  112.     (mrsoft.Newport.RI.US!mrr)
  113.  
  114.         * BatchNews command added, new CONFIG variable name called
  115.           'AutoBatch' to automatically run batchnews on a per-article
  116.           basis, else must be run before running uucico.
  117.         * uucico -b option added to automatically run BatchNews first.
  118.         * CBatch command added (run by BatchNews)
  119.         * UULIB:Sys file added
  120.         * new directory, UUSPOOL:Batch required for news
  121.         * PostNews no longer generates 'Path: node!user', but only
  122.           'Path: user', relying on BatchNews to prepend our node.
  123.         * NOTE: it is impracticle to move Message-ID: and Date:
  124.           out of PostNews.
  125.  
  126.     WARNING: You must now batch outgoing news with BatchNews or via the
  127.     -b option to UUCICO or the news will not propogate
  128.  
  129.     NEW PROGRAM, 'SPLITMBOX', see manual page.  Useful for splitting
  130.     up your mbox archive(s) into chunks small enough to compress and
  131.     permanently archive.
  132.  
  133.     RNews no longer requires hacked 'USENET' argument on command line,
  134.     now interfaces to third party news handlers properly due to this
  135.     fix.
  136.  
  137. 1.06B.D
  138.     UUCICO BUG FIXED.  Was a problem in the source...  all declarations
  139.     of char cmnd[1] should really be 'static char cmnd[256];' ... an
  140.     earlier programmer had used sscanf( "%s" ..) on the cmnd array
  141.     and many times the field being scanned would be larger than a
  142.     single character, causing the buffer to be overrun.  Thanks to
  143.      Marc Boucher for finding the bug!
  144.  
  145. 1.06D
  146.     NEW NEWS READER:  DNews
  147.  
  148.     can specify AT commands in dial string in L.sys file, see
  149.     man/L.sys (uucico .10)
  150.  
  151.     UUSER: timeout for programs started up by a Getty default now
  152.     5 minutes instead of 1 second.
  153.  
  154.     GIO.C (UUCico) fixed yet again
  155.  
  156.     Time restriction field in L.Sys (that was always 'Any' before) is
  157.     now implemented curtisy of Christopher Wichura (see man/L.sys)
  158.  
  159.     DOS requesters disabled during a security check of a directory (so
  160.     non-existant volumes do not freeze up the program with a requester)
  161.  
  162.     All executables compile under DCC (which nobody but I has), as well
  163.     as Lattice.
  164.  
  165.     DMail now sticks your signature after any included text rather than
  166.     before.  DMail no longer adds a Cc: line.  DMail now deleted
  167.     T:Original when it is done with it.
  168.  
  169.     UUxqt can be run multiple times in parallel... the second will wait
  170.     until the first finishes before beginning its scan.
  171.  
  172.     ANews now checks <user>.signature before falling back to .signature.
  173.     You have always been able to program the 'header' variable in dmail
  174.     to use different signature files.
  175.  
  176.     RNews extensively rewritten to increase efficiency and remove line
  177.     length limitations.
  178.  
  179.     UUCP transfers using ~/path and ~user/path are now supported for
  180.     both local and remote names, sent and requested files.    Refer to
  181.     MAN/UUCP.
  182.  
  183. 1.051D
  184.     uucico now allows combined -r1 -ssysname option, means 'call
  185.     this system only if there is work'.  This is useful if you are
  186.     calling a machine that is likely to be busy.  You can setup a DCron
  187.     entry to run uucico several times without actually calling the
  188.     system unless there is work.
  189.  
  190.     Fixed uucico -x9 bug (Config Debug entry would overide
  191.     command line debug specification).
  192.  
  193.     Fixed MAJOR uucico bug in GIO.C  !!!!
  194.  
  195.     Fixed possible DME problem
  196.  
  197. 1.05D
  198.     ENV:USER enviroment variable now works in DMail to overide
  199.     default UserName in Config.  DMail also sticks your signature
  200.     at the end of the file instead of at the beginning.
  201.  
  202.     Config entries now exist to overide default directories for
  203.     standard places.  If the particular config entry does not
  204.     exist the assigns are used (UULIB:, UUSPOOL:, etc..) .. you
  205.     can even get rid of the UULIB: assign in which case the Config
  206.     file should be placed in S: as S:UUConfig .
  207.  
  208.     Config entries now exist to specify the location of library
  209.     programs such as Sendmail, Uuxqt, etc...  If a given Config
  210.     entry does not exist the program is assumed to be in the
  211.     current path.
  212.  
  213.     The new GIO.C now supports a window size of up to 7 ala
  214.     Jack J. Rouse.    Other GIO problems fixed (I hope)
  215.  
  216.     Greg's changes to the NEWS code in place.  dynamic sizing of
  217.     mail fields fixed (loosly incorporating Greg's changes to
  218.     said programs).
  219.  
  220.     I have added a POST and REPLY command to ANEWS.  You can also
  221.     POST to a newsgroup that doesn't exist (or is all read) by
  222.     using 'anews -p newsgroup' from the command line.
  223.  
  224.     Source code has been rearranged a little.
  225.  
  226.     Various limits have been extended.
  227.  
  228. 1.04D
  229.     Getty now works with utilities that open the serial.device in
  230.     exclusive mode (by SetFunction()ing the serial device's open
  231.     vector).
  232.  
  233.     bug in dmail fixed (if new mail arrives while you are in dmail
  234.     you could loose the new mail).
  235.  
  236. 1.03D
  237.  
  238.     slight changes to postnews (now uses DomainName)
  239.  
  240.     Domains fixed (effects only people who use UULIB:Domain)
  241.  
  242.     sendmail more intelligent about checking argv[0] to see
  243.     if it is rmail (now works with WShell)
  244.  
  245.     UUCP:LIB paths changed to UULIB:
  246.  
  247.     uupoll no longer needs 'brun'
  248.  
  249.     Problems.DOC file added
  250.  
  251. 1.02D
  252.     stack warning in SlowSetup.DOC added (stack should be at least
  253.     8192).    'Stack 8192' added to sample startup sequence.  RNews
  254.     warning (RNews takes a huge amount of RAM currently) added.
  255.  
  256. 1.01D
  257.     UUCP:LIB paths fixed to use UULIB:
  258.  
  259. 1.00D
  260.     Initial Release 'D' series by Matthew Dillon, based on
  261.     0.40, 0.50 and 0.60WPL series by William Loftus.
  262.  
  263. 0.60WPL
  264. 0.50WPL
  265. 0.40WPL
  266.     UUCP release series for the Amiga by William Loftus, sub
  267.     version changes not listed in this file.
  268.  
  269.  
  270.  
  271.  
  272.