From: <fza...@us...> - 2005-12-17 05:12:55
|
Update of /cvsroot/struts/ajaxchat/WEB-INF/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21536/WEB-INF/src Modified Files: history.txt Log Message: Index: history.txt =================================================================== RCS file: /cvsroot/struts/ajaxchat/WEB-INF/src/history.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** history.txt 5 Dec 2005 04:57:52 -0000 1.3 --- history.txt 17 Dec 2005 05:12:46 -0000 1.4 *************** *** 1,2 **** --- 1,16 ---- + v1.1 + 12/17/2005 + --------- + * Added a dummy parameter to all AJAX requests except for posting a message + to a room that ensures the URL is always unique. This is done to deal with + how IE caches responses when configured to automatically check for new + versions of stored pages. + * Updated version number in the resource bundle. It was listed as alpha 2 in + the last release, v1.0. + * Modified logging throughout. Basically, most things are now logged at + debug level and are wrapped in code guards. This is, to be honest, done + mostly to make it easier to deploy it for the live demo with my host (they + had a problem with the degree of logging previously). + v1.0 12/5/2005 |