LAMS 1.0.2 Upgrade 1.0.2(20051019) to 1.0.2(20051121)
-----------------------------------------------------

Included are 4 files:
* lams-valve.jar
* lams-1.0.jar
* update_from20051019_to20051121.sql
* this file

Instructions:
1. Stop your LAMS server.
2. In $JBOSS_HOME/server/default/lib, backup lams-valve.jar and replace with the one in this package.
3. In $JBOSS_HOME/server/default/deploy, backup lams-1.0.jar, and replace with the one in this package.
(this next step is optional - it will simply update the 'build' number displayed in the LAMS index page)
4. run the included .sql script on your lams database, i.e. at the shell/command prompt, login to mysql;
enter your mysql username's password; then 'use' the name of your lams database ('lams' by default'):
  shell> mysql -u lams -p
  shell> use lams;
  shell> \. /path/to/update_from20051019_to20051121.sql;


Changelog:
1. Fixed HTTP 400 errors on integration login
2. Fixed mysql connection leak on integrated servers