Qpopper 3.1b10 is available at
<ftp://ftp.qualcomm.com/eudora/servers/unix/popper/>.
A somewhat abbreviated change list is on the Qpopper web site at
<http://www.qpopper.org/changelist.html>
The full list of changes from one release to the next is on the FTP
site, at
<ftp://ftp.qualcomm.com/eudora/servers/unix/popper/beta/Changes>.
The 3.1 release notes are at:
<ftp://ftp.qualcomm.com/eudora/servers/unix/popper/beta/Release.Notes>.
Changes from 3.1b9 to 3.1b10
----------------------------
1. More frequent checks for EOF when sending message.
2. Avoid error messages from getopt in standalone mode.
3. Fix compile errors on some platforms by making snprint.c's
use of TRUE/FALSE/BOOL identical to other files.
4. Added check for libdl and libpam in configure script. Should
help compilation with PAM on non-Linux systems.
5. Eased compilation with PAM on OSes other than Linux and Solaris
by moving PAM section before OS-specific ones in pop_pass.c, to
eliminate need to use '&& !defined(USE_PAM)' in each OS section.
6. Added '--enable-auth-file=path' to permit access only to users
listed in the specified file. Format is one user per line.
7. Added '--enable-nonauth-file=path' to deny access to users listed
in the specified file. Format is one user per line.