As you can see I like to keep the public updated when I find a problem, so on some releases there were just small changes
In ChangeLog.Cistron is the ChangeLog for the Cistron RADIUS server which ICRADIUS is built off of, so if you are looking
for a specific item, you might also want to check their log.


		ICRADIUS CHANGELOG

0.10
   o Updated fixes for Cistron 1.6.1
   o Added utility script to load standard detail files into radacct
   o Web interface reads from dictionary for list of attributes and values

0.10pre1
   o Added DEFAULT entry to usergroup table to allow group check/reply items to be assinged in a DEFAULT situation
   o Bug fixes provided by Cistron 1.6.0

0.9
   o Added commiunity option for nas and the ability to turn snmp checking for Simultaneous-Use on by a per NAS basis
   o Added checks for really long usersnames (usually modem garagage) so it did not crash the authentication process
   o Added escapes to chars reserved to MySQL as special using mysql_escape_string in the username
   o When a snmp check fails to connect it no longer deletes the session in question (if snmp check it on :) )

0.8
   o Fixed problems caused by adding realm column to radacct table
   o Each auth request no longer forks by default to prevent commands out of sync errors under high load (-n to override)
   
0.7
   o Realms are now read from sql table rather than realms file
   o Added script to load US Vircom proxy file into ICRADIUS realms table
   
0.7pre1
   o Added Simultaneous-Use and Max-Hours as check items that can be applied to a realm
   o Fixed ICRADIUS ALIVE packet handling

0.6
   o Split db connection into two handles, one for accounting and one for authentication process
 
0.5
   o Added utility scripts for dumping old stype detail files

0.4
   o Memory leak in freeing MYSQLRES struct after a fetch loop

0.3
   o Initial complete release that reads from db for authorization AND accounting

