   Last updated: 5 May 2000
   Copyright 2000 QUALCOMM Incorporated.  All rights reserved.


This document contains the changes since the last release.


Changes from 3.0.1b2 to 3.0.1 (final)
-------------------------------------

 1.  Improved log entries for I/O errors on client input stream.
 2.  Fixed encode64/decode64 prototypes (thanks to J.J.Bailey).
 3.  Fixed crash in popauth on OpenBSD.


Changes from 3.0.1b1 to 3.0.1b2
-------------------------------

 1.  Removed STDC_HEADERS from another file.
 2.  Fixed crash on message/external-body when mangling.
 3.  No longer writing incorrect error messages to log for
     I/O errors on client input stream.
 4.  Avoid being fooled by a spoofed 'From ' line that follows
     a line which overflowed our input buffer.  [Based on patch
     by '3APA3A']
 5.  Fixed some cases in which an empty .user.pop file could be
     left behind.
 6.  Added note to INSTALL file on using elf under SCO (thanks
     to Chris Loelke).
 7.  Added check for SCO in configure.


Changes from 3.0 final to 3.0.1b1
---------------------------------

 1.  Fixed crashes on older OSes with non-standard sprintf().
 2.  No longer using __STDC__ and STDC_HEADERS.  We now assume
     that all compilers support ANSI C and that standard C
     headers are available.
 3.  Renamed our maillock to Qmaillock, etc.  Now always using
     these routines.  This is for SunOS 4, et al.
 4.  Reordered '#include's again to ensure <sys/types.h> is earlier
     than most others.  This improves compilation on SCO 5, et al.
 5.  Fixed copy_buf() to use strlen of source string instead of 
     value of first character.



