0.3.0 10 July 1997: - Modified the R: lines inserted in the outgoing PBBS messages. Added BID on the first R: line and a configurable QTH string on the second one. - Cleaned up the configuration file parser quite a bit. - Fixed a bug in pbbs_rcv.c. - Added a X-BBS-Path: header on outgoing SMTP and NNTP messages. 0.3.1 4 February 1999: - Compiles with libc6/glibc (#include ). - Suppressed compiler warnings in config.c - Fixed T: line handling in pbbs_rcv.c (bug pointed out and fix offered by Lars Petterson, SM6RPZ ) - Fixed datestr() static buffer clearing in pbbs_rcv.c (Lars) - Fixed readl() to handle all weird newline combinations (Lars) - Made parse_hdrs() to get X-BBS-To: too - nntp_rcv.c relays to distribution defined in X-BBS-To: instead of trusting newsgroup.map, if the header happens to exist (to protect from accidental rewrites, suggestion from Lars) - Added links to Dave G7PIT's mailgw and fbbforward web pages in doc/README - pbbs_out.c: Fixed Y2K problem in pbbstime() (thanks go to Andrew Benham, G8FSL ) - pbbs_rcv.c: Fixed Y2K problem in parsetime(). Also replaced somehow problematic sscanf() with some others, which has other problems (Ichiro Hieda ) - First line of each received PBBS message was missing. Fixed. (thanks Ichiro) - Added message counter (msgc) as component in temporary files (outgoing smtp and nntp spool), due to linux ftime() returning inaccurate time and file names getting duplicated (problem pointed out by Ichiro) - pbbs_rcv.c: handlemesg(), freed mid* too early (Ichiro)