home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / amail20 / amail.hst < prev    next >
Text File  |  1993-10-02  |  5KB  |  118 lines

  1. AMail History
  2. =============
  3.  
  4. Version   Date   Modification
  5. -------   ----   ------------
  6.   1.0   13/05/92 First attempt at getting it working. Many problems with 
  7.                  floating point numbers, (for the IDX files) and with
  8.                  the message formatting.
  9.  
  10.   1.1   14/07/92 First beta release. Ian Coates and Stu Barnes testing, 
  11.                  along with various users. Lots of bugs, and suggestions.
  12.  
  13.   1.2   25/07/92 First general release. Seemed okay at first, but there
  14.                  were untold bugs with the packing of messages, and the 
  15.                  archivers. Two registrations, Paul Whitaker, and David
  16.                  Thomas. Kim Andersen complaining that nothing worked. 
  17.  
  18.   1.3   14/08/92 Beta modifications again. This time, a bug with the
  19.                  packing of messages (which causes AMail to bomb) was
  20.                  discovered and squashed. (I was doing a malloc with the
  21.                  address of a long, instead of a long)
  22.  
  23.   1.4   18/09/92 General release. This time, much more successful.
  24.                  No problems reported.
  25.  
  26.   1.4a  21/09/92 Disaster! Two major bugs cropped up at the last minute,
  27.                  spotted by Ian Coates. Firstly, one message could only be
  28.                  imported, and secondly the archivers bombed out if they
  29.                  were called more than once. (due to not doing a wait()
  30.                  after each forkl()). Cured both bugs and released v1.4a 
  31.                  with various apologies..!
  32.  
  33.   1.5   27/09/92 Begun the next release. Incorporated batch packing.
  34.  
  35.   1.51  10/10/92 Bug fixed version of 1.5beta, allows breaking out of
  36.                  message packing, and local copying of files.
  37.  
  38.   1.52  27/10/92 Properly fixed batch packing. Implemented new files exit
  39.                  and default protocols.
  40.  
  41.   1.53  28/10/92 Bulletins corrected. 
  42.  
  43.   1.54  29/10/92 Implemented beginning of new conference selection.
  44.  
  45.   1.55  04/11/92 Pass parameters to new files programs, and create
  46.                  AMAIL.INF
  47.  
  48.   1.56  07/11/92 Added TidyQuit and cleaned up before a batch pack. Also
  49.                  only write the LASTREAD.BBS pointers after a successful
  50.                  download.
  51.  
  52.   1.6   14/11/92 Released.. Fingers crossed!
  53.  
  54.   1.6a  24/11/92 Arrghh!! Disaster again! This time, the PC users can't use
  55.                  AMail. This is due to not having CR/LF at the end of each
  56.                  line in CONTROL.DAT and the PC readers complain about this.
  57.                  Also, the maximum messages option stopped working. The key
  58.                  request program didn't seem to work. Hopefully, this is
  59.                  fixed now.
  60.  
  61.   1.70  13/12/92 Corrected Own Messages flag, and added a CR/LF in the
  62.                  conference menu. 
  63.  
  64.   1.71  15/12/92 Beta release mods. BinkleyLog and NoLog options.
  65.  
  66.   1.72  06/01/93 Range capability on conference selection
  67.  
  68.   1.73  18/01/93 Oldest message date option, and '.' sent to RS232 during
  69.                  external programs, to keep the user happy.
  70.  
  71.   1.74  15/02/93 Stop reading DORINFO1.DEF in batch mode
  72.                  Add option 'F' for batch packed mail
  73.                  Add NetMail facility
  74.  
  75.   1.75  18/03/93 Add SysOp Option, and maintenance option
  76.  
  77.   1.76  30/03/93 Corrected bugs with maintenance mode. It wasn't renaming
  78.                  pre-packed mail packets when a user was deleted. Also
  79.                  tidied up the sysop displays, and added graf_mouse calls
  80.                  to make the mouse appear on file selectors.
  81.  
  82.   1.8   05/04/93 General Release.. Let's hope there's no 'a' version !
  83.  
  84.   1.9   05/06/93 Next beta modifications begun. Read sysop user record
  85.                  if DORINFO1.DEF not read, so that DORINFO1.DEF is not
  86.                  needed for batch pack mode and maintenance. (Which caused
  87.                  the corruption in USERS.BBS)
  88.  
  89.   1.91  12/06/93 Add AMail messages - ADD and DROP, so you can write to
  90.                  AMail to request conferences.
  91.  
  92.   1.92  14/06/93 Add MaxSecPack and MaxSpeedPack, which enables the sysop
  93.                  to set limits on the number of messages packed for users
  94.                  with certain securities, or baud rates. Add Chat mode -
  95.                  F1 to enter, ESC to exit. Add RESET AMail message, which
  96.                  allows you to modify your last read pointers. Add
  97.                  confirmation message on exit, so you don't accidentally
  98.                  exit without downloading packed mail. Add BadPkt keyword,
  99.                  and area. 
  100.   1.93  19/06/93 Add Replies keyword
  101.  
  102.   1.94  03/09/93 Add Ignore Lastread option, and correct message writing
  103.                  to *.MSG files. (introduced in an earlier beta version)
  104.  
  105.   1.95  04/09/93 Change to spawnl(), rather than forkl(), and wait(), so
  106.                  I can pass the environment to external programs. Make 
  107.                  QuickBBS config keyword obselete, as I now look for the
  108.                  environmental variable QBBS.
  109.  
  110.    1.96 18/09/93 Add chk_error, to test for external program errors. Add
  111.                  prog_exec, to execute external programs. Revert to the
  112.                  forkl() and wait() method of executing programs due to 
  113.                  problems with passing arguments using spawnl(). Expand 
  114.                  maximum message size to 32K.
  115.  
  116.    2.0  03/10/93 Released.. 
  117.  
  118.