Version 1.2.1 Jan 18, 1998
Karl O. Pinc
/etc/sysconfig/network-scripts/diald-up  Tell/recommend ip numbers to pppd.  Was not using correct ips.
/etc/sysconfig/network-scripts/diald-connect  Fix bug where /etc/sysconfig/network-scripts/dialdcfg-<iface> was not used -- there was no per-interface config when bringing up the interface.

Version 1.2 Jan 8, 1998
Karl O. Pinc
/etc/sysconfig/network-scripts/diald-up  Fixed elif and double quote typos.
/etc/sysconfig/network-scripts/diald-connect  Fixed elif typo.
/doc/README  Clarified which config files use which syntax.

Version 1.1 Nov 18, 1997
Karl O. Pinc
install  Added support for RPM_BUILD_ROOT, ensured /etc/diald creation, used set -e for to ensure exit immediately on error.
README  Added a bit & explained other changes.
diald-up  Added CONFPROG, CONFPROGVER, IPPARAM, REMOTENAME parameters.
Take a stab at supporting RedHat 5.0 -- diald-up and diald-connect detect and use new sourceing code -- add CLONE.  Add DEBUG.

Version 1.0 May 6, 1997
Karl O. Pinc Beta Release.
standard.filter.m4 Karl O. Pinc Fixed some typos.  Added imap protocol.
Split MAIL_CHECK_TIMEOUT into FETCH_MAIL_TIMEOUT and SEND_MAIL_TIMEOUT.
Provide for separate daemons for separate interfaces.  This changed the name of /etc/sysconfig/diald to /etc/sysconfig/dialdcfg.  The rpm upgrade procedure does _not_ change this automatically.  Created /etc/sysconfig/network-scripts/dialdcfg-ppp0 to support diald on ppp0 interface. Added /etc/sysconfig/network-scripts/diald-{up,down}.  Got rid of /etc/sysconfig/network-scripts/diald.  Changed /etc/diald/chat.fifo and /etc/diald/diald.ctl fifo names to chat-<iface>.fifo and diald-<iface>.ctl.  Changed /etc/diald/diald.conf to /etc/diald/diald-<iface>.conf to support custom diald directives.  Modified start-dctrl to support multiple diald daemons.
Much extended README.
Made separate timeouts for http and ftp, with WEB_BROWSER_TIMEOUT as a default for both.
Added SUPPORT_SCO_TELNET.
Made DEFAULT_TIMEOUT optional.
Added NOIPDEFAULT.
Added two required arguments LINK_DOWN_IPADDR and LINK_DOWN_REMIP.
Added MAIL, ACKNOWLEDGEMENTS, CHANGES, TODO, and DESIGN_NOTES documentation files.
Added sample configuration for metered service.
Uncommented ftp-data filter.
Changed install script so that existing fifo's are not overwritten.
start-dctrl no longer records the pid of dctrl in /var/run.
Split out sample configuration files into diald-config-unmetered package.
Fixed start-dctrl to pick up the specified fifo.
Added nntp to filter rules.
Removed NAMESERVER which always ignored either tcp or udp dns packets and replaced it with IGNORE_NAMESERVER which either always ignores or never ignores dns packets.  Provides better control for custom low level diald configurations.
Added ADDROUTE variable.
Used the new -s flag in ppp-2.2.0g's chat so that messages to dctrl no longer have to be run through the syslog(3) mechanisim.
Improved security by changing permissions on files created in /tmp.  (Patch by Kevin P Fleming.)
Support for PAP authentication as patch by Kevin P. Fleming.
Add /etc/diald/diald.conf.m4 and /etc/diald/diald-<iface>.conf.m4 files -- insperation supplied by Kevin P. Fleming.
Options to start dctrl with graphical load montior, numeric load monitor, packet queue, and dialing log as patch by Kevin P. Fleming.

Version 0.1 April 3, 1997
Karl O. Pinc  Fixed installation program.


Version 0.0 April 3, 1997
Initial release