POP3 gateway daemon release history:
------------------------------------



1.2		June 19th, 1997
-------------------------------

- killed a bug that caused the proxy to announce itself as "localhost"
instead of the real hostname on startup (main.c) and shutdown
(get_remote_data.c; found by chance while applying the patch)
[reported and fixed by Adrian Pavlykevych <pam@polynet.lviv.ua>]
- included a patch sent by Adrian Pavlykevych to let the program compile on
FreeBSD 2.2.1R
- made it clear in the README that the program really needs inetd.



1.1		April 20th, 1997
--------------------------------

- changed default permissions for the executable and user-id in sample
inetd.conf line (see README) from root to nobody, as the gateway really does
not need extra rights (the reserved port has already been bound by inetd
when the server is spawned and no privileged syscalls are made)



1.0		March 21st, 1997
--------------------------------

- (code restyling) added RCS headers to all source files
- ident(1) will now show the version number of in.pop3gwd, even if DEBUG
mode is turned off. 



0.999beta	March 19th, 1997
--------------------------------

- Fixed a problem with some POP3 servers that did not like the blank between
the username and the line terminator sequence. RFC1081 says those servers are
right and I'm not ;-( Sorry folks!
[reported by Shun-Jee Liu <liu@hermes.com.tw>]



0.99beta	March 6th, 1997
-------------------------------

- Initial release, for beta testers and intrepid users only
