0.4.0 - 5/24/2005

* Added initial Jabber support
* Added the ability to switch databases without restarting
* Added ability to run from command line (no gui)
* Cleaned up the preferences panel
* Added preference for sending mail
* main window location is now being saved so SAM Jr will remember where the window was last time

0.3.2 - 5/1/2005

* Really fixed the configuration problem this time

0.3.1 - 4/26/2005

* Fixed a problem with SAM Jr not reading the configuration file on startup
* Added a "mail from" field to the preferences panel
* Changed the Threat Index Monitor example script so that it doesn't send an email about the same intruders everytime it updates
* Changed the Threat Index Monitor example script so that if intruders fall off the high alert list and then get back on it will resend an email
* Changed the Threat Index Monitor example script so that it uses the high alert level from the preferences panel to trigger emails
* Added icons folder back so that the window icons will display

0.3 - 4/17/2005

* Created a script to email the whois and other info of any ip address that has a very high (> 25) threat index. Also serves as a more complex script example.
* Added JavaMail jar files and created a SimpleMailSender class
* Added database port number configurability
* Added Whois lookup ability
* Added keyboard shortcuts to menus

0.2 - 4/14/2005

* Added support for multiple script files.
* Added all current applicable listeners to the scripts files
* Fixed a bug where the Threat Index Monitor didn't read in the correct settings from the configuration file.

0.1.1 - 4/12/2005

* Allow database password NOT to be saved
* Add initial scripting abilities (barely experimental!!) using beanshell (www.beanshell.org)
* Set preference window to display before SAM Jr
* Changed configuration file from properties file to xml using jconfig (www.jconfig.org)

0.1

* Initial release